Wx.Gui are Windows Folders where python scripts are contained.
i.e. …\PythonWorkSpace\Wx\Gui
i have python scripts in both Wx and Gui. Started with Wx but did not consider it to be a potential hazard, but I guess you are right. I should use something else.
···
Many Thanks wxPython-users!
What is “Wx.Gui”? I assume that is your stuff.
Is the name space maybe getting muddled up as Windows is often not case sensitive?
Maybe call your stuff “mywx.gui” and then add “mywx” package to the packages instruction of py2exe.
Werner