[issue22740] Cache error

2014-10-27 Thread R. David Murray
Changes by R. David Murray : -- stage: -> resolved type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue22740] Cache error

2014-10-27 Thread Georg Brandl
Changes by Georg Brandl : -- resolution: -> not a bug status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue22740] Cache error

2014-10-27 Thread Stephan Monecke
Stephan Monecke added the comment: Problem found. Induced by a .pyc file in the folder. -- ___ Python tracker ___ ___ Python-bugs-list

[issue22740] Cache error

2014-10-27 Thread Stephan Monecke
Stephan Monecke added the comment: Edit: test.py contains just "import seaborn as sns" -- ___ Python tracker ___ ___ Python-bugs-list

[issue22740] Cache error

2014-10-27 Thread Stephan Monecke
New submission from Stephan Monecke: `python2 test.py` results in the following error: Traceback (most recent call last): File "test.py", line 1, in import seaborn as sns File "/path/seaborn.py", line 4, in sns.set(style="ticks") AttributeError: 'module' object has no attribute 'se