create exe for python application.

HI!

Want to create “.exe” for python application having folder structure as mentioned below.

image

bin : folder contains all binaries and modules
Conf: folder contains config file
Log: folder contains Log file generated by application
output: folder contains file have output generated after command execution trough main python application.
cls-w64-704-l: folder contains utility to scan drive through command line.

Python Application runs with below mentioned command.
python C:\Users\LabAutm\Desktop\Automation\AvScan\bin\AvScan.py “C:\Users\LabAutm\Desktop\Automation\AvScan\Conf\AvScanConfig.ini”

Want to convert this application into “.exe” to run on windows KIOSK mode.

Let me know if require further information.

Thanks
Abhineet kumar

Try searching the Internet for this and see what you find.

https://duckduckgo.com/?q=python+code+into+exe

If you have any problems implementing it come back and ask about it.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.