python packaging problem
Posted
by Apache
on Stack Overflow
See other posts from Stack Overflow
or by Apache
Published on 2010-04-26T06:28:03Z
Indexed on
2010/04/26
6:33 UTC
Read the original article
Hit count: 167
hi expert, I develop code in python to scan wifi and send to the server, it's working fine when executed manually, but i packaged it via http://www.python-packager.com by uploading my .py file and they create package for me as deb file for linux, and i download it and install the package but nothing happen when i click the .exe or set it as startup application.
Why does this happen? Nothing is printed in the terminal.
In .py file i'm having print statement to check manually to list out the wifi scan value, data to post to the server, response from the server once send.
How this can be solved?
thanks
© Stack Overflow or respective owner