Hello,
I've written a web application using the Win32 IIS stuff. It uses a few .py modules and a collection of ASP pages using Python.
I was wondering if anybody had any experience in distributing and installing an application like this and could offer any useful tips/gotchas.
At the moment the plan is to ask the user to install Python and PyWin32, run the Python/ASP registration script and then copy the files from a zip file onto the server. Is there a more straight forward way to do this?
Are there any functions in pyWin32 for setting up IIS (making virtual folders and such like?) then I could just install the whole thing like any other python package (using bdist_winst) and then link a virtual folder to it from a post install script.

Regards,
Emlyn.
_______________________________________________
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to