Hi Chris,

On 24.06.2014 16:04, Chris Angelico wrote:
Here's what I'd try:

>>>import sys
>>>sys.modules[d1.__class__.__module__].__file__
>>>sys.modules[d2.__class__.__module__].__file__

that was it!

netCDF4 has two repositories online, one on google code and one on github. I mistakenly installed the old one, then I noticed the new one and obviously some old stuffs remained in the dist-packages directory. I removed them from my path and everything works fine in pydev now.

Thanks a lot!

Fab

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to