Re: about invalid syntax

2005-11-15 Thread adDoc's networker Phil
. I've been schooled with various versions of several languages, but I'm just now learning python: I've not yet personally experienced any python debugger . . I understand the python`IDLE (integrated DeveL Envir) comes with the std distro, and here is the part in the doc's that you might find

about invalid syntax

2005-11-14 Thread Ben Bush
When I run scripts in PythonWin, sometimes will get the message of invalid syntax error. How can I check which errorI made? For example, in VB, you might got the wrong place highlighted and help message too.-- Thanks!Ben Bush -- http://mail.python.org/mailman/listinfo/python-list

Re: about invalid syntax

2005-11-14 Thread adDoc's networker Phil
. maybe you could separate your code into parts { python std, pythonwin-specific}, and then use a debugger to know most of the problem sources? (I'm not familiar with pythonwin, I assume it's a superset of python std) .On 11/14/05, Ben Bush [EMAIL PROTECTED] wrote:When I run scripts in PythonWin,

Re: about invalid syntax

2005-11-14 Thread Ben Bush
On 11/14/05, adDoc's networker Phil [EMAIL PROTECTED] wrote: . maybe you could separate your code into parts { python std, pythonwin-specific},and then use a debugger to know most of the problem sources? (I'm not familiar with pythonwin, I assume it's a superset of python std) . On 11/14/05, Ben