Robert Kern wrote:
Using /usr/bin/unzip to unzip the package seems to strip the executable
flags from these files. Stuffit Expander seems to work fine.
I've traced the problem to a deficiency in Python's zipfile (well, one
could equally say that there is a deficiency in Info-Zip's code, but
Pyth
Bob Ippolito wrote:
On Mar 20, 2005, at 12:59 AM, Daniel Keep wrote:
Hi all. Please be gentle--I use a PC.
I'm doing my third-year computer science project at university, and
we're in the early stages of requirements testing. That said, I'm
also trying to extol the virtues of Python upon the gr
On Mar 20, 2005, at 4:26 PM, Jim Muller wrote:
A question from a new mod_python user:
When I run within an otherwise working apache2/mod_python, if my
script imports MySQLdb I get a dyld compability version error:
File "/Users/jim/Sites/WatchEvents.py", line 97, in ?
import MySQLdb,
On Mar 20, 2005, at 5:09 PM, Michael Dunn wrote:
I have a double-nested 'for' loop in a function. I can't use
'break' to get out of BOTH loops from the inner loop. Can I simply
put a 'return' statement in the inner loop, or will this completely
mess up the stack or something?
return will wo
At 11:04 PM +0100 2005/3/20, Just van Rossum wrote:
Michael Dunn wrote:
Yeah, I'm using old stuff, I know.
Having a weird problem. I've defined a few functions for a
program and put them in a separate file. In my main program I write
"from filename import *".
When I run as an
I have a double-nested 'for' loop in a function. I can't use
'break' to get out of BOTH loops from the inner loop. Can I simply
put a 'return' statement in the inner loop, or will this completely
mess up the stack or something?
thanks!
Michael
_
Michael Dunn wrote:
> Yeah, I'm using old stuff, I know.
>
> Having a weird problem. I've defined a few functions for a
> program and put them in a separate file. In my main program I write
> "from filename import *".
>
> When I run as an applet, everything seems to work. When I
Hi,
A question from a new mod_python user:
When I run within an otherwise working apache2/mod_python, if my script
imports MySQLdb I get a dyld compability version error:
File "/Users/jim/Sites/WatchEvents.py", line 97, in ?
import MySQLdb, pickle
File "/opt/local/lib/python2.4/s
On Mar 20, 2005, at 12:59 AM, Daniel Keep wrote:
Hi all. Please be gentle--I use a PC.
I'm doing my third-year computer science project at university, and
we're in the early stages of requirements testing. That said, I'm
also trying to extol the virtues of Python upon the group, as I
honestly
Yeah, I'm using old stuff, I know.
Having a weird problem. I've defined a few functions for a
program and put them in a separate file. In my main program I write
"from filename import *".
When I run as an applet, everything seems to work. When I run
from the IDE, it appears that ONL
10 matches
Mail list logo