import a dll

vorname.nachname at mchf.siemens.de vorname.nachname at mchf.siemens.de
Mon May 10 06:24:00 EDT 1999


Hallo!
I work with windowsNT 4.0 and pythonwin.
I have a short script:
import sys
sys.path.append('C:\\WINNT40.DE\\system32')
import PythonDataLinkLayer
PythonDataLinkLayer.Sleep()
#end of script
PythonDataLinkLayer is my own PythonDataLinkLayer.dll
When i execute this line by line it is good.
When i let run the script it fails at import PythonDataLinkLayer.




More information about the Python-list mailing list