The compiled python module for _coral.pyd and _coralUi.pyd are
built using 64bit compilers.
For 32 bit compatibility with OCC, you will have to build coral
with a 32 bit compiler so that pythonOCC can import the Coral module.
> Another question : is it possible to build Coral without the use of
> Scons, but maybe with Cmake or visual studio?
Yes it is possible.
If you need custom build of Coral, Procedural Insight Pty. Ltd. can
provide the service. Contact me off-list.
Regards
--
Nicholas Yue
Graphics - RenderMan, Visualization, OpenGL, HDF5
Custom Dev - C++ porting, OSX, Linux, Windows
Management - Recruitment, career management
http://www.proceduralinsight.com/
http://au.linkedin.com/in/nicholasyue
Coral should be able to work with any other python module. Coral is
actually a python module himself. :)
The problem you have seems to be a 32/64bits problem.
What I suggest is to play with python path variable:
http://www.johnny-lin.com/cdat_tips/tips_pylang/path.html
http://blenderartists.org/forum/showthread.php?7412-How-to-set-your-PYTHONPATH-101
So be sure to have every libs (python, coral, PythonOCC) for the same
platform (PythonOCC seems to be only 32bits) and it should be ok.
I don't know if there is a 32bits build for coral... :(
Good luck!
Le 15/03/2012 00:22, alexander pena a �crit :
Le 15/03/2012 00:39, Dorian Fevrier a �crit :