py2exe question

Chris Liechti cliechti at gmx.net
Sun Nov 2 15:31:14 EST 2003


achrist at easystreet.com wrote in news:3FA540B2.5453C98C at easystreet.com:

> Chris Liechti wrote:
>> 
>> achrist at easystreet.com wrote in news:3FA46952.60B2836D at easystreet.com:
>> 
>> > Looks like 0.5.0a is not picking up any of my command line arguments
>> > or producing any executable when I run it through the same batch
>> > file that worked for 0.4.2.
>> >
>> > Any docs on how to make if work?
>> 
>> there is an example in the lib/site-packages/py2exe/samples dir
>> the syntax of the setup call is different
>> 
> 
> I try to run the sample to see what comes out, and I get:
> 
> tlb = pythoncom.LoadRegTypeLib(typelibCLSID, major, minor, lcid)
> pywintypes.com_error: (-2147319779, 'Library not registered.', None,
> None)

just comment out the line with the "typelib" in it and do not build the COM 
example. the com example seems torequire that makepy is run in advance, so 
that the typlib is there.

the other examples worked fine for me.

chris

-- 
Chris <cliechti at gmx.net>





More information about the Python-list mailing list