Results 1 - 18 of 18 results out of about 2926 pages. (0.19 seconds)

Py2Exe . . . 70 matches
...= py2exe = Py2Exe is an additional command to DistUtils, that creates standalone distributions for Win32. Latest version as of 2006-March-20 is 0.6.5 Its home is here [[http://www...

9.2k - rev: 127 (current) last modified: 2008-07-08 11:27:43

Py2exeAndWin32com . . . 6 matches
...t generated. The following two pages show how to do the same thing using ctypes.com: [[Py2exeAndCtypesComExeServer]] & [[Py2exeAndCtypesComDllServer]] You can define and instantia...

2.0k - rev: 3 (current) last modified: 2008-07-08 11:27:43

Py2exeAndCtypesComExeServer . . . 6 matches
...the case with win32com, with ctypes.com only a exe server will be created. Also see: [[Py2exeAndWin32com]] & [[Py2exeAndCtypesComDllServer]] You can define and instantiate a '''Ta...

2.0k - rev: 2 (current) last modified: 2008-07-08 11:27:43

Py2exeAndCtypesComDllServer . . . 6 matches
...the case with win32com, with ctypes.com only a dll server will be created. Also see: [[Py2exeAndWin32com]] & [[Py2exeAndCtypesComExeServer]] You can define and instantiate a '''Ta...

1.9k - rev: 5 (current) last modified: 2022-09-26 15:27:45

WorkingWithVariousPackagesAndModules . . . 32 matches
...validate.py from http://www.voidspace.org.uk/python/configobj.htm == ctypes.com == * Py2exeAndCtypesComDllServer Creating a ctypes.com dll com server * Py2exeAndCtypesComExeServ...

5.9k - rev: 32 (current) last modified: 2012-06-25 15:49:01

Tutorial . . . 32 matches
...= Tutorial = py2exe turns Python programs into packages that can be run on other Windows computers without needing to install Python on those computers. You must run py2exe on a Wi...

12.8k - rev: 36 (current) last modified: 2020-06-17 15:15:20

SingleFileExecutable . . . 27 matches
...The "extending" example that comes with Py2Exe shows a nicely integrated approach for using Inno Setup to create single file executables. This example isn't so nicely integrated, b...

11.5k - rev: 22 (current) last modified: 2015-04-03 16:23:23

BetterCompression . . . 16 matches
...= Something great = Within samples/extending, Thomas Heller gives a Py2Exe setup.py script which automagically calls [[http://www.jrsoftware.org/isinfo.php|InnoSetup]] to create a...

10.9k - rev: 23 (current) last modified: 2008-07-08 11:27:44

GeneralTipsAndTricks . . . 14 matches
... with different site.py * AddingConfigFiles - How can you add arbitrary files to your py2exe-Setup? * PathModul - Using Jason Orendorffs python PathModul together with py2exe 0.5...

2.3k - rev: 20 (current) last modified: 2021-07-11 15:02:22

AddingConfigFiles . . . 7 matches
...t did a {{{copy \develeopment\somefile.ini \distribuiton\somefile.ini }}} after runing Py2Exe. But after combining Py2Exe with Innosetup, it was really crucial to get these files...

3.2k - rev: 14 (current) last modified: 2015-04-13 15:08:35

os.popen . . . 5 matches
...ult in an {{{IOError: invalid parameter}}} exception. This failure is not specific to py2exe as it will happen anytime os.popen() is used with a current working directory (CWD) th...

1.6k - rev: 3 (current) last modified: 2008-07-08 11:27:43

SetupLanguage . . . 5 matches
...Extending Thomas' "extending"-Example from Py2Exe I customized my Setup-Routine. The consumers of my software are German speaking, so I needed a German Setup Assistent. So I added:...

1.5k - rev: 4 (current) last modified: 2008-07-08 11:27:44

PILAndReportlab . . . 4 matches
...m = Using [[http://www.reportlab.org|repotlab]] and following the instructions from [[py2exeAndPIL]]. Still, when {{{ #!python from reportlab.lib.utils import ImageReader im=Im...

2.1k - rev: 6 (current) last modified: 2015-05-23 05:37:03

SpeedUp . . . 3 matches
...= Situation = py2exe-ing larger projects take some time for byte compilation. = Solution = [[http://psyco.sourceforge.net|psyco]] can help both the compilation, and the final pro...

0.7k - rev: 4 (current) last modified: 2008-07-08 11:27:43

ExtendingExample . . . 3 matches
...= Where to correct = Within site-packages/py2exe/samples/extending/setup.py (line 54 ff..) {{{ #!python ################################################################ # argumen...

1.1k - rev: 8 (current) last modified: 2008-07-08 11:27:44

PathModul . . . 2 matches
.../python/path/|PathModule]] from Jason Jorendorff, modulefinder.py, which is called by Py2Exe, gets into an endless recursion. It tries to resolve {{{os.path}}}, gets to {{{ os.o...

2.2k - rev: 10 (current) last modified: 2008-07-08 11:27:43

QuickStartIcons . . . 1 match
...tallation. (that's more about [[http://www.jrsoftware.org/isinfo.php|Innosetup]] than Py2Exe, but ... both are free, both are great and both are only one click away :) 20040113H...

2.6k - rev: 2 (current) last modified: 2008-07-08 11:27:43

DistUtils . . . 1 match
...hon releases. On some Linux distribution it's in a ''python-dev'' package or similar. Py2Exe is an additional command to DistUtils, that creates standalone distributions for Win32...

0.5k - rev: 2 (current) last modified: 2008-07-08 11:27:43