hi expert, hi develop code in python to scan wifi and send to the server, its working fine when execute 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 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 solve
thanks