On Wed, Dec 23, 2009 at 17:31, Doug Blank <doug.bl...@gmail.com> wrote:
> Perhaps this is a cyclic Python import issue. I think Python will go > through a file twice, the first time getting names into the scope, and > then a second time to fill in the details. Perhaps you are still in > the middle of importing when you are attempting to use the partially > loaded items. > It was indeed a cyclic import. I finally found an import statement way below, where I imported a model recursively to add within a signal. Once I passed the required Model as a string to the signal connector and removed the input, everything worked again. Thanks a lot! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.