The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3785840:

from io import StringIO shouldn\'t work in Python 2.6 unless you changed your 
installation (the proper thing would be from StringIO import StringIO in Python 
2.6).

Can you do the following:

In that same file write:

import sys;print \'\\n\'.join(sorted(sys.path))

Run that and paste the results you have.

Cheers,

Fabio

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to