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

Hi,

That's correct, right now it only gets the info for the pythonpath for the 
current
editor, and not the working dir.

Now, to change the current dir, if you use os.chdir(path) (instead of going
for shell commands -- which won't affect the current shell, only the shell you
spawned) it should work. Also, use the python api to get the dir too
(os.getcwd()).

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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to