Hi Vincent,

No other base is required on Linux. This is due to the fact that Ubuntu has
modified the normal startup logic found in base Python which cx_Freeze was
depending on. If you use the current master branch (not yet released) that
problem has been resolved. I am hoping to find some more time to package up
the master branch for a 6.0 release -- but haven't found it yet. :-(

Hope that helps!

Anthony

On Tue, Aug 1, 2017 at 7:31 AM, Vincent Le Goff <
vincent.legoff....@gmail.com> wrote:

> Hi all,
>
>
> I have been using cxFreeze for some years, on Windows.  I now am switching
> to Linux (Ubuntu) and would like to offer frozen Python programs for both
> platforms.  To build a Windows Python script that used wxPython, I had to
> use the base Win32GUI which obviously doesn't work on Linux.  Using no base
> doesn't seem to work either.  python setup.py build works just fine, but if
> I try to run the program, I get:
>
>
> ImportError: no module named __startup__
>
>
> That seems to be an error on Linux that other users mentioned. However,
> none indicated how they solved it, particularly when running wxPython apps,
> which might require a different base.
>
>
> Thank you for your help and answers,
>
>
> Vincent
>
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> cx-freeze-users mailing list
> cx-freeze-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to