Roundup Tracker - Issues

Message3909

Author derek_penguin
Recipients derek_penguin
Date 2009-11-16.23:22:50
Message-id <1258413771.62.0.0941871067216.issue2550603@psf.upfronthosting.co.za>
In-reply-to
After installing roundup I get the following error message when I start
up PythonWin

 File
"C:\Python25\Lib\site-packages\pythonwin\pywin\framework\intpyapp.py",
line 181, in InitInstance
    import interact
  File
"C:\Python25\Lib\site-packages\pythonwin\pywin\framework\interact.py",
line 22, in <module>
    import pywin.scintilla.IDLEenvironment
  File
"C:\Python25\Lib\site-packages\pythonwin\pywin\scintilla\IDLEenvironment.py",
line 54, in <module>
    GetIDLEModule("AutoIndent").IndentSearcher.readline = fast_readline
  File
"C:\Python25\Lib\site-packages\pythonwin\pywin\scintilla\IDLEenvironment.py",
line 24, in GetIDLEModule
    __import__(modname)
  File
"C:\Python25\Lib\site-packages\pythonwin\pywin\idle\AutoIndent.py", line
503, in <module>
    import tokenize
  File "C:\Python25\Lib\tokenize.py", line 38, in <module>
    COMMENT = N_TOKENS
<type 'exceptions.NameError'>: name 'N_TOKENS' is not defined

Deleting the folder: C:\Python25\Lib\site-packages\roundup fixes the
problem.
History
Date User Action Args
2009-11-16 23:22:51derek_penguinsetmessageid: <1258413771.62.0.0941871067216.issue2550603@psf.upfronthosting.co.za>
2009-11-16 23:22:51derek_penguinsetrecipients: + derek_penguin
2009-11-16 23:22:51derek_penguinlinkissue2550603 messages
2009-11-16 23:22:50derek_penguincreate