py2exe
How to convert a .pyc to a .exe file
I want to create the Windows executable file of my project, but I don\'t want to share the source code.[详细]
2023-02-26 18:55 分类:问答Windows services with Python and py2exe
I need some help with converting a python windows service using py2exe. Let me explain the problem. I have a python service, which works, no problems here. I used py2exe to turn it into an executable[详细]
2023-02-25 22:50 分类:问答Error occurred when run program packed by py2exe
I packed a python program (involving PyQT4) with py2exe, the exe file run normally on mymachine, but when i copy it to another machine, error occurred like following (in log file):[详细]
2023-02-25 04:05 分类:问答py2exe has inconsistent behavior with its source .py files
My python program has many function which all seem to work fine when run from the .py script.After compiling with py2exe several of the secti开发者_如何学JAVAons of code have very inconsistent behavio[详细]
2023-02-23 06:41 分类:问答Created an .exe with py2exe, but when I copy paste from "dist" folder to desktop, doesn't run properly
I\'m still new to Python and py2exe.I\'ve created an executable from py2exe, but when I开发者_开发技巧 try to copy the single .executable from the \"dist\" folder it was created in, and paste it else[详细]
2023-02-22 11:29 分类:问答python: Can I run a python script without actually installing python?
I have some .py files I wrote that I want to run on a different machine.The target machine does 开发者_StackOverflow中文版not have python installed, and I can\'t \'install\' it by policy.What I can do[详细]
2023-02-22 02:49 分类:问答py2exe throws ImportError: DLL load failed: The specified module could not be found
I cannot seem to get py2exe to work properly.I have run \"python setup.py py2exe\" in cmd, as well as \"python setup.py install\"... and When I try to run my executable setup, I get this same error ov[详细]
2023-02-21 17:07 分类:问答convert python programme to windows executable
i m trying to create windows executable from python program which has GUI . i m using following script[详细]
2023-02-21 03:12 分类:问答Python py2exe all-in-one
I\'m very new to python, and I wanted to compile my code into a .exe for everyone to be able to use. I create the .exe without a problem, but instead of it being in an \"all-in-one\" sort of file, I g[详细]
2023-02-20 21:34 分类:问答Missing dll's when using Py2Exe, PyGtk, and Glade
I\'m trying to build my first application using Py2Exe and I\'m following the instructions listed at http://www.py2exe.org/index.cgi/Py2exeAndPyGTK, with the exception that I\'m creating the UI with G[详细]
2023-02-18 21:29 分类:问答