mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
7500d720b6
https://svn.pyinstaller.python-hosting.com/branches/crypt ........ r465 | giovannibajo | 2008-05-21 15:30:21 +0200 (Wed, 21 May 2008) | 2 lines Ignore ".sconsign" ........ r532 | naufraghi | 2008-11-08 00:23:43 +0100 (Sat, 08 Nov 2008) | 1 line Add MacPython.org and MacPython.macports support ........ r533 | naufraghi | 2008-11-08 00:29:05 +0100 (Sat, 08 Nov 2008) | 1 line Run Configure continue only if the make is successful ........ r534 | naufraghi | 2008-11-08 00:32:00 +0100 (Sat, 08 Nov 2008) | 1 line Fix PyQt4 hooks ........ r535 | naufraghi | 2008-11-08 00:44:00 +0100 (Sat, 08 Nov 2008) | 1 line Do not compress any icon ........ r536 | naufraghi | 2008-11-08 00:51:07 +0100 (Sat, 08 Nov 2008) | 1 line Added support for multiple icons (by Giovanni) ........ r537 | naufraghi | 2008-11-08 00:55:17 +0100 (Sat, 08 Nov 2008) | 1 line Fix line endings ........ r538 | naufraghi | 2008-11-08 01:03:19 +0100 (Sat, 08 Nov 2008) | 1 line Pass wide-string command line through relaunch() to avoid losing information. (by Giovanni) ........ r539 | naufraghi | 2008-11-08 12:52:58 +0100 (Sat, 08 Nov 2008) | 1 line Line endings ........ r541 | naufraghi | 2008-11-09 10:08:19 +0100 (Sun, 09 Nov 2008) | 1 line Remove debug print ........ git-svn-id: http://svn.pyinstaller.org/trunk@545 8dd32b29-ccff-0310-8a9a-9233e24343b1
NextID.py
../../MakeCOMServer.py [options] NextID.py
../../Build.py DriveNextID.spec
distdriveNextID\driveNextID --register
testNextID.vbs
python
>>> import win32com.client
>>> import pythoncom
>>> o = win32com.client.Dispatch('MEInc.NextID', clsctx = pythoncom.CLSCTX_LOCAL_SERVER)
>>> o.getNextID()
'aaaab0000003'
>>> ^Z
distdriveNextID\driveNextID --unregister
the others:
../../Makespec [options] <script>
<run it>
<run it again - esp the genpy stuff>
The shell stuff doesn't work on my W2k box (permissions) or NT (old shell, old extensions).
testEnsureDispatch doesn't work under old versions (no EnsureDispatch).