Re: [Pyobjc-dev] enumerator support
Brought to you by:
ronaldoussoren
From: <bo...@pa...> - 2003-02-27 19:26:27
|
ok, this works in a command-line program (% python test.py), but doesnt work inside PB. is there a way to see which version of python is being launched by PB? and how to change it? thanks, bob On Thursday, February 27, 2003, at 10:45 AM, Bill Bumgarner wrote: > It is in the version in CVS. Specifically, this... > > for aRow in self.typesTable.selectedRowEnumerator(): > .... > > ... works just fine nowadays. > > Basically, anything that implements -nextObject can be used on the RHS > of the 'in' in an iterative context. > > b.bum > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev > |