Re: [python-win32] makepy exception

2008-02-04 Thread Reinhammar Maria
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 form

[python-win32] makepy exception

2008-02-01 Thread Reinhammar Maria
Hi all, Any advice to give on this? (python 2.5.1, win32 ext 210) D:\Python25\Lib\site-packages\win32com\client>"D:\Python25\python.exe" makepy.py -d SmarTeam.Std.SessionManagement.Authentication.Modules.tlb Generating to D:\Python25\lib\site-packages\win32com\gen_py\69661005-524C-44A4-B1

[python-win32] Parameter problem

2008-01-30 Thread Reinhammar Maria
Hello all, Not really sure that I have a problem with win32 Extensions here but anyway.. (Please also note that I'm not very well versed with win32 nor COM, I merely use it when I develop Python apps that use COM objects.) I try to call a method on the Solid Edge API, which provides a COM

[python-win32] Using Solid Edge from Python via COM

2006-12-11 Thread Reinhammar Maria
Hi folks! This is very Solid Edge-oriented but I found some entries on this list during a web-search recently. We wish to use Python as language/environment for creation of automation processes w.r.t. our CAD. So far I have successfully used makepy to create the Python interfaces from the ty