line 11:dl = windll.rundll32
Traceback (most recent call last):
File "D:\pr\index.pyw", line 12, in <module>
dl = windll.rundll32
File "D:\Python26\lib\ctypes\__init__.py", line 423, in __getattr__
dll = self._dlltype(name)
File "D:\Python26\lib\ctypes\__init__.py", line 353, in __init__
self._handle = _dlopen(self._name, mode)
WindowsError: [Error 126]
dll1 = windll.kernel32
print dll1.GetModuleHandleW(None)
>>> 486539264
что не так с этой dll?