python packaging problem
- by Apache
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