Hi,
I currently have a problem with generating the dispatch wrappers of OLE automation interfaces for Python.
When I run the makepy Skript I get the following error message:
D:\Python210\win32com\client>python.exe makepy.py
Traceback (most recent call last):
File "makepy.py", line 357, in ?
rc = main()
File "makepy.py", line 339, in main
rc = selecttlb.SelectTlb()
File "selecttlb.py", line 106, in SelectTlb
import pywin.dialogs.list
ImportError: No module named pywin.dialogs.list
D:\Python210\win32com\client>python.exe
ActivePython 2.1, build 211 (ActiveState)
based on Python 2.1 (#15, Jun 15 2001, 14:13:47) [MSC 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> ^Z
The script list.py does exist under, es verified by the following:
D:\Python210\win32com\client>cd \python210
D:\Python210>dir /b /s list.py
D:\Python210\Pythonwin\pywin\dialogs\list.py
D:\Python210>
So why fails makepy to find the list.py?
Any tip welcome.
I verified this behaviour both on a Windows NT4 sp6 and a Windows2000 sp1 machine, both with ActivePython 2.1 build 211.
(installed from the same MSI file from a shared file server location)
Peter Frey
[EMAIL PROTECTED]