Hi,

In theory it is possible but in practice it won't be simple at all. You can
easily use the same setup.py on Linux and Windows. I do that all of the time
without any difficulty. But in order to cross compile Windows on Linux you
will need to

(a) ensure that you have base binaries for Windows available and
(b) ensure that you use only pure Python code (or find some other way of
grabbing extensions built for Windows)

Note that cx_Freeze also has hooks that deliberately exclude certain modules
because they are not relevant on the host platform. You will need to find a
way around this as well. I'm not sure its worth the trouble but if you
decide to proceed any way....Good luck!

Anthony

On Wed, Feb 3, 2010 at 8:12 AM, Peter Grisi <[email protected]> wrote:

>   Hi, i keep playing with the cx_freeze (wich i think its an awesome tool)
> and now im trying from Linux to generate cross platform executables without
> any success (distutils form).
>
>   So my question is, it is possible to create a Win32GUI executable from
> linux using cx_freeze??
>
>   if you look into /usr/lib/pymodules/python2.6/cx_Freeze/bases you will se
> that are some modules that are not in the windows version, for example the
> Win32GUI module
>
> Thanks for the patience!.
>
>
>
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> cx-freeze-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>
>
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
cx-freeze-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to