Re: 3D plotting with python 2.5 on win32

2007-12-22 Thread gsal
On Dec 20, 1:24 pm, Peter Wang [EMAIL PROTECTED] wrote: On a side note, we are almost done putting together an updated one- click installer of python + packages for scientific computing.  This will be based on Python 2.5, will include most of what was included in the 2.4.3-based installer,

Re: 3D plotting with python 2.5 on win32

2007-12-21 Thread anton
Hi Peter, have setuptools installed. Then, you should run: easy_install -fhttp://code.enthought.com/enstaller/eggs/windows/xp VTK enthought.mayavi[nonets] It's important to include [nonets] so that you will get scipy and numpy as well. I have already scipy 0.6.0 and numpy 1.0.4

Re: 3D plotting with python 2.5 on win32

2007-12-21 Thread anton
Hi Peter, I tried it, but I have problems downloading with easy_setup. If I download files with firefox and a downloadmanager it works (I also ha transferrates of 3kB/s which is quite slow) easy_install -fhttp://code.enthought.com/enstaller/eggs/windows/xp VTK enthought.mayavi[nonets] My

Re: 3D plotting with python 2.5 on win32

2007-12-21 Thread sturlamolden
On 19 Des, 15:15, anton [EMAIL PROTECTED] wrote: Package/Lib to do 3D plotting out of the box. I know matplotlib. If you are going to do 3D plotting of data, the tool to use is VTK. It is the de facto standard for 3D scientific/technical visualization, regardless of programming language. VTK

Re: 3D plotting with python 2.5 on win32

2007-12-21 Thread sturlamolden
On 22 Des, 03:19, sturlamolden [EMAIL PROTECTED] wrote: If you are going to do 3D plotting of data, the tool to use is VTK. It is the de facto standard for 3D scientific/technical visualization, regardless of programming language. VTK has Python bindings, but you need to build the library

Re: 3D plotting with python 2.5 on win32

2007-12-20 Thread anton
Hi Marek, thanks for the link .. I knew VPython already by I forgot it ( the last time it was only python 2.4 compatible) but as I see they support python 2.5 now ;-) I will check it and thanks again. Anton Hi anton, Have you take a look at vpython? Here's their

Re: 3D plotting with python 2.5 on win32

2007-12-20 Thread anton
Hi Jason, I know ctypes, my problem is not PyOpenGL itself, but during my tests with different python based 3D tools, some of them depend on PyOpenGL and since PyOPenGL is only available for python 2.4 the story ends here. Sorry I don't actually remember exactly what tool it was, I tried

Re: 3D plotting with python 2.5 on win32

2007-12-20 Thread Jason
On Dec 20, 8:48 am, anton [EMAIL PROTECTED] wrote: Hi Jason, I know ctypes, my problem is not PyOpenGL itself, but during my tests with different python based 3D tools, some of them depend on PyOpenGL and since PyOPenGL is only available for python 2.4 the story ends here. Sorry I

Re: 3D plotting with python 2.5 on win32

2007-12-20 Thread Peter Wang
On Dec 19, 8:15 am, anton [EMAIL PROTECTED] wrote: Hi, I would like to know if some of you knows a - working - actual - out of the box (for me: binaries available) Package/Lib to do 3D plotting out of the box. There is MayaVi from enthon but you need to use their python (2.4.3), all

3D plotting with python 2.5 on win32

2007-12-19 Thread anton
Hi, I would like to know if some of you knows a - working - actual - out of the box (for me: binaries available) Package/Lib to do 3D plotting out of the box. I know matplotlib. There is MayaVi from enthon but you need to use their python (2.4.3), all other stuff need picking sources

Re: 3D plotting with python 2.5 on win32

2007-12-19 Thread markacy
On 19 Gru, 15:15, anton [EMAIL PROTECTED] wrote: Hi, I would like to know if some of you knows a - working - actual - out of the box (for me: binaries available) Package/Lib to do 3D plotting out of the box. I know matplotlib. There is MayaVi from enthon but you need to use

Re: 3D plotting with python 2.5 on win32

2007-12-19 Thread Jason
On Dec 19, 7:15 am, anton [EMAIL PROTECTED] wrote: Hi, I would like to know if some of you knows a - working - actual - out of the box (for me: binaries available) Package/Lib to do 3D plotting out of the box. I know matplotlib. There is MayaVi from enthon but you need to use