Skip to content
New issue

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

AttributeError: 'module' object has no attribute 'path' #4

Open
eyildiz-ugoe opened this issue May 17, 2018 · 1 comment
Open

AttributeError: 'module' object has no attribute 'path' #4

eyildiz-ugoe opened this issue May 17, 2018 · 1 comment

Comments

@eyildiz-ugoe
Copy link

eyildiz-ugoe commented May 17, 2018

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.

@Howardyangyixuan
Copy link

change to "path.Path()" instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants