We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Full error message:
user@user:~/workspace/seeing3d$ python render.py ~/ownCloud/3D\ Models/Tools/hammer/ renderedmodels/ Known pipe types: glxGraphicsPipe (all display modules loaded.) Traceback (most recent call last): File "render.py", line 211, in <module> main() File "render.py", line 175, in main load_model() File "render.py", line 99, in load_model model_dir = path.path(args.MODEL_DIR) AttributeError: 'module' object has no attribute 'path' python: built-cp27-cp27mu/include/mutexPosixImpl.I:54: void MutexPosixImpl::acquire(): Assertion `result == 0' failed. Aborted (core dumped)
OS: Ubuntu 16.04 64bit Python: 2.7
What kind of input should we provide to get the renderer to do the magic? I referred the folder of collada models as well as .obj but no luck.
The text was updated successfully, but these errors were encountered:
change to "path.Path()" instead
Sorry, something went wrong.
No branches or pull requests
Full error message:
OS: Ubuntu 16.04 64bit
Python: 2.7
What kind of input should we provide to get the renderer to do the magic? I referred the folder of collada models as well as .obj but no luck.
The text was updated successfully, but these errors were encountered: