[Pythonocc-users] python-occ GUI segmentation faults on intel graphic cards

2010-07-08 Thread Marcos
backtrace. > > I'm using ubuntu 10.04 and the paython-occ 0.4 debian package from the > CAE-Team PPA. Any suggestions how to get it working on intel graphic > cards? On nvidia and SiS graphic cards it is working. > > Thanks, > Oliver Replay to this question will be

[Pythonocc-users] 3D CAD Model from arrays (X, Y, Z) point coordinates.

2010-04-22 Thread Marcos Elgueta Soulat
X,Y,Z) coordinates respectively?* I appreciate any help! Best Regards, Marcos. -- Marcos A. Elgueta Soulat Student of Aerospace Engineering, Department of Mechanics Engineering, University of Concepción, Chile. mail: m.a.elguetasou...@gmail.com mobile(1): +56 9 82208407 mobile(2): +56 9 83036927

[Pythonocc-users] 3D CAD Model from arrays (X, Y, Z) point coordinates (M.Elgueta)

2010-04-25 Thread Marcos Elgueta Soulat
to be more specific and clear. Regards! Marcos. On 24 April 2010 06:00, wrote: > Send Pythonocc-users mailing list submissions to >pythonocc-users@gna.org > > To subscribe or unsubscribe via the World Wide Web, visit >https://mail.gna.org/listinfo/pythonocc-

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

2010-05-13 Thread Marcos Elgueta Soulat
111, in init_display win.canva.InitDriver() File "/usr/lib/pymodules/python2.6/OCC/Display/wxDisplay.py", line 153, in InitDriver raise "Please set the CSF_GraphicShr environment variable." TypeError: exceptions must be old-style classes or derived from BaseException, not str I appreciat

[Pythonocc-users] PythonOCC installation in Ubuntu-10.04

2010-05-13 Thread Marcos Elgueta Soulat
111, in init_display win.canva.InitDriver() File "/usr/lib/pymodules/python2.6/OCC/Display/wxDisplay.py", line 153, in InitDriver raise "Please set the CSF_GraphicShr environment variable." TypeError: exceptions must be old-style classes or derived from BaseException, not str I appreciat

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

2010-05-13 Thread Marcos Elgueta Soulat
Hi jelle, I create the file .bash_profile file in my ~ home directory adding the line: export CSF_GraphicShr=/usr/lib/libTKOpenGL-6.3.0.so<http://libtkopengl-6.3.0.so/> after that I run again the HellowWorld.py expample, but I get the same error. some idea ? Thanks a lot! Marcos

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

2010-05-13 Thread Marcos Elgueta Soulat
y() my_box = BRepPrimAPI_MakeBox(10.,20.,30.).Shape() display.DisplayShape(my_box) start_display() Thanks! Marcos On 13 May 2010 06:00, wrote: > Send Pythonocc-users mailing list submissions to >pythonocc-users@gna.org > > To subscribe or unsubscribe via the World Wide Web, visit >

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

2010-05-13 Thread Marcos Elgueta Soulat
. thanks a lot ! Marcos On 13 May 2010 13:56, wrote: > Send Pythonocc-users mailing list submissions to >pythonocc-users@gna.org > > To subscribe or unsubscribe via the World Wide Web, visit >https://mail.gna.org/listinfo/pythonocc-users > or, via email, s

[Pythonocc-users] Fixing python-occ visualization in Ubuntu 10.04 - resume

2010-05-14 Thread Marcos Elgueta Soulat
ense" for more information. >>> import os >>> os.environ['CSF_GraphicShr'] '/usr/lib/libTKOpenGl-6.3.0.so' <http://libtkopengl-6.3.0.so/> - on my machine, I can run Salome 5.1.3 without any problem. Regards. Marcos. ___ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users

[Pythonocc-users] How to compile python-occ from svn in Ubuntu 10.04

2010-05-14 Thread Marcos Elgueta Soulat
scade, that I already have. Thanks, currently I continue searching... Regards, Marcos ___ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users

[Pythonocc-users] How to compile python-occ from svn in Ubuntu 10.04

2010-05-14 Thread Marcos Elgueta Soulat
Hi Thomas, In Line 38 of: http://code.google.com/p/pythonocc/source/browse/trunk/README# ** "At the end of the compilation process, be sure the CASROOT env var is set." How can I set the CASROOT if I already install OpenCascade from my debian packages? or It is already set? Regard

[Pythonocc-users] How to compile python-occ from svn in Ubuntu 10.04

2010-05-14 Thread Marcos Elgueta Soulat
Visualization m...@maes:~/pythonOCC/src/wrapper$ Thanks for your help! Marcos. ___ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users

Re: [Pythonocc-users] Pythonocc-users Digest, Vol 20, Issue 4

2010-07-04 Thread Marcos Elgueta Soulat
10.04 from svn. Regards, Marcos. ___ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users

[Pythonocc-users] Python-occ Ubuntu 10.04 Installation

2010-07-05 Thread Marcos Elgueta Soulat
> > > Message: 1 > Date: Sun, 4 Jul 2010 15:21:33 -0400 > From: Marcos Elgueta Soulat > Subject: Re: [Pythonocc-users] Pythonocc-users Digest, Vol 20, Issue 4 > To: pythonocc-users@gna.org > Message-ID: > > Content-Type: text/plain; charset="iso-8859-1&

[Pythonocc-users] Python-occ Ubuntu 10.04 Installation

2010-07-05 Thread Marcos Elgueta Soulat
> > > Message: 1 > > Date: Sun, 4 Jul 2010 15:21:33 -0400 > > From: Marcos Elgueta Soulat > > Subject: Re: [Pythonocc-users] Pythonocc-users Digest, Vol 20, Issue 4 > > To: pythonocc-users@gna.org > > Message-ID: > > > > Content-Type: t

Re: [Pythonocc-users] python-occ GUI segmentation faults on intel graphic cards

2010-07-11 Thread Marcos Elgueta Soulat
n a laptop with Intel graphic card and Ubuntu 10.04, starting to work!. Regards, Marcos. On 8 July 2010 08:13, Marcos wrote: > > El 08-07-2010, a las 6:00, pythonocc-users-requ...@gna.org > >> Message: 2 >> Date: Wed, 07 Jul 2010 19:08:29 +0200 >> From: Oliver Borm >

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

2010-07-12 Thread Marcos Elgueta Soulat
- > > Message: 1 > Date: Mon, 12 Jul 2010 17:53:26 +0200 > From: Oliver Borm > Subject: Re: [Pythonocc-users] python-occ GUI segmentation faults on >intel graphic cards > To: "pythonOCC users mailing list." > Message-ID: <4c3b3a76.6090...@web.de> > Cont

Re: [Pythonocc-users] Pythonocc-users Digest, Vol 20, Issue 20

2010-07-14 Thread Marcos Elgueta Soulat
my_poly=my_context.curve_operations.MakePolyline([my_pnt1,my_pnt2]) > end of example > > > > > > > > -- > > Message: 2 > Date: Tue, 13 Jul 2010 20:42:08 +0200 > From: Oliver Borm > Subject: Re: [Pythonocc-users] python-

[Pythonocc-users] 3d viewer size

2010-09-27 Thread Marcos Elgueta Soulat
Dear Thomas, I would like to increase the 3d windows size, it is possible? I appreciate your help, Thank you very much! Marcos. ___ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users

[Pythonocc-users] Fwd: 3d viewer size

2010-09-27 Thread Marcos Elgueta Soulat
-- Forwarded message -- From: Marcos Elgueta Soulat Date: 28 September 2010 00:21 Subject: 3d viewer size To: pythonocc-users@gna.org Dear Thomas, I would like to increase the 3d windows size, it is possible? I appreciate your help, Thank you very much! Marcos. -- Marcos A

Re: [Pythonocc-users] Pythonocc-users Digest, Vol 23, Issue 11

2010-10-28 Thread Marcos Elgueta Soulat
since developers announced the possibility of change. I see advantages and disadvantages to both licenses, but I would like to know the following: What is the advantage of the change for developers and contributors to this list of e-mails? Best regards! Marcos Elgueta S. > > > -