sys.path.append("c:\\python23\\lib")

What's the result of

:py import sys
:py print sys.version

?

If it's not 2.3.something then there is no way you should be doing that.

Reply via email to