Re: Writing a program under GNU/Linux for MS Windows.

2008-07-20 Thread Nicol van der Merwe
On 7/18/08, Levi Campbell [EMAIL PROTECTED] 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? --

RE: Writing a program under GNU/Linux for MS Windows.

2008-07-18 Thread Neuberger, Sheldon N.
If you're just writing Python code then it will run unmodified on his Windows machine. Are you planning on using other languages too? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Levi Campbell Sent: Friday, July 18, 2008 4:27 PM To:

Re: Writing a program under GNU/Linux for MS Windows.

2008-07-18 Thread Mike Driscoll
On Jul 18, 3:26 pm, Levi Campbell [EMAIL PROTECTED] 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