Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4976776
By: mkearney

I just ported my code from Windows XP to Windows Vista.

On vista, it fails in the pydev debugger with the message,

    "Import Error: No module named vtEnv" 

where "vtEnv" is one of my modules. I.e. the classic message when python can
find a
in the source directory because I screwed up the filename.

My reaction was that this must be a trivial path orenvironment variable problem.
However, I have subsequently discovered that the code executes correctly with
the same
configuration without the debugger (i.e. a run works). It also executes 
correctly
from
the MS command line. So this is beginning to feel like an eclipse or pydev 
problem.



On the vista system I am using: 
    eclipse 3.3.2, python 2.5.2, pydev 1.3.17

On the XP system (service pack 2) I am using: 
    eclipse 3.3.2, python 2.5, pydev 1.3.17


And for the moment I have run out of ideas to explore.

THe following two files will show the problem:

file0.py -
----------------

print "some python code"



file1.py -
-----------

import os
import file0


Yes it is really that simple a case, which suggests user error and/or I
am missing
a detail in the setup.







______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to