  | | | pythonwin ide and com tlb files | pythonwin ide and com tlb files 2005-04-03 - By Bernard Lebel
Back If I try to import a module in the PythonWin ide that has these lines:
import win32com Application = win32com.client.Dispatch( 'XSI.Application' )
I get this nice error:
Traceback (most recent call last): (...) Application = win32com.client.Dispatch( 'XSI.Application' ) AttributeError: 'module' object has no attribute 'client'
However when this is run in XSI there is no problem whatsoever. Any idea?
Thanks Bernard
Jerry Gamache wrote: > No need to copy anything, just start PythonWin from the XSI application path. .. > > C:\> cd \Softimage\XSI_4.2\Application\bin > C:\Softimage\XSI_4.2\Application\bin> C:\Python24\Lib\site-packages\pythonwin \Pythonwin.exe
--- Unsubscribe? Mail Majordomo@(protected) with the following text in body: unsubscribe xsi
|
|
 |