> It seems, your copy.py is broken or a copy.py outside the Python library is > imported instead. I checked the file copy.py of my Python installation > (openSUSE 10.2, Python 2.5) and it doesn't contain a line that looks like > the one producing the problem on your side.
Detlev, You are right. I found a copy.py in my home directory that was causing the problem. Removing that and the corresponding .pyc file fixed it. Thanks, Tom _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
