Re: [cx-freeze-users] linux deployment

2010-03-11 Thread Cor Bos
Ok, the total size of my application is about 23 MB. The wxPython libs sums up to a total of 17.6 MB ( 28 files ) You have to take care that all necessary wxPython .so files are being copied, because cx_freeze doesn't copy all the needed libwx_gtk and libwx_baseu libs in default mode and some

Re: [cx-freeze-users] cx_Freeze not working with current wxPython releases

2011-09-10 Thread Cor Bos
Hi, I'm using cxFreeze 4.2.2 and wxPython 2.8.12.1. on Ubuntu and windows. No errors on this. Cor On 07-09-11 15:37, Smith, Jeff wrote: I have tried this with both Python 2.6 and 2.7 using cx_Freeze 4.2.3 and wxPython 2.8.12.1. Createsimplewx.py: import wx app = wx.App(False) frame =