16 Apr
2002
16 Apr
'02
10:50 p.m.
When installing an External Method I got a syntax error when using the new string methods, in particular, something like x = '\n'.join( stringarray ) Anyone know why?
16 Apr
16 Apr
11:49 p.m.
New subject: [Zope] Python syntax checker...
OOOPs ... sorry to bother... runaway open bracket was the problem not the new syntax. :-(
17 Apr
17 Apr
1:31 p.m.
New subject: [Zope] Python syntax checker...
On Tue, Apr 16, 2002 at 04:49:13PM -0700, Dennis Allison wrote:
OOOPs ... sorry to bother... runaway open bracket was the problem not the new syntax. :-(
In case you actually need a python code checker, do a web search for "pychecker." It can save you from a lot of basic mistakes that will compile to bytecode OK but not run correctly. --PW
8755
Age (days ago)
8756
Last active (days ago)
2 comments
2 participants
participants (2)
-
Dennis Allison -
Paul Winkler