Am 07.01.2010 09:18, schrieb Saeed Bhuta: > File "/usr/lib/python2.6/decimal.py", line 3640, in __init__ > setattr(self, name, _copy.copy(getattr(DefaultContext, name))) > AttributeError: 'module' object has no attribute 'copy*'
Maybe you have a module named "copy" somewhere in your path that is hiding the copy module from the standard lib? -- Christoph _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
