wsy4665 / ulipad

Automatically exported from code.google.com/p/ulipad
0 stars 0 forks source link

'Set Arguments' Broken #176

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Limodou, you have broke the 'Set Arguments'. This is the error output when
I click on the toolbar button 'Set Arguments':

[Traceback]Traceback (most recent call last):
  File "C:\Program Files\UliPad\mixins\Import.py", line 4276, in
OnPythonSetArgs
    get_python_args(win)
  File "C:\Program Files\UliPad\mixins\Import.py", line 4264, in
get_python_args
    win.document.args, win.document.redirect)
  File "C:\Program Files\UliPad\mixins\InterpreterDialog.py", line 164, in
__init__
    h.add(ui.Text(self.pref.python_default_paramters[default_interpreter]),
name='parameter')
KeyError: u'Python 2.5.2'

Original issue reported on code.google.com by vinet...@gmail.com on 16 Dec 2008 at 1:54

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by limo...@gmail.com on 16 Dec 2008 at 2:25