Hello everyone.

I am a 3D python scripter and I need help with python alembic under linux.  
My ultimate goal for now is to get information from alembic (triangles and 
verticies) to use in Nuke python.  But for now, I am not even able to 
import the modules.

I downloaded and builded the prerequists:
- alembic-1_05_08
- boost 1_58_0
- cmake - 3.3.0-rc2
- freeglut-3.0.0
- HDF518
- Ilmbase-2.2.0
- zlib-1.2.8
- glew-1.12.0
- pyilmbase-2.2.0

Then I tied to run the abcView python example in alembic.  No success, as 
modules are never imported:

I did not find much information about this as everyone else seams to know 
what to do to get it work.

I don't.  I am stuck to that point.

This is what I tried:

sh-4.1$ export 
PYTHONPATH=$PYTHONPATH:/home/plalancette/Downloads/alembic-1_05_08/python/examples/AbcView/
sh-4.1$ echo $PYTHONPATH
/mnt/ffx_tools:/mnt/software/shotgun/studio/install/core/python:/opt/3delight-11.0.134/Linux-x86_64/maya/scripts:/opt/FabricEngine/Python/2.6:/home/plalancette/Downloads/alembic-1_05_08/python/examples/AbcView/
sh-4.1$ abcview scene.v005.abc
Traceback (most recent call last):
  File "/usr/bin/abcview", line 42, in <module>
    import abcview
ImportError: No module named abcview
sh-4.1$ ls
abcview.in  bin  build    CMakeLists.txt    lib  setup.py  test
sh-4.1$ sudo python setup.py install
[sudo] password for plalancette: 
running install
running build
running build_py
package init file 'lib/abcview/icon/__init__.py' not found (or not a 
regular file)
package init file 'lib/abcview/icon/__init__.py' not found (or not a 
regular file)
running build_scripts
running install_lib
running install_scripts
changing mode of /usr/bin/abcview to 755
running install_egg_info
Removing /usr/lib/python2.6/site-packages/abcview-1.0.8-py2.6.egg-info
Writing /usr/lib/python2.6/site-packages/abcview-1.0.8-py2.6.egg-info
sh-4.1$ abcview scene.v005.abc
Traceback (most recent call last):
  File "/usr/bin/abcview", line 42, in <module>
    import abcview
ImportError: No module named abcview

Any help will be appreciated.


-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy-alembic" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to