Newbie Question about Python win 32 -200

R

RASTM2

Hello,
I installed the python2.3.3exe for windows then installed the
pywin32-200.win32-py23.exe

and when pywin ide loads it hangs with this traceback

"""Python Traceback when executing Initinstance handler"""
File "C:\PYTHON23\Lib\site-packages\Pythonwin\pywin\framework\intpyapp.py",
line 163, in InitInstance
import interact
File "C:\PYTHON23\Lib\site-packages\Pythonwin\pywin\framework\interact.py",
line 26, in ?
import winout
File "C:\PYTHON23\Lib\site-packages\Pythonwin\pywin\framework\winout.py",
line 26, in ?
from pywintypes import UnicodeType
File "C:\PYTHON23\Lib\site-packages\win32\lib\pywintypes.py", line 55, in ?
__import_pywin32_system_module__("pywintypes", globals())
File "C:\PYTHON23\Lib\site-packages\win32\lib\pywintypes.py", line 48, in
__import_pywin32_system_module__
raise ImportError, "Can not locate " + filename
exceptions.ImportError: Can not locate pywintypes23.dll

I'm on windows 98.

Can someone please explain too me what this means and maybe tell me how to fix
it.

Thank you,
Ray St. Marie
(e-mail address removed)
 
R

RASTM2

and when pywin ide loads it hangs with this traceback
"""Python Traceback when executing Initinstance handler"""
File "C:\PYTHON23\Lib\site-packages\Pythonwin\pywin\framework\intpyapp.py",
line 163, in InitInstance
import interact
File "C:\PYTHON23\Lib\site-packages\Pythonwin\pywin\framework\interact.py",
line 26, in ?
import winout
File "C:\PYTHON23\Lib\site-packages\Pythonwin\pywin\framework\winout.py",
line 26, in ?
from pywintypes import UnicodeType
File "C:\PYTHON23\Lib\site-packages\win32\lib\pywintypes.py", line 55, in ?
__import_pywin32_system_module__("pywintypes", globals())
File "C:\PYTHON23\Lib\site-packages\win32\lib\pywintypes.py", line 48, in
__import_pywin32_system_module__
raise ImportError, "Can not locate " + filename
exceptions.ImportError: Can not locate pywintypes23.dll

pywintypes23.dll was not located because I did not have "c:\windows\system" on
the os path.

Problem solved by the language you can read yourself.

Thanks loads,
Ray St. Marie
(e-mail address removed)

(YGLALTLYUTH)
You Gotta Love A Language That Lets You Under The Hood.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top