
Guys, Can I ran python on my local webserver on windows? I am trying to run a specific script built on phython... David. -- ------------- http://blog.majibu.com

if the web server is apache, then you can, you need to install the apache plug in modpython check www.modpython.org 2009/8/11 David Mugo <raidarmax@gmail.com>
Guys,
Can I ran python on my local webserver on windows? I am trying to run a specific script built on phython...
David.
-- ------------- http://blog.majibu.com
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- Regards Jude Mwenda "Was ist mein Leben, wenn ich nicht mehr nützlich für andere." Johann Wolfgang von Goethe

Python will run perfectly well with IIS. Either - Download and install ActivePython which will do the hard work for you ( http://www.activestate.com/activepython/) or - Configure IIS yourself to offload requests to the python interpreter http://support.microsoft.com/kb/276494 On Tue, Aug 11, 2009 at 3:22 PM, jude mwenda <judemwenda@gmail.com> wrote:
if the web server is apache, then you can, you need to install the apache plug in modpython check www.modpython.org
2009/8/11 David Mugo <raidarmax@gmail.com>
Guys,
Can I ran python on my local webserver on windows? I am trying to run a specific script built on phython...
David.
-- ------------- http://blog.majibu.com
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- Regards
Jude Mwenda
"Was ist mein Leben, wenn ich nicht mehr nützlich für andere." Johann Wolfgang von Goethe
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
participants (3)
-
David Mugo
-
jude mwenda
-
Rad!