Good morning group,
When I open my Python window, this is appearing instead of the command
line >>>. (I'm somehow new to Python).
File "boot_com_serve rs.py", line 21, in <module>
File "C:\Python25\li b\site-packages\python com.py", line 3, in
<module>
pywintypes.__im port_pywin32_sy stem_module__(" pythoncom", globals
())
File "C:\Python25\li b\site-packages\win32\ lib\pywintypes. py", line
98, in __import_pywin3 2_system_module __
('.dll', 'rb', imp.C_EXTENSION ))
ImportError: DLL load failed: The specified procedure could not be
found.
I also noticed that the "queue" is not working, along with other basic
commands.
What should I do?
I'm afraid to update and replace all the modules that I have compiled
and installed in my directory, and don't know how to do it without
damaging everything...
PLEASE HELP!
Angelica.
When I open my Python window, this is appearing instead of the command
line >>>. (I'm somehow new to Python).
File "boot_com_serve rs.py", line 21, in <module>
File "C:\Python25\li b\site-packages\python com.py", line 3, in
<module>
pywintypes.__im port_pywin32_sy stem_module__(" pythoncom", globals
())
File "C:\Python25\li b\site-packages\win32\ lib\pywintypes. py", line
98, in __import_pywin3 2_system_module __
('.dll', 'rb', imp.C_EXTENSION ))
ImportError: DLL load failed: The specified procedure could not be
found.
I also noticed that the "queue" is not working, along with other basic
commands.
What should I do?
I'm afraid to update and replace all the modules that I have compiled
and installed in my directory, and don't know how to do it without
damaging everything...
PLEASE HELP!
Angelica.
Comment