On Mon, 28 Mar 2005 21:32:07 +0200, Do Re Mi chel La Si Do <[EMAIL PROTECTED]> wrote: > Hi ! > > I have sevral problems with P4-RC2. > > Typical case, I have a script who run OK with P4 "standard" ; but, on a new > install, with P4-RC2, I obtain : > > Traceback (most recent call last): > File "C:\PONX\ponx.py", line 60, in ? > import pdebug > File "C:\PONX\pdebug.py", line 224 > for tmpArg in args[1:]: > ^ > SyntaxError: invalid syntax
I'm assuming you mean "2.4" for "P4" and "2.4.1c2" for "P4-RC2". I can see no changes that should have caused this - without seeing the entire file, I can only assume that you've either got indentation wrong, or you're maybe mixing tabs and spaces? That's the best I can do without seeing the whole file. -- http://mail.python.org/mailman/listinfo/python-list