On 06/24/2014 07:04 AM, Chris Angelico wrote:

Here's what I'd try:

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

Do those in both environments and see where things are actually coming
from.

Debugging tips always appreciated.

Thanks, Chris!

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

Reply via email to