Writing a program under GNU/Linux for MS Windows.

Mike Driscoll kyosohma at gmail.com
Fri Jul 18 16:51:08 EDT 2008


On Jul 18, 3:26 pm, Levi Campbell <levicc00... at gmail.com> wrote:
> Hi, I'm trying to write a program for a friend of mine who uses
> windows but I use GNU/Linux. I know you can use mingw and link to the
> python dll, but is there a way to create a win32 service under Linux?

Technically, you can probably write the code for the service in Linux,
but I doubt you could test it. Here are some links on the subject,
though:

http://essiene.blogspot.com/2005/04/python-windows-services.html
http://agiletesting.blogspot.com/2005/09/running-python-script-as-windows.html

Mike



More information about the Python-list mailing list