Roundup Tracker - Issues

Issue 2550603

classification
install causes pythonwin to stop functioning
Type: Severity: normal
Components: Installation Versions: 1.4
process
Status: closed out of date
:
: : derek_penguin, rouilj
Priority: :

Created on 2009-11-16 23:22 by derek_penguin, last changed 2016-07-10 17:37 by rouilj.

Messages
msg3909 Author: [hidden] (derek_penguin) Date: 2009-11-16 23:22
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.
msg5812 Author: [hidden] (rouilj) Date: 2016-07-10 17:37
Sorry but I have no idea what is happening here.

I assume by PythonWin you mean the editor from:

https://wiki.python.org/moin/PythonWin

but there is no info about the source of your python.

The traceback doesn't point to anything useful. Roundup doesn't
have an interact module.

Also at this point it's unlikely anybody is running python 2.5.

Closing as outdated.
History
Date User Action Args
2016-07-10 17:37:24rouiljsetstatus: new -> closed
resolution: out of date
messages: + msg5812
nosy: + rouilj
2009-11-16 23:22:51derek_penguincreate