Re: 3D plotting in a GUI

2009-04-07 Thread Eric Carlson
Baris Demir wrote: Hi all, I need to develop a GUI for some scientific data processing operations and this GUI should work well with a 3D plotting module, also with NumPy and SciPy for sure. I made a search about packages but, there are plenty of these modules available. What kind of a packag

Re: CAD.py

2008-11-03 Thread Eric Carlson
nd to any of this until late next year, but I would be happy to assist if you want to take a shot at it... Cheers, Eric Carlson -- http://mail.python.org/mailman/listinfo/python-list

Re: subprocess.Popen on Windows

2008-10-20 Thread Eric Carlson
Werner F. Bruhin wrote: I am trying to use subprocess - it basically works but. command = 'ping ' + '-n '+ str(count) + ' -l ' + str(size) + ' ' + str(node) print command p = subprocess.Popen(command, stdin=subprocess.PIPE,

Issues with nonfunctioning VTK under python 2.5

2007-06-21 Thread Eric Carlson
seems to be the only package that has not worked correctly (scipy, numpy, matplotlib, PyOpengl, PyODE, and wxpython2.8 demos all work) Any suggestions would be greatly appreciated. Regards, Eric Carlson -- http://mail.python.org/mailman/listinfo/python-list

Re: binary input and memory address passing

2006-12-13 Thread Eric Carlson
Thanks Dennis and Scott for both responses. Since Dennis has slam dunked my notion of sharing memory addresses (my ignorance in computing is pretty much unbounded), I guess I will need to continue on with sharing through files. Opening up and loading the binary info into a string variable is v

binary input and memory address passing

2006-12-12 Thread Eric Carlson
copy. Any suggestions greatly appreciated. Cheers, Eric Carlson -- http://mail.python.org/mailman/listinfo/python-list