I don't know exactly why this translation is happening. Is there a way
to turn it off?
Thanks
The directories in PYTHONPATH are *prepended* to sys.path. Perhaps one
of your files has the same name as a module that's new in Python
3.0 ... "io" is a possible candidate; "abc" a better one. Care to tell
us the name of the file in which 3.0 finds the syntax error?
> I don't know exactly why this translation is happening. Is there a way
> to turn it off?
>
"Translation"?
regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC http://www.holdenweb.com/