Troubleshooting installing new package

2007-09-13 Thread Gheorghe Postelnicu
an option to compile using that version of the compiler? Sorry for the silly question and thanks in advance for any helpful suggestions! -- Gheorghe Postelnicu, PhD MGH, Harvard Medical School -- http://mail.python.org/mailman/listinfo/python-list

Stopping pythoncom.PumpMessages in a windows service

2007-04-29 Thread Gheorghe Postelnicu
nding. Any suggestions? Thanks, -- Gheorghe Postelnicu, PhD -- http://mail.python.org/mailman/listinfo/python-list

Question about updating in a GUI

2007-02-21 Thread Gheorghe Postelnicu
data still gets flushed away. Any suggestions on how I should be approaching this? Thanks, -- Gheorghe Postelnicu, PhD MGH, Harvard Medical School -- http://mail.python.org/mailman/listinfo/python-list

Automatic increment

2006-11-30 Thread Gheorghe Postelnicu
Hi, I have a situation of the following type: for line in lineList: for item in line.split() myArray[counter, itemCounter] itemCounter = itemCounter + 1 counter = counter +1 Is there a way to get rid of the manual incrementation of the 2 counters? Thanks, -- Gheorghe

Threading

2006-11-30 Thread Gheorghe Postelnicu
. Thanks, -- Gheorghe Postelnicu, PhD MGH, Harvard Medical School -- http://mail.python.org/mailman/listinfo/python-list

Re: Several entries on Tile and TableList at the Tkinter wiki

2006-11-27 Thread Gheorghe Postelnicu
Hi, Thanks for pointing out this resource. I have indeed used Tkinter in a couple of applications, but I knew nothing about this wiki. This is very helpful. Thanks, -- Gheorghe Postelnicu, PhD MGH, Harvard Medical School -- http://mail.python.org/mailman/listinfo/python-list

tkFileDialog

2006-11-08 Thread Gheorghe Postelnicu
pened files stuff, but I just can not find how to get that path as a string. I've searched around google and the present group, and found no documentation on the file class used with tkFileDialog. Does someone have a solution for that? Thank you Christian -- Gheorghe Postelnicu, PhD MG

tkSimpleDialog fails

2006-08-31 Thread Gheorghe Postelnicu
64/python2.3/lib-tk/tkSimpleDialog.py", line 64, in __init__ self.grab_set() File "/usr/lib64/python2.3/lib-tk/Tkinter.py", line 521, in grab_set self.tk.call('grab', 'set', self._w) _tkinter.TclError: grab failed: window not viewable Thanks, -- Gheorghe Postelnicu, PhD MGH, Harvard Medical School -- http://mail.python.org/mailman/listinfo/python-list

Callbacks

2006-08-30 Thread Gheorghe Postelnicu
procedure as a callback using SWIG. (or is there). I imagine other people came across this problem, so I thought I would post this and see what solutions people came up with. Thanks, -- Gheorghe Postelnicu, PhD MGH, Harvard Medical School -- http://mail.python.org/mailman/listinfo/python-list

Newbie question for SWIG wrapping

2006-08-21 Thread Gheorghe Postelnicu
cked the VTK wrapping of Python, nor do I currently use that (SWIG seems simpler), so I was wondering if there is a way I can pass this data around. Thanks, -- Gheorghe Postelnicu, PhD MGH, Harvard Medical School -- http://mail.python.org/mailman/listinfo/python-list