Error in PyDev but not in the standard python interpreter

Ethan Furman ethan at stoneleaf.us
Tue Jun 24 11:08:00 EDT 2014


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~



More information about the Python-list mailing list