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

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-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