Message3983

Author doublep
Recipients doublep
Date 2008-12-29.14:47:47
SpamBayes Score 1.1249244e-07
Marked as misclassified No
Message-id <1230562067.74.0.710532774932.issue1215@psf.upfronthosting.co.za>
In-reply-to
Content
Jython 2.5:

>>> from os. path import abspath
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named  path

CPython:
>>> from os. path import abspath
>>> abspath
<function abspath at 0xb7ff38b4>

Setting to major because is utterly confusing about what's wrong.
History
Date User Action Args
2008-12-29 14:47:47doublepsetrecipients: + doublep
2008-12-29 14:47:47doublepsetmessageid: <1230562067.74.0.710532774932.issue1215@psf.upfronthosting.co.za>
2008-12-29 14:47:47doubleplinkissue1215 messages
2008-12-29 14:47:47doublepcreate