Re: PyQt GUI

2009-09-01 Thread Helvin
Having left my problem with this embedding vtk business for a month, I came back to it yesterday, and with a bit more programming knowledge, found that my problem was simply with the python path. All I needed to do was to append, in my GUI file, the path to the python bindings, which came with the

Re: PyQt GUI

2009-07-26 Thread Robert Kern
On 2009-07-26 07:04, Helvin wrote: C:\Qt\VTKbin7\Wrapping\Python>python setup.py install Traceback (most recent call last): File "setup.py", line 138, in raise "ERROR: Must specify BUILD_TYPE= on command line." TypeError: exceptions must be classes or instances, not str Is it just a sm

Re: PyQt GUI

2009-07-26 Thread Helvin
On Jul 24, 5:03 am, Robert Kern wrote: > On 2009-07-23 03:55, Helvin wrote: > > > I believe I now have vtkpython.exe. However, my 'import vtk' statement > > in my python code is not working. The error says something like "no > > module named vtk". > > Where do I find modules for vtk inpyqt? Do the

Re: PyQt GUI

2009-07-23 Thread Robert Kern
On 2009-07-23 03:55, Helvin wrote: I believe I now have vtkpython.exe. However, my 'import vtk' statement in my python code is not working. The error says something like "no module named vtk". Where do I find modules for vtk in pyqt? Do they exist? There are no VTK modules in PyQt itself. The P

Re: PyQt GUI

2009-07-23 Thread Helvin
I believe I now have vtkpython.exe. However, my 'import vtk' statement in my python code is not working. The error says something like "no module named vtk". Where do I find modules for vtk in pyqt? Do they exist? They must, right? Because there are people using vtk in pyqt? Or do I have to use Op

Re: PyQt GUI

2009-07-09 Thread Helvin
On Jul 10, 3:54 am, Robert Kern wrote: > On 2009-07-09 01:27, Helvin wrote: > > > > > > > On Jul 9, 11:29 am, Robert Kern  wrote: > >> On 2009-07-08 18:10, Helvin wrote: > > >>> Thanks for the fast replies! I will look into how to use VTK now. > >>> Where would I find VTK's explicit support for Py

Re: PyQt GUI

2009-07-09 Thread Robert Kern
On 2009-07-09 01:27, Helvin wrote: On Jul 9, 11:29 am, Robert Kern wrote: On 2009-07-08 18:10, Helvin wrote: Thanks for the fast replies! I will look into how to use VTK now. Where would I find VTK's explicit support for PyQt? Wrapping/Python/vtk/qt4/ in the VTK sources. Because I have ins

Re: PyQt GUI

2009-07-09 Thread Helvin
On Jul 9, 6:27 pm, Helvin wrote: > On Jul 9, 11:29 am, Robert Kern wrote: > > > > > > > On 2009-07-08 18:10, Helvin wrote: > > > > Thanks for the fast replies! I will look into how to use VTK now. > > > Where would I find VTK's explicit support for PyQt? > > > Wrapping/Python/vtk/qt4/ in the VTK

Re: PyQt GUI

2009-07-08 Thread Helvin
On Jul 9, 11:29 am, Robert Kern wrote: > On 2009-07-08 18:10, Helvin wrote: > > > Thanks for the fast replies! I will look into how to use VTK now. > > Where would I find VTK's explicit support for PyQt? > > Wrapping/Python/vtk/qt4/ in the VTK sources. > > > Because I have installed VTK (using its

Re: PyQt GUI

2009-07-08 Thread Juan Pablo Romero Méndez
I use OpenInventor (Coin3d) which have a python binding called "pivy". It works great. http://pivy.coin3d.org/ Juan Pablo 2009/7/8 Helvin : > Hi experts! > > I'm developing a GUI for a software using PyQT, and need 3D > visualization. Should I use PyOpenGL or VTK? > I understand that the PyQt pa

Re: PyQt GUI

2009-07-08 Thread Robert Kern
On 2009-07-08 18:10, Helvin wrote: Thanks for the fast replies! I will look into how to use VTK now. Where would I find VTK's explicit support for PyQt? Wrapping/Python/vtk/qt4/ in the VTK sources. Because I have installed VTK (using its installer) and pyVTK (using its setup.py file), but ho

Re: PyQt GUI

2009-07-08 Thread Helvin
On Jul 8, 9:23 pm, Phil Thompson wrote: > On Wed, 08 Jul 2009 11:11:51 +0200, "Diez B. Roggisch" > > wrote: > > > > > > > Helvin wrote: > > >> Hi experts! > > >> I'm developing a GUI for a software using PyQT, and need 3D > >> visualization. Should I use PyOpenGL or VTK? > >> I understand that th

Re: PyQt GUI

2009-07-08 Thread Diez B. Roggisch
Phil Thompson wrote: > On Wed, 08 Jul 2009 11:11:51 +0200, "Diez B. Roggisch" > > wrote: >> Helvin wrote: >> >>> Hi experts! >>> >>> I'm developing a GUI for a software using PyQT, and need 3D >>> visualization. Should I use PyOpenGL or VTK? >>> I understand that the PyQt package comes with a o

Re: PyQt GUI

2009-07-08 Thread Phil Thompson
On Wed, 08 Jul 2009 11:11:51 +0200, "Diez B. Roggisch" wrote: > Helvin wrote: > >> Hi experts! >> >> I'm developing a GUI for a software using PyQT, and need 3D >> visualization. Should I use PyOpenGL or VTK? >> I understand that the PyQt package comes with a opengl module. What >> else would I

Re: PyQt GUI

2009-07-08 Thread Diez B. Roggisch
Helvin wrote: > Hi experts! > > I'm developing a GUI for a software using PyQT, and need 3D > visualization. Should I use PyOpenGL or VTK? > I understand that the PyQt package comes with a opengl module. What > else would I need? I think I need to download opengl. but how? where? > I have VTK and