Re: develop for Windows on GNU/Linux, using Python

2010-09-21 Thread Brian Curtin
On Tue, Sep 21, 2010 at 03:36, Lawrence D'Oliveiro wrote: > In message , Kev > Dwyer > wrote: > > > To be confident that your code is good you need to test it on a Windows > > box (we all test, right?). > > Preferably more than one. Test with Seven as well as Vista (yes, there are > still some Vi

Re: develop for Windows on GNU/Linux, using Python

2010-09-21 Thread Lawrence D'Oliveiro
In message , Kev Dwyer wrote: > To be confident that your code is good you need to test it on a Windows > box (we all test, right?). Preferably more than one. Test with Seven as well as Vista (yes, there are still some Vista users out there). What about the difference between Starter versus Ho

Re: develop for Windows on GNU/Linux, using Python

2010-09-20 Thread CM
On Sep 20, 12:46 pm, Thomas Jollans wrote: > On Monday 20 September 2010, it occurred to Default User to exclaim: > > > > > On Sun, Sep 19, 2010 at 14:31, J.O. Aho wrote: > > > Kev Dwyer wrote: > > > > if you have C-extensions in > > > > your code you'll need to compile them over Windows.  If you

Re: develop for Windows on GNU/Linux, using Python

2010-09-20 Thread Thomas Jollans
On Monday 20 September 2010, it occurred to Default User to exclaim: > On Sun, Sep 19, 2010 at 14:31, J.O. Aho wrote: > > Kev Dwyer wrote: > > > if you have C-extensions in > > > your code you'll need to compile them over Windows. If you want to > > > program against the Windows API you'll need a

Re: develop for Windows on GNU/Linux, using Python

2010-09-20 Thread Default User
On Sun, Sep 19, 2010 at 14:31, J.O. Aho wrote: > Kev Dwyer wrote: > > On Sun, 19 Sep 2010 12:55:43 -0500, Default User wrote: > > > >> Consider: > >> > >> Can someone do development of programs for use on Windows systems, but > >> developed totally on a GNU/Linux system, using standard, contempor

Re: develop for Windows on GNU/Linux, using Python

2010-09-19 Thread J.O. Aho
Kev Dwyer wrote: > On Sun, 19 Sep 2010 12:55:43 -0500, Default User wrote: > >> Consider: >> >> Can someone do development of programs for use on Windows systems, but >> developed totally on a GNU/Linux system, using standard, contemporary 32 >> and / or 64-bit PC hardware? >> >> This would be for

Re: develop for Windows on GNU/Linux, using Python

2010-09-19 Thread Kev Dwyer
On Sun, 19 Sep 2010 12:55:43 -0500, Default User wrote: > Consider: > > Can someone do development of programs for use on Windows systems, but > developed totally on a GNU/Linux system, using standard, contemporary 32 > and / or 64-bit PC hardware? > > This would be for someone who can not or wi

develop for Windows on GNU/Linux, using Python

2010-09-19 Thread Default User
Consider: Can someone do development of programs for use on Windows systems, but developed totally on a GNU/Linux system, using standard, contemporary 32 and / or 64-bit PC hardware? This would be for someone who can not or will not use Windows, but wants to create software for those who do. Thi