Re: mod_python wont use version 2.5.4 on windows
Graham Dumpleton <[email protected]>
| Newsgroups | gmane.comp.python.mod_python |
|---|---|
| Message-ID | <[email protected]> |
Correct, it is effectively a warning only in this case. Because Windows uses a DLL for Python library it automatically picks up the newer version. It would however be a problem on UNIX if mod_python had been compiled against a static Python library instead of a shared library. Graham 2009/3/10 Tim Valenta <[email protected]>: > If I'm not mistaken, I think it still runs, right? It does give a warning, > but that is because that version was compiled with Python 2.5 (straight 2.5, > not 2.5.2 or 2.5.4) > I'm not sure if there's anything you'll be able to simply change to fix it. > It shouldn't have any problems though. (At least, I haven't experienced > any.) > Tim > > 2009/3/9 Jordan Dunn <[email protected]> >> >> i installed apache2.2 and python 2.5.4, and when i installed mod_python it >> installed fine, but in the apache logs it says its looking for 2.5 instead >> of 2.5.4? how can i fix this? >> _______________________________________________ >> Mod_python mailing list >> [email protected] >> http://mailman.modpython.org/mailman/listinfo/mod_python >> > > > > -- > "If you had a katana, ..." > Party like it's 1234567890 > > _______________________________________________ > Mod_python mailing list > [email protected] > http://mailman.modpython.org/mailman/listinfo/mod_python > >