Re: [Pythonocc-users] Pythonocc-users Digest, Vol 18, Issue 5

2010-05-13 Thread Marcos Elgueta Soulat
Hi Thimas, Few minutes ago I returned to my Thesis work, starting with pythonOCC installation in Ubuntu-10.04 ( http://www.pythonocc.org/resources/build_install/installrun-pythonocc-on-ubuntu-10-04-lucid-lts-in-5-steps-and-10-minutes/ ) But unfortunately I get an error when when I tried to run th

[Pythonocc-users] PythonOCC installation in Ubuntu-10.04

2010-05-13 Thread Marcos Elgueta Soulat
Hi Thimas, Few minutes ago I returned to my Thesis work, starting with pythonOCC installation in Ubuntu-10.04 ( http://www.pythonocc.org/resources/build_install/installrun-pythonocc-on-ubuntu-10-04-lucid-lts-in-5-steps-and-10-minutes/ ) But unfortunately I get an error when when I tried to run th

Re: [Pythonocc-users] drawing a line

2010-05-13 Thread Patrick Janssen
Hi Jelle, Thanks - So the make_edge function wraps BRepBuilderAPI_MakeEdge And looking at the source of make_edge, I see that you need to use the Edge() method to get the edge So to do it the longer way round again: def line3(): ''' Test a line segment''' display, start_display, add_menu,

Re: [Pythonocc-users] drawing a line

2010-05-13 Thread Thomas Paviot
Patrick, You should *not* refer to the OpenCascade API doxygen documentation. There are many (small) differences between the C++ API and the python wrapper that could confuse you in using pythonOCC. The *only* official documentation for the pythonOCC API can be found here: http://api.pythonocc.or

[Pythonocc-users] PythonOCC installation in Ubuntu-10.04 Test error

2010-05-13 Thread Marcos Elgueta Soulat
tory, and just add the > line > export CSF_GraphicShr=/usr/lib/libTKOpenGL-6.3.0.so > > after verifying that file exists of course... > > Step 3 : set the CSF_GraphicShr env variable > > The CSF_GraphicShr variable must point to /usr/lib/ > libTKOpenGl-6.3.0.s

Re: [Pythonocc-users] drawing a line

2010-05-13 Thread Patrick Janssen
Hi Thomas OK - noted. In any case, there is where my focus has been. :: Patrick On 13 May 2010 15:48, Thomas Paviot wrote: > Patrick, > > You should *not* refer to the OpenCascade API doxygen documentation. There > are many (

Re: [Pythonocc-users] PythonOCC installation in Ubuntu-10.04 Test error

2010-05-13 Thread Thomas Paviot
_GraphicShr=/usr/lib/libTKOpenGL-6.3.0.so >> >> after verifying that file exists of course... >> >> Step 3 : set the CSF_GraphicShr env variable >> >> The CSF_GraphicShr variable must point to /usr/lib/ >> libTKOpenGl-6.3.0.so : >> >> >>

Re: [Pythonocc-users] PythonOCC installation in Ubuntu-10.04 Test error

2010-05-13 Thread Jelle Feringa
> Take care to the case : libTKOpenGl (The last 'l' is lower case). Ooops... my bad ___ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users

[Pythonocc-users] PythonOCC installation in Ubuntu-10.04 Test error 2

2010-05-13 Thread Marcos Elgueta Soulat
-> Please set the CSF_GraphicShr environment variable > >> > >> That's pretty accurate really ;) > >> Have a look here: > >> > http://www.pythonocc.org/resources/build_install/installrun-pythonocc-on-ubuntu-10-04-lucid-lts-in-5-steps-and-10-minutes/ >

Re: [Pythonocc-users] PythonOCC installation in Ubuntu-10.04 Test error 2

2010-05-13 Thread Jelle Feringa
in; charset="us-ascii" > >> > >> -> Please set the CSF_GraphicShr environment variable > >> > >> That's pretty accurate really ;) > >> Have a look here: > >> http://www.pythonocc.org/resources/build_install/installrun-pythonocc-on

[Pythonocc-users] PythonOCC installation in Ubuntu-10.04 Test error 2

2010-05-13 Thread Marcos Elgueta Soulat
gt;> > > >> Message: 1 > > >> Date: Thu, 13 May 2010 09:17:07 +0200 > > >> From: Jelle Feringa > > >> Subject: Re: [Pythonocc-users] Pythonocc-users Digest, Vol 18, Issue 5 > > >> To: "pythonOCC users mailing list." > >

Re: [Pythonocc-users] PythonOCC installation in Ubuntu-10.04 Test error 2

2010-05-13 Thread Thomas Paviot
>> >> > >> When replying, please edit your Subject line so it is more specific >> > >> than "Re: Contents of Pythonocc-users digest..." >> > >> >> > >> >> > >> Today's Topics: >> >