views:

97

answers:

0

Hi all,

I've developed an application for Windows that use wxPython and twisted. The issue is that if I run the app using the Python interpreter everything is OK (I could receive and transmit UDP packets). If I build a py2exe app I can only receive UDP packets. I have no error, the app is responsive but tx packets are not transmitted (WF is disabled). Setup script only log ... The following modules appear to be missing:

['IronPythonConsole', 'System', 'System.Windows.Forms.Clipboard', '_scproxy', '_zope_interface_coptimizations', 'clr', 'modes.editingmodes', 'pkg_resources', 'resource', 'startup', 'wx.Timer']

TIA Alessio