Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure script python 2.6 esc key #9

Closed
gdolle opened this issue Mar 10, 2016 · 1 comment
Closed

configure script python 2.6 esc key #9

gdolle opened this issue Mar 10, 2016 · 1 comment

Comments

@gdolle
Copy link
Contributor

gdolle commented Mar 10, 2016

It seems that the python configure script crash when pressing the escape key for python version < 2.7.
To confirm...

Traceback (most recent call last):
  File "./configure", line 542, in <module>
    curses.wrapper(MyApp)
  File "/usr/lib64/python2.6/curses/wrapper.py", line 43, in wrapper
    return func(stdscr, *args, **kwds)
  File "./configure", line 521, in __init__
    mainMenu.display()
  File "./configure", line 407, in display
    self.items[self.position].getFunction()()
  File "./configure", line 355, in update
    writeActiveModuleList(self.moduleList)
  File "./configure", line 448, in writeActiveModuleList
    parseConfigFile(modfile, prevModules)
  File "./configure", line 438, in parseConfigFile
    outDict[spl[0]] = spl[1]
IndexError: list index out of range
@gdolle
Copy link
Contributor Author

gdolle commented Mar 11, 2016

Not a bug, configuration it is due to a symlink that has not been removed.

gdolle added a commit that referenced this issue Mar 11, 2016
@gdolle gdolle closed this as completed Mar 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant