Help! Identical code doesn't work in Wing IDE but does in Komodo.

Luke Plant L.Plant.98 at cantab.net
Thu Apr 20 04:06:28 EDT 2006


> With the exact same line of code in Komodo I get the correct output
> which is "Sample Feed"
>
> Any idea what's wrong?

My guess would be different PYTHONPATHs.  Try this on each:

>>> import sys
>>> print sys.path

They might even be using different python versions - but both of these
are just guesses.

Luke




More information about the Python-list mailing list