I have specified the path variable as C:\Python27\Lib\site-packages;C:\Python27\Tools\Scripts.
To recall this on MS DOS I used python myScript.py'so the program till reponds error syntax please could you help me.

Recommended Answers

All 2 Replies

You should, of course post the error but frequently the problem is that the backslash, "\", is used by Python as the escape character. You should either use the forward slash, "/" or escape the backslash, "\" in your paths.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.