From: ansonc <an...@al...> - 2015-05-19 07:06:43
|
hi,I see the previous post is messed up with html format or exceed the 4k size. Let me make clearer here.I'm working on a router firmware updating tool using tftp protocol. It's a machine to machine connecting directly via a ethernet cable.The PC is configured with static IP and so as the client router is. The problem is when I start the tool directly as python script, it works well and the comunication is all ok.But when I start it after py2exe, the communication is not working.BTW, the environment is WIN7, python2.7.9, py2exe-0.6.9.I put the code base on https://git.oschina.net/manup/XerImageUpdater.git.Please take some time and give some feedback. Many thanks. |