Question:
i need some help!!!?
midge
2007-09-03 18:10:45 UTC
i have been trying 2 learn 2 program using the language python and using the stupid pythonwin compiler and recently it just stooped working. it keeps giving this error and i cant figure out how 2 fix it and it is putting me way behind schedule. how do i fix it?

File "C:\Python25\Lib\site-packages\pythonwin\pywin\framework\intpyapp.py", line 171, in InitInstance
import interact
File "C:\Python25\Lib\site-packages\pythonwin\pywin\framework\interact.py", line 19, in
import pywin.scintilla.formatter
File "C:\Python25\Lib\site-packages\pythonwin\pywin\scintilla\formatter.py", line 290, in
from keyword import iskeyword, kwlist
: cannot import name iskeyword
Three answers:
geoguroo7
2007-09-03 18:17:22 UTC
"lol, u can hardly call HTML a programming language. try learning C++ its a hell of a lot harder." Ha.
2007-09-04 01:31:33 UTC
It looks as if it is not Python being stupid, you seem to have used iskeyword as the name of an include file.
2007-09-04 14:49:25 UTC
May be you can contact a python expert. Check websites like http://oktutorial.com/


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...