On Tue, 22 Mar 2011 16:47:43 +0100 Balint Balassa <balint.bala...@gmx.de> wrote:
> Hi Goran, > > I've tried your approach, but wasn't successful. I get some output I don't > understand. Did you encounter similar messages in your endeavors? > > >>> _context = ParametricModelingContext(_p) > MSG:./src/GEOMImpl/GEOMImpl_IShapesOperations.cpp [142] : > GEOMImpl_IShapesOperations::GEOMImpl_IShapesOperations > > >>> _imp = _op_insert.Import(_name, _format) > - Trace ./src/GEOMImpl/GEOMImpl_IInsertOperations.cpp [481] : No valid file > "ImportExport" found in > > - Trace ./src/GEOMImpl/GEOMImpl_IInsertOperations.cpp [516] : No valid file > "ImportExport" found in > > - Trace ./src/GEOMImpl/GEOMImpl_IInsertOperations.cpp [517] : No valid file > "ImportExport" found in /home/cfd-betreuer/.salome/resources > > > I dont know what to make of them. I use Ubuntu 10.10 and tried it with your > step file and mine. > Hello Balint, You have two options. Set envenvironment variable "CSF_ResourcesDefaults" or just do: $ mkdir /home/$USERNAME/.salome/resources $ cp -R /home/pythonocc-read-only/src/contrib/geom-5.1.2.7/resources/* /home/$USERNAME/.salome/resources/ Use this command to anonymously check out the latest project source code: # Non-members may check out a read-only working copy anonymously over HTTP. svn checkout http://pythonocc.googlecode.com/svn/trunk/ pythonocc-read-only Goran _______________________________________________ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users