Package: pida
Version: 0.2.2-2
Severity: normal
OK, I installed pida and started it the first time giving the filename I
want to edit as commandline parameter. Well, it opened "untitled.py" but
not my file that I expected.
So I tried what is very common on unix:
$ pida --help
but that gives a Traceback. Not nice :-(
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/site-python/pida/debugwindow.py", line 220, in show
dw.show_exception(exctype, value, tb)
File "/usr/lib/site-python/pida/debugwindow.py", line 138, in
show_exception
self.show_log()
File "/usr/lib/site-python/pida/debugwindow.py", line 143, in show_log
lf = open(logfn, 'r')
TypeError: coercing to Unicode: need string or buffer, NoneType found
Original exception was:
Traceback (most recent call last):
File "/usr/bin/pida", line 4, in ?
pida.main.main(sys.argv)
File "/usr/lib/site-python/pida/main.py", line 228, in main
a = Application()
File "/usr/lib/site-python/pida/main.py", line 89, in __init__
base.pidaobject.__init__(self)
File "/usr/lib/site-python/pida/base.py", line 42, in __init__
self.do_init(*args, **kw)
File "/usr/lib/site-python/pida/main.py", line 101, in do_init
self.startup()
File "/usr/lib/site-python/pida/main.py", line 116, in startup
self.optparser.parse_args()
File "/usr/lib/python2.3/optparse.py", line 1129, in parse_args
stop = self._process_args(largs, rargs, values)
File "/usr/lib/python2.3/optparse.py", line 1169, in _process_args
self._process_long_opt(rargs, values)
File "/usr/lib/python2.3/optparse.py", line 1244, in _process_long_opt
option.process(opt, value, values, self)
File "/usr/lib/python2.3/optparse.py", line 611, in process
return self.take_action(
File "/usr/lib/python2.3/optparse.py", line 632, in take_action
parser.print_help()
File "/usr/lib/python2.3/optparse.py", line 1370, in print_help
file.write(self.format_help())
File "/usr/lib/python2.3/optparse.py", line 1359, in format_help
result.append(self.format_option_help(formatter))
File "/usr/lib/python2.3/optparse.py", line 1337, in
format_option_help
formatter.store_option_strings(self)
File "/usr/lib/python2.3/optparse.py", line 213, in
store_option_strings
strings = self.format_option_strings(opt)
File "/usr/lib/python2.3/optparse.py", line 229, in
format_option_strings
metavar = option.metavar or option.dest.upper()
AttributeError: 'NoneType' object has no attribute 'upper'
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages pida depends on:
ii python 2.3.5-3 An interactive high-level object-o
ii python-gnome2 2.10.0-4 Python bindings for the GNOME desk
ii python-gnome2-extras 2.10.2-1 Python bindings for the GNOME desk
ii python-gtk2 2.6.3-2 Python bindings for the GTK+ widge
ii python-vte 1:0.11.15-4 Python bindings for the VTE widget
pida recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]