Message4928

Author thobes
Recipients Christof, thobes
Date 2009-07-20.10:12:51
SpamBayes Score 0.004313658
Marked as misclassified No
Message-id <1248084772.17.0.901331376066.issue1379@psf.upfronthosting.co.za>
In-reply-to
Content
As far as I can tell Jython and CPython behave in the same way here. But
this could be some sort of Winblows issue.

CPython regularly assigns relative paths to __file__ as well. The proper
use in this case would be:

  scriptdir = os.path.dirname(os.path.abspath(__file__))
History
Date User Action Args
2009-07-20 10:12:52thobessetmessageid: <1248084772.17.0.901331376066.issue1379@psf.upfronthosting.co.za>
2009-07-20 10:12:52thobessetrecipients: + thobes, Christof
2009-07-20 10:12:52thobeslinkissue1379 messages
2009-07-20 10:12:51thobescreate