py2exe
UnicodeDecodeError in SUDS but only in the .exe generated by py2exe
I have a Python 2.7 script SendPreord.py which communicates with web services using SUDS. In the script I call a web service method passing some parameters as strings (runJob(par1, par2, par3)). It wo[详细]
2023-04-04 01:29 分类:问答py2exe can't find modules
I have a python project with many modules and dire开发者_Python百科ctories.The main program to run is test_main.py:[详细]
2023-04-03 19:00 分类:问答Py2exe complains about missing dll when I have them?
I\'m getting an error when trying to build a python program into a Windows .exe using py2exe, and my program is not built. It says that I am missing some modules, such as numpy ones. I\'m sure numpy i[详细]
2023-04-01 01:09 分类:问答Create standalone MoinMoin wiki executable
I\'m trying to create a standalone, desktop version of a MoinMoin wiki so I can distribute it on a CDROM to people who may or may not have Python installed. I\'ve tried both py2exe and bbfreeze with n[详细]
2023-03-30 12:00 分类:问答building executable using python,vtk and py2exe
Is it possible to create a binary executable with py2exe for vtk? Could someone provide a minimum working example or at least some hints? Py2exe is not necessary. If the开发者_运维技巧re is a working[详细]
2023-03-28 09:33 分类:问答subprocess.Popen running infinite loop with py2exe
I\'m trying to use py2exe to compile a python script into an executable. I\'ve set up the setup.py file just like it\'s described in documentation:[详细]
2023-03-26 11:14 分类:问答pymssql throws ImportError: No module named _mssql when build app with py2exe
I have python application that shoud be launched as windows executable. I\'m using py2exe and pymssql 1.9.908.[详细]
2023-03-25 22:58 分类:问答Python subprocess.call on sfxcl.exe not working from Windows 2003 Task Scheduler
I have written a script in Python to call SecureFX\'s commandline tool (sfxcl.exe) result = subprocess.call([securefx, \'/NoPrompt\', \'/Q\', \'/RetryCount\', retries,[详细]
2023-03-24 15:29 分类:问答py2exe executable doesn't use sys.argv[x]
I\'ve written a very simple code in python and generated one .exe with py2exe. I\'ve added th开发者_开发技巧e imports to see if there\'s a problem with importing those modules.[详细]
2023-03-24 07:12 分类:问答read file names from directory w/ python
I\'m开发者_高级运维 trying to make a pygame executable.I will use the following setup file: from distutils.core import setup[详细]
2023-03-19 20:57 分类:问答