Message4005

Author naos
Recipients naos
Date 2009-01-07.13:01:39
SpamBayes Score 0.010349041
Marked as misclassified No
Message-id <1231333300.32.0.820688746032.issue1219@psf.upfronthosting.co.za>
In-reply-to
Content
I'm running Django 1.0.2 on Jython 2.5b0

I got error upon page rendering due to missing os.getcwdu function. 

To get over it I'm doing at init: os.getcwdu = os.getcwd which works fine.

"Exception Value: 'module' object has no attribute 'getcwdu'
Exception Location: 
/home/naos/software/jython2.5a3/Lib/site-packages/django/utils/_os.py in
abspathu, line 21"
History
Date User Action Args
2009-01-07 13:01:40naossetrecipients: + naos
2009-01-07 13:01:40naossetmessageid: <1231333300.32.0.820688746032.issue1219@psf.upfronthosting.co.za>
2009-01-07 13:01:40naoslinkissue1219 messages
2009-01-07 13:01:39naoscreate