Hi Lior, There should be some _*.pyd files in your C:\Lib\site-packages\OCC\ folder. OpenCascade dlls have either to be in your PATH env var or in the same folder than *.pyd libraries.
Regards, Thomas 2012/7/5 Lior Margalit <[email protected]> > The dll is just not there... > The same with the dlls used in other examples. > How can I build these dlls? > > 2012/7/5 jelle feringa <[email protected]> > >> Looks like the python wrappers cannot find the libs referred to? >> >> On Thu, Jul 5, 2012 at 8:07 AM, Lior Margalit <[email protected]>wrote: >> >>> Hi, >>> >>> >>> The demos in the web site look great, but when I tried to run it myself >>> I encountered problems with the installation. >>> >>> I have >>> installed pythonOCC-0.5-all-in-one.win32.py26.exe with OpenCASCADE653.exe >>> but when running hellowworld.py I receive the error >>> >>> >>> >>> Traceback (most recent call last): >>> >>> File "C:\Program >>> Files\pythonOCC\0.5\examples\Level1\HelloWorld\helloworld.py", line 19, in >>> <module> >>> >>> from OCC.BRepPrimAPI import * >>> >>> File "C:\Lib\site-packages\OCC\BRepPrimAPI.py", line 28, in <module> >>> >>> _BRepPrimAPI = swig_import_helper() >>> >>> File "C:\Lib\site-packages\OCC\BRepPrimAPI.py", line 24, in >>> swig_import_helper >>> >>> _mod = imp.load_module('_BRepPrimAPI', fp, pathname, description) >>> >>> ImportError: DLL load failed: The specified module could not be found. >>> >>> >>> >>> What am I missing? >>> >>> >>> >>> Thank you, >>> >>> Lior >>> >>> >>> >>> >>> _______________________________________________ >>> Pythonocc-users mailing list >>> [email protected] >>> https://mail.gna.org/listinfo/pythonocc-users >>> >>> >> >> _______________________________________________ >> Pythonocc-users mailing list >> [email protected] >> https://mail.gna.org/listinfo/pythonocc-users >> >> > > _______________________________________________ > Pythonocc-users mailing list > [email protected] > https://mail.gna.org/listinfo/pythonocc-users > >
_______________________________________________ Pythonocc-users mailing list [email protected] https://mail.gna.org/listinfo/pythonocc-users
