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 mark
Recipients brett.cannon, mark, ncoghlan, orsenthil
Date 2011-01-17.16:30:07
SpamBayes Score 7.0110584e-14
Marked as misclassified No
Message-id <1295281808.83.0.723479436566.issue10926@psf.upfronthosting.co.za>
In-reply-to
Content
I just installed 3.1.3 and it does indeed give the import error:

Python 3.1.3 (r313:86834, Jan 17 2011, 16:29:46) 
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from Graphics.Vector import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "Graphics/Vector/Svg.py", line 2, in <module>
    from ..Graphics import Xpm
ImportError: No module named Graphics
History
Date User Action Args
2011-01-17 16:30:08marksetrecipients: + mark, brett.cannon, ncoghlan, orsenthil
2011-01-17 16:30:08marksetmessageid: <1295281808.83.0.723479436566.issue10926@psf.upfronthosting.co.za>
2011-01-17 16:30:07marklinkissue10926 messages
2011-01-17 16:30:07markcreate