Comment 10 for bug 212262

Revision history for this message
Thomas Fritz (fritzthomas.com) wrote :

I have the same Problem on Ubuntu 8.04. When i start lottanzb the first time i get the error. I tried to install it first with the deb Package. THen i uninstalled the package and downloaded the source and installed it as it is described here: http://www.lottanzb.org/index.php?option=com_content&view=article&id=11&Itemid=11 but without any other results.

I removed the try-except-ese statments around the Prefs.hella.save call as you mentioned earlier in the discussion. Thats the output when i start lottanzb:

thomas@T61P:~$ lottanzb
INFO LottaNZB 0.2 wird mit Python 2.5.2 gestartet.
INFO Das Konfiguration von LottaNZB konnte nicht geladen werden. Der Konfigurationsassistent wird gestartet.
INFO Das LottaNZB-Verzeichnis /home/thomas/.lottanzb/ wurde angelegt.
Traceback (most recent call last):
  File "/usr/bin/lottanzb", line 8, in <module>
    load_entry_point('lottanzb==0.2', 'gui_scripts', 'lottanzb')()
  File "/usr/lib/python2.5/site-packages/lottanzb-0.2-py2.5.egg/lottanzb/lottanzb.py", line 63, in run
    Lotta()
  File "/usr/lib/python2.5/site-packages/lottanzb-0.2-py2.5.egg/lottanzb/lottanzb.py", line 48, in __init__
    self.assistant = firstrun.Assistant(True)
  File "/usr/lib/python2.5/site-packages/lottanzb-0.2-py2.5.egg/lottanzb/firstrun.py", line 46, in __init__
    self.showUsageHint()
  File "/usr/lib/python2.5/site-packages/lottanzb-0.2-py2.5.egg/lottanzb/firstrun.py", line 130, in showUsageHint
    if Backend.isRunning():
  File "/usr/lib/python2.5/site-packages/lottanzb-0.2-py2.5.egg/lottanzb/backend.py", line 384, in isRunning
    list = util.ProcessList()
  File "/usr/lib/python2.5/site-packages/lottanzb-0.2-py2.5.egg/lottanzb/util.py", line 315, in __init__
    process = Process(int(f))
  File "/usr/lib/python2.5/site-packages/lottanzb-0.2-py2.5.egg/lottanzb/util.py", line 283, in __init__
    self.parent_pid = int(parent_pid)
ValueError: invalid literal for int() with base 10: 'S'

Please tell me if you need more infos.