Re: generate Windows exe on Linux

2012-02-26 Thread Albert van der Horst
In article mailman.55.1329949521.3037.python-l...@python.org, Gelonida N gelon...@gmail.com wrote: On 02/22/2012 07:05 PM, Alec Taylor wrote: http://www.pyinstaller.org/ or http://cx-freeze.sourceforge.net/ You can also run py2exe in WINE You want to say, that I could install python 2.6

Re: generate Windows exe on Linux

2012-02-23 Thread Waldek M.
On Wed, 22 Feb 2012 18:42:11 +0100, Jérôme wrote: Has anyone had success generating exe's from within Linux? That doesn't seem to have anything to do with Python, but you might want to google for cross-compiling. I think his question is totally python related. As I understand it,

Re: generate Windows exe on Linux

2012-02-22 Thread Waldek M.
On Wed, 22 Feb 2012 04:12:29 -0800 (PST), Plumo wrote: I have a python script using only the standard libraries. Currently I use a Windows VM to generate exe's, which is cumbersome. And what exactly *is* this exe about? Has anyone had success generating exe's from within Linux? That doesn't

Re: generate Windows exe on Linux

2012-02-22 Thread Jérôme
Wed, 22 Feb 2012 18:19:12 +0100 Waldek M. a écrit: On Wed, 22 Feb 2012 04:12:29 -0800 (PST), Plumo wrote: I have a python script using only the standard libraries. Currently I use a Windows VM to generate exe's, which is cumbersome. And what exactly *is* this exe about? Whatever. Has

Re: generate Windows exe on Linux

2012-02-22 Thread Alec Taylor
http://www.pyinstaller.org/ or http://cx-freeze.sourceforge.net/ You can also run py2exe in WINE On Thu, Feb 23, 2012 at 4:42 AM, Jérôme jer...@jolimont.fr wrote: Wed, 22 Feb 2012 18:19:12 +0100 Waldek M. a écrit: On Wed, 22 Feb 2012 04:12:29 -0800 (PST), Plumo wrote: I have a python

Re: generate Windows exe on Linux

2012-02-22 Thread Gelonida N
On 02/22/2012 07:05 PM, Alec Taylor wrote: http://www.pyinstaller.org/ or http://cx-freeze.sourceforge.net/ You can also run py2exe in WINE You want to say, that I could install python 2.6 some packages like win32api PyQt and tand py2exe under Wine and then compile it. Did you try

Re: generate Windows exe on Linux

2012-02-22 Thread Stefan Behnel
Gelonida N, 22.02.2012 23:25: On 02/22/2012 07:05 PM, Alec Taylor wrote: http://www.pyinstaller.org/ or http://cx-freeze.sourceforge.net/ You can also run py2exe in WINE You want to say, that I could install python 2.6 some packages like win32api PyQt and tand py2exe under Wine and

Re: generate Windows exe on Linux

2012-02-22 Thread Miki Tebeka
Having said that, Wine is actually surprisingly capable these days. It won't always run the latest release of our all-time favourite WYGIWYD character pushing or number layouting programs from MS-Office fame, but at least older versions of many a program tend to work rather nicely. Even newer

Re: generate Windows exe on Linux

2012-02-22 Thread Plumo
thanks Jérôme. Closest I have found is pyinstaller added support for cross-compiling a year ago by mounting a Windows partition on Linux: https://groups.google.com/forum/?fromgroups#!topic/pyinstaller/KISZP5sHCWg But it was not stable so will be removed: