]> git.zarvox.org Git - wp3.git/commit
Add a Python DistUtils py2exe script
authorDrew Fisher <drew.m.fisher@gmail.com>
Mon, 3 Aug 2009 02:38:31 +0000 (19:38 -0700)
committerDrew Fisher <drew.m.fisher@gmail.com>
Mon, 3 Aug 2009 02:38:31 +0000 (19:38 -0700)
commit9da225414be62c0e7dd11efb03e769207d8fe230
treecd670b3b14a8a6d4bd6626002f0e7e68838f50ec
parente3538825ce3a71c6ad4ef982d706609b70054490
Add a Python DistUtils py2exe script

Now you can package up this executable for Windows, so people can run it
without having to have the development environment installed.  Just run

python setup.py py2exe

and you get the dist/ folder with the executable and all dependencies.
Prerequisites: Have PyQt4, python-ldap, DistUtils, and py2exe installed.
setup.py [new file with mode: 0644]