Re: remote multiprocessing, shared object

2010-04-07 Thread Norm Matloff
s code (or for that matter, just like shared-memory multiprocessing code), i.e. reading and writing shared globals. Is this even possible? Norm On 2010-04-08, Kushal Kumaran wrote: > On Thu, Apr 8, 2010 at 3:04 AM, Norm Matloff wrote: >> Should be a simple question, but I can't seem

remote multiprocessing, shared object

2010-04-07 Thread Norm Matloff
appreciated. Thanks. Norm -- http://mail.python.org/mailman/listinfo/python-list

Re: Smart Debugger (Python)

2008-02-03 Thread Norm Matloff
option in GDB). The result, Xpdb, is available at http://heather.cs.ucdavis.edu/~matloff/Python/Xpdb/Code/. It is nothing fancy at all, mainly just a source window capability added to PDB (though with a couple of extra new features). Norm Matloff -- http://mail.python.org/mailman/listinfo/python-list

Zope review

2007-09-20 Thread Norm
Hi, without meaning to start a flame war between the various python web tools, I was wondering if anyone had a review of the status of Zope. For example, is it being used for new projects or just maintenance? I really like the look of Zope 3, and the interface/schema pattern for defining objects

Re: evaluating gui modules, any experience on tkinter?

2006-12-02 Thread Norm
For wxPython, there is a book "wxPython in Action" published by Manning Cheers Norm wrote: > krishnakant Mane wrote: > > hello all, > > I seam to have noticed this a bit late but it appears to me that > > tkinter is being used very widely for gui development on

Re: evaluating gui modules, any experience on tkinter?

2006-12-02 Thread Norm
krishnakant Mane wrote: > hello all, > I seam to have noticed this a bit late but it appears to me that > tkinter is being used very widely for gui development on all platform? > is that right? > since fredric lundh has written a very good introduction to tkinter > (was that just an intro?), I hav

Python Newbie

2005-10-05 Thread norm
m consideration? 3. What toolkit is most popular for Windows development? 4. Are there any impartial reviews of these packages anywhere? The list includes: wxPython pyQt pyGTk+ pyFLTK FOX OpenGL PythonWin Thanks, Norm -- http://mail.python.org/mailman/listinfo/python-list

Re: Considering moving from PowerBuilder to Python

2005-09-04 Thread Norm Goertzen
se in about 60 minutes (including 3 data entry forms and 3 reports). Nowadays, if I use PowerBuilder, it takes me at least 4 hours. In C#.NET, I'm afraid it will take at least 10 hours. thanks, Norm -- http://mail.python.org/mailman/listinfo/python-list

Considering moving from PowerBuilder to Python

2005-08-31 Thread Norm Goertzen
ld like to find something very close to Sybase's patented datawindow technology -- it's a real time-saver. Finally, is there any (realistic) way to mix PowerBuilder and Python? For instance write a Python shell that calls PowerBuilder methods (or vice versa). Thanks again, Norm -- http:/

New Arrival to Python

2005-08-25 Thread Norm Goertzen
ls as possible. Recently I've been learning C#.NET but am concerned with the anticipated longer development times. If it matters, the IDE I choose should also allow for simpler web development. thanks in advance, Norm QUESTIONS: 1. What IDE should I use? 2. If Wing IDE is really g