On Fri, Feb 5, 2010 at 6:47 PM, FeatherDark <msensei...@gmail.com> wrote: > So I installed pyWin32 today and all of my Django sites went POOF into > non-happyland > > I was prompted to post so here's a dpaste of just 1 of the errors in > the apache log > > I removed pyWin32 and all my Django woes vanished... other than I > needed pyWin32.... > > http://dpaste.com/155209/ > > assert sys.modules[modname] is old_mod > > -- > You received this message because you are subscribed to the Google Groups > "Django developers" group. > To post to this group, send email to django-develop...@googlegroups.com. > To unsubscribe from this group, send email to > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-developers?hl=en. > >
I can say, with very good confidence, that whatever the bug here is, it's not with our code. Our dynamic importing code (importlib) was written by Brett Cannon, one of the experts of the python import system, and author of importlib (which he personally backported from python 2.7/3.2 into Django). I'm therefore, seriously inclined to think the bug is in pyWin32. Alex -- "I disapprove of what you say, but I will defend to the death your right to say it." -- Voltaire "The people's good is the highest law." -- Cicero "Code can always be simpler than you think, but never as simple as you want" -- Me -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.