[python-win32] makepy exception

Reinhammar Maria maria.reinhammar at swisslog-accalon.com
Mon Feb 4 13:08:46 CET 2008


Hi again,

 

An answer of sorts..

The original problem disappeared when I took some care about *the order*
of generation of several .tlb's

What I did not reveal in my original post was that I have *many* tlb's
associated with SmarTeam.

The following snippet shows a successful makepy on the former problem
tlb.

 

SmarTeam.Std.SessionManagement.Authentication.Modules.tlb (seem to)
depend on SmarTeam.Std.SessionManagement.tlb

By simply making sure that they are makepy'ed in the correct order, the
problem went away :o)

 

BEGIN sbippet

 

D:\Python25\Lib\site-packages\win32com\client>"D:\Python25\python.exe"
makepy.py SmarTeam.Std.SessionManagement.tlb

Generating to
D:\Python25\lib\site-packages\win32com\gen_py\141DB3A2-8C51-4F07-802B-CD
E9BA18B8C4x0x5x18.py

Building definitions from type library...

Generating...

Importing module

 

D:\Python25\Lib\site-packages\win32com\client>"D:\Python25\python.exe"
makepy.py SmarTeam.Std.SessionManagement.Authentication.Modules.tlb

Generating to
D:\Python25\lib\site-packages\win32com\gen_py\69661005-524C-44A4-B1B8-9E
4B3C6940C3x0x5x18.py

Building definitions from type library...

Generating...

Importing module

 

END snippet

 

Regards//

Maria Reinhammar
Software Engineer

Swisslog-Accalon AB

************************************************************************
************************

CONFIDENTIALITY AND DISCLAIMER

This e-mail and its attachments are intended for the above named
addressee(s) only and may be confidential. If the mail has come to you
in error please reply to this e-mail and highlight the error. In
addition, we kindly ask you to destroy the Mail. 

Please be aware that we disclaim all liability for the integrity or for
the accuracy of this Mail, as transmissions via Internet are not error
free communications medium. 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20080204/509197c2/attachment-0001.htm 


More information about the python-win32 mailing list