Pierre, One dll is missing (the _XDEDRAW.dll). You can however use pythonOCC, and run all the samples, since the DRAW framework is not necessary (the XDEDRAW wrapper was actually removed from pythonOCC, but I think I forgot one python module somewhere in my OCC folder just before packaging for Windows).
As Jelle, told you, you should not 'from OCC import *' but rather import only required modules, for instance 'from OCC.gp import *'. Thomas 2010/3/1 Pierre JUILLARD <pierre.juill...@gmail.com> > > Well, I just installed PyQt and I confirm that the surfacic_mesh.pysample > run in Pydev works. > However I have still the same error message concerning the command: > >> from OCC import * > > Thomas, could you tell me if I also need to have swig binaries installed > somehow? > The error message seems to refer to dll and mentions swig_import_helper() > function... > > > I thank you in advance. > Best regards, > > Pierre > > > > 2010/3/1 Thomas Paviot <tpav...@gmail.com> > > Hi Pierre, >> >> It's a small bug related to the packaging of pythonOCC. Thanks for >> reporting it. >> >> Thomas >> >> 2010/3/1 Pierre JUILLARD <pierre.juill...@gmail.com> >> >>> >>> Hi all, >>> >>> I just installed on a Windows XP SP3 32 bits machine where I have no >>> administrator rights: >>> - python 2.6.4 (everything seems ok: no problem during installation) >>> - and pythonOCC_all-in-on_0.4_python_2.6......exe >>> >>> The installer correctly found the python interpreter. >>> There was no error message during installation. >>> >>> However, typing... >>> >> from OCC import * >>> ...got me the following error message: >>> Traceback (most recent call last): >>> File "<pyshell#0>", line 1, in <module> >>> from OCC import * >>> File "L:\programs\Python26\lib\site-packages\OCC\XDEDRAW.py", line 28, >>> in <module> >>> _XDEDRAW = swig_import_helper() >>> File "L:\programs\Python26\lib\site-packages\OCC\XDEDRAW.py", line 24, >>> in swig_import_helper >>> _mod = imp.load_module('_XDEDRAW', fp, pathname, description) >>> ImportError: DLL load failed: Le module spécifié est introuvable. >>> >>> Any idea? >>> Please, any help would be appreciated. >>> >>> Best regards, >>> >>> Pierre >>> >>> _______________________________________________ >>> Pythonocc-users mailing list >>> Pythonocc-users@gna.org >>> https://mail.gna.org/listinfo/pythonocc-users >>> >>> >> >> _______________________________________________ >> Pythonocc-users mailing list >> Pythonocc-users@gna.org >> https://mail.gna.org/listinfo/pythonocc-users >> >> > > _______________________________________________ > Pythonocc-users mailing list > Pythonocc-users@gna.org > https://mail.gna.org/listinfo/pythonocc-users > >
_______________________________________________ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users