rambius <rambiusparkisan...@gmail.com> writes:

> I found the culprit. Yesterday I added a file called copy.py. It
> clashed with the python built-in module copy and caused that nasty
> error.

You may be glad to know that newer versions of Python can distinguish
absolute imports from relative imports, to address this very problem
<URL:http://www.python.org/dev/peps/pep-0328/>.

-- 
 \        “I don't accept the currently fashionable assertion that any |
  `\       view is automatically as worthy of respect as any equal and |
_o__)                                   opposite view.” —Douglas Adams |
Ben Finney
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to