You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use the mdl2stl utility, but I keep getting error messages. First was:
File "C:\Users\thebl\Downloads\RSDKv5U_Extract\rsdkv5_extract\mdl2stl.py", line 66
print "Usage: mdl2stl.py mesh.bin"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
But of course I know python, so I fixed it. Then I encountered this error:
Traceback (most recent call last):
File "C:\Users\thebl\GitHub\rsdkv5_extract\mdl2stl.py", line 1, in <module>
from construct import *
ModuleNotFoundError: No module named 'construct'
And I have no idea how to fix this. I assume I'd need to install a module, but which one, and how many of them? Surely this should be listed in the readme.
The text was updated successfully, but these errors were encountered:
I was trying to use the mdl2stl utility, but I keep getting error messages. First was:
But of course I know python, so I fixed it. Then I encountered this error:
And I have no idea how to fix this. I assume I'd need to install a module, but which one, and how many of them? Surely this should be listed in the readme.
The text was updated successfully, but these errors were encountered: