[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Automatic Import Problem



Kris Schnee wrote:
I think that Python was loading _a_ version of "art.py" from _somewhere_, and the fact that I can't tell from where bothers me. What are the circumstances in which this happens?

What's in your PYTHONPATH?

To find out where it came from, print out its __file__
attribute after importing it.

--
Greg