[Pydev-users] [pydev - Users] RE: Problem openning files
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-09-25 10:51:56
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3930995 By: fabioz Well, actually, I don't think this has anything to do with pydev... I think that your current working dir is not suitable for that (so, you have to specify your working dir -- in pydev, the working dir is the Base Directory, on the arguments tab, in the run dialog) You can check it from python if you do: import os print os.path.abspath(os.curdir) 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 |