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

Hi Tim.

Running from Eclipse or from the interpreter should be the same thing if your
pythonpath is OK... What can be happening is that in one place it gets the files
correctly while in the other it gets some other path before... Another common
thing is when you have .pyc files that do not have source files but are still
around (so, it gets to those .pyc files instead of the actual source files).

Still, I'm not sure what's your case (if you want more info on that, please
create a bug-report and attach the code with what's not working -- and some
step-by-step to reproduce it).

Cheers,

Fabio

______________________________________________________________________
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

------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to