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 smoneck
Recipients smoneck
Date 2014-10-27.10:16:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414404973.65.0.809705058113.issue22740@psf.upfronthosting.co.za>
In-reply-to
Content
`python2 test.py` results in the following error:

Traceback (most recent call last):
  File "test.py", line 1, in <module>
    import seaborn as sns
  File "/path/seaborn.py", line 4, in <module>
    sns.set(style="ticks")
AttributeError: 'module' object has no attribute 'set'

seaborn.py is an old plot-file thats already deleted.
History
Date User Action Args
2014-10-27 10:16:13smonecksetrecipients: + smoneck
2014-10-27 10:16:13smonecksetmessageid: <1414404973.65.0.809705058113.issue22740@psf.upfronthosting.co.za>
2014-10-27 10:16:13smonecklinkissue22740 messages
2014-10-27 10:16:13smoneckcreate