google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

Saving a job directly in the database produces import error #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. View a job record
2. Hit Save
3. Error: No moduled named copy_reg

Original issue reported on code.google.com by amacgregor on 1 Sep 2011 at 2:12

GoogleCodeExporter commented 9 years ago
Can't replicate this error. More info?

Original comment by retrogra...@gmail.com on 15 Sep 2011 at 6:42

GoogleCodeExporter commented 9 years ago
$ python
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53) 
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import copy_reg
>>> 

(virt_yabife)[cwellington@faramir yabife]$ python
Python 2.6.5 (r265:79063, Oct 12 2010, 14:26:13) 
[GCC 4.1.2 20080704 (Red Hat 4.1.2-48)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import copy_reg
>>> 

Looks like its built into python.

Original comment by retrogra...@gmail.com on 15 Sep 2011 at 6:43

GoogleCodeExporter commented 9 years ago
http://docs.python.org/library/copy_reg.html

Original comment by retrogra...@gmail.com on 15 Sep 2011 at 6:44

GoogleCodeExporter commented 9 years ago
replicated problem. fixed in 3fbf12a361ed

Original comment by retrogra...@gmail.com on 15 Sep 2011 at 8:32