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
I have a python project with many modules and dire开发者_Python百科ctories.The main program to run is test_main.py:
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
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
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
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:
I have python application that shoud be launched as windows executable. I\'m using py2exe and pymssql 1.9.908.
I have written a script in Python to call SecureFX\'s commandline tool (sfxcl.exe) result = subprocess.call([securefx, \'/NoPrompt\', \'/Q\', \'/RetryCount\', retries,
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.
I\'m开发者_高级运维 trying to make a pygame executable.I will use the following setup file: from distutils.core import setup