AvANa-BBS / freepto-lb

Encrypted GNU/Linux OS (based on Debian Wheezy) which can be installed on USB flash drive. Freepto is designed for encrypt your communications, carry your documents in secure way and save your anonymity.
http://www.freepto.mx/
43 stars 14 forks source link

tortp-gtk error #154

Open ghost opened 8 years ago

ghost commented 8 years ago

hi, tortp-gtk start error. terminal error text;

~ $ sudo tortp-gtk
Traceback (most recent call last):
  File "/usr/local/bin/tortp-gtk", line 356, in <module>
    icon = Icon()
  File "/usr/local/bin/tortp-gtk", line 90, in __init__
    self.load(None)
  File "/usr/local/bin/tortp-gtk", line 100, in load
    self.window = MainWindow()
  File "/usr/local/bin/tortp-gtk", line 152, in __init__
    info_box = self.get_info_box()
  File "/usr/local/bin/tortp-gtk", line 190, in get_info_box
    tpinfo = TransparentProxyInfoBox()
  File "/usr/local/bin/tortp-gtk", line 218, in __init__
    self.load_model()
  File "/usr/local/bin/tortp-gtk", line 224, in load_model
    exit_node = tortp.get_exit()
TypeError: get_exit() takes exactly 1 argument (0 given)

help me?