Re: Very simple - please help

2008-11-08 Thread John Machin
On Nov 8, 7:21 pm, pineapple <[EMAIL PROTECTED]> wrote: > On Nov 8, 12:24 pm, "Chris Rebert" <[EMAIL PROTECTED]> wrote: > > > The code you gave works perfectly: > > Weird! Doesn't work at all on my system (WinXP, Python 2.5). > > > Please post some of the actual code so that we can determine the pr

Re: Very simple - please help

2008-11-08 Thread pineapple
On Nov 8, 1:02 pm, "Mark Tolonen" <[EMAIL PROTECTED]> wrote: > Also, you don't need a lambda for this example: Interestingly, this works - thanks. I'd still like to know why the other doesn't work, but I suppose at this juncture it isn't worth the time and energy trying to figure it out -- ht

Re: Very simple - please help

2008-11-08 Thread pineapple
On Nov 8, 12:24 pm, "Chris Rebert" <[EMAIL PROTECTED]> wrote: > The code you gave works perfectly: Weird! Doesn't work at all on my system (WinXP, Python 2.5). > Please post some of the actual code so that we can determine the problem. > Taking a guess, I'd suspect Blah and commands are in differ

Re: Very simple - please help

2008-11-07 Thread Mark Tolonen
"Chris Rebert" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On Fri, Nov 7, 2008 at 8:52 PM, pineapple <[EMAIL PROTECTED]> wrote: I am not a python programmer, but am being forced to port one of my (smalltalk) applications to python for pragmatic reasons (python is embedded with

Re: Very simple - please help

2008-11-07 Thread Chris Rebert
On Fri, Nov 7, 2008 at 8:52 PM, pineapple <[EMAIL PROTECTED]> wrote: > I am not a python programmer, but am being forced to port one of my > (smalltalk) applications to python for pragmatic reasons (python is > embedded with a graphics package I am switching over to, so to use the > graphics packag

Very simple - please help

2008-11-07 Thread pineapple
I am not a python programmer, but am being forced to port one of my (smalltalk) applications to python for pragmatic reasons (python is embedded with a graphics package I am switching over to, so to use the graphics package I am essentially forced to use python). Okay, enough background. At any r