[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 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.

--
components: Extension Modules
messages: 230065
nosy: smoneck
priority: normal
severity: normal
status: open
title: Cache error
type: crash
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22740
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue22740
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue22740
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com