Link to home
Start Free TrialLog in
Avatar of csehz
csehzFlag for Hungary

asked on

Python - Compiler to create .exe without dependencies on other computer (Portable needed)

Dear Experts,

Could you please advise about a Python compiler, which would be able to create an .exe file from a .py one and which could be run on other computer without any dependency? (so without the need of installing Python and modules)

Basically I am aware of http://www.py2exe.org/ but would need a compiler which does not need installation on my computer, since not having administrative rights on Windows

Thanks in advance,
Avatar of Mark Brady
Mark Brady
Flag of United States of America image

Try this method. Not sure about copying DLLs as they are protected by copywrite but this link may be what you need.
https://www.quora.com/How-can-I-compile-a-Python-Script-with-dependencies-into-exe
ASKER CERTIFIED SOLUTION
Avatar of gelonida
gelonida
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial