Skip to content

AttributeError: Dialog instance has no attribute 'set_background_title' #711

@atoponce

Description

@atoponce

When running the curses interface, I get the following Traceback when hitting the [Enter] key under the "Your Identities" tab to create a new address:

Loading existing config files from /home/aaron/.config/PyBitmessage/
An Exception occurred within isOurOperatingSystemLimitedToHavingVeryFewHalfOpenConnections: invalid version number '#1 SMP Debian 3.14.2-1 (2014-04-28)'
Running with curses
Loading inbox messages...
Loading sent messages...
Loading address book...
Traceback (most recent call last):
  File "./src/bitmessagemain.py", line 272, in <module>
    mainprogram.start()
  File "./src/bitmessagemain.py", line 243, in start
    bitmessagecurses.runwrapper()
  File "/home/aaron/src/bitmessage/src/bitmessagecurses/__init__.py", line 984, in runwrapper
    curses.wrapper(run)
  File "/usr/lib/python2.7/curses/wrapper.py", line 43, in wrapper
    return func(stdscr, *args, **kwds)
  File "/home/aaron/src/bitmessage/src/bitmessagecurses/__init__.py", line 1030, in run
    handlech(stdscr.getch(), stdscr)
  File "/home/aaron/src/bitmessage/src/bitmessagecurses/__init__.py", line 383, in handlech
    d.set_background_title("Your Identities Dialog Box")
AttributeError: Dialog instance has no attribute 'set_background_title'

Information about my operating system:

$ cat /etc/issue
Debian GNU/Linux jessie/sid \n \l
$ uname -a
Linux pinyin 3.14-1-amd64 #1 SMP Debian 3.14.2-1 (2014-04-28) x86_64 GNU/Linux
$ dpkg -l python
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                 Version         Architecture    Description
+++-====================-===============-===============-=============================================
ii  python               2.7.8-1         amd64           interactive high-level object-oriented langua
$ dpkg -l python-dialog
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                 Version         Architecture    Description
+++-====================-===============-===============-=============================================
ii  python-dialog        2.7-1           all             Python module for making simple Text/Console-

Metadata

Metadata

Assignees

Labels

bugSomething isn't working as it's supposed to

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions