I've had good luck freezing Qt using the PySide bindings on Linux, though
it's unclear if PySide will support Qt 5 in the near future so I wouldn't
call it future proof right now.

In order for it to work I did have to include "PySide.QtCore",
"PySide.QtGui", and "PySide.QtNetwork" in my packages in build_exe_options
in setup.py. I don't think I had to do much more than that for the basic
parts of the GUI app.

Take care,

-Dan

[image: Dyn logo, Dyn.com] <http://dyn.com/>
<http://twitter.com/dyn> <http://twitter.com/dyninc>   [image: Dyn facebook
account] <http://facebook.com/dyn>   [image: Dyn LinkedIn account]
<http://linkedin.com/company/dyn>

Dan McCombs  / Senior Software Engineer
 603 296 1568      @danmccombs <http://twitter.com/danmccombs/>

On Wed, Mar 4, 2015 at 2:30 PM, Mehdi <mese1...@gmail.com> wrote:

>  Hi
> I'm using cx_freeze in linux 64bit virtual env.
> I have a python 3.3 + pygobject gui application which i wanted to freeze
> it for linux distribution, but i had no luck with simple *cxfreeze*
> command.
> I found this useful guide for "Building on Win32 with cx_freeze
> <https://wiki.gnome.org/Projects/PyGObject#Building_on_Win32_with_cx_freeze>",
> but nothing for linux.
> Can you help me about freezing an gui-enabled app for linux?
> If there is easier gui lib to freeze like qt or wx i can switch to them.
> Thanks.
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> cx-freeze-users mailing list
> cx-freeze-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to