Bugs item #3496224, was opened at 2012-03-02 00:38
Message generated for change (Comment added) made by rupole
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3496224&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pythonwin
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: honyczek (honyczek)
Assigned to: Mark Hammond (mhammond)
Summary: AssertionError: assert sys.modules[modname] is old_mod
Initial Comment:
This problem is opened at ID #2905909.
I want to attach file, which tells what is in old_mod and mod variables.
This problem has been described by me at: http://stackoverflow.com/questions/9479239/running-two-django-apps-on-apache-with-mod-auth-sspi-and-mod-wsgi
----------------------------------------------------------------------
>Comment By: Roger Upole (rupole)
Date: 2012-10-02 12:31
Message:
It appears mod-wsgi is using multiple python interpreters, which pywin32
doesn't support.
Just commenting out the assert may lead to a number of problems when the
second
interpreter uses objects created in the first.
However, this same error can also happen when reloading pywintypes in
python 3.
I'll see if I can find a way to make sure reloading works.
----------------------------------------------------------------------
Comment By: honyczek (honyczek)
Date: 2012-06-07 01:07
Message:
this link has a solution:
http://stackoverflow.com/questions/5969669/multiple-django-sites-on-apache-windows-mod-wsgi-problem-with-win32
but why is this required to get it working?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=3496224&group_id=78018
|