This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author illume
Recipients illume
Date 2009-09-22.09:16:46
SpamBayes Score 5.8928967e-05
Marked as misclassified No
Message-id <1253611008.63.0.50071403337.issue6964@psf.upfronthosting.co.za>
In-reply-to
Content
python3.1

>>> import new
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named new

2to3-3.1 doesn't mention how to change it.
History
Date User Action Args
2009-09-22 09:16:48illumesetrecipients: + illume
2009-09-22 09:16:48illumesetmessageid: <1253611008.63.0.50071403337.issue6964@psf.upfronthosting.co.za>
2009-09-22 09:16:46illumelinkissue6964 messages
2009-09-22 09:16:46illumecreate