Stephan Monecke added the comment:
Problem found. Induced by a .pyc file in the folder.
--
___
Python tracker
<http://bugs.python.org/issue22740>
___
___
Pytho
Stephan Monecke added the comment:
Edit: test.py contains just "import seaborn as sns"
--
___
Python tracker
<http://bugs.python.org/issue22740>
___
___
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: