Message3266

Author pjenvey
Recipients billiejoex, pjenvey
Date 2008-06-09.17:39:37
SpamBayes Score 0.026932998
Marked as misclassified No
Message-id <1213033178.14.0.176600478559.issue1879935@psf.upfronthosting.co.za>
In-reply-to
Content
That's the problem you're having then, the fact that ntpath isn't being 
used. I'm not sure why it wouldn't work on your environment. Are you 
sure that's trunk?

What version of Windows are you using? What is the value of 
java.lang.System.getProperty('os.name')

Here's what I get:

C:\Documents and Settings\Administrator\Desktop\jython-
trunk>.\jython.bat
Jython 2.3a0+ (trunk, Jun 8 2008, 14:43:44)
[Java HotSpot(TM) Client VM (Sun Microsystems Inc.)] on java1.6.0_05
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.path
<module 'ntpath' from 'C:\Documents and 
Settings\Administrator\Desktop\jython-tr
unk\dist\Lib\ntpath.py'>
>>> os.path.isabs('/a')
True
>>>
History
Date User Action Args
2008-06-09 17:39:38pjenveysetspambayes_score: 0.026933 -> 0.026932998
messageid: <1213033178.14.0.176600478559.issue1879935@psf.upfronthosting.co.za>
2008-06-09 17:39:38pjenveysetspambayes_score: 0.026933 -> 0.026933
recipients: + pjenvey, billiejoex
2008-06-09 17:39:38pjenveylinkissue1879935 messages
2008-06-09 17:39:37pjenveycreate