Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
(gelöst)Portato startet nicht
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3541
Location: Berlin

PostPosted: Wed Mar 11, 2009 7:58 am    Post subject: (gelöst)Portato startet nicht Reply with quote

PShttp://portato.origo.ethz.ch/ Wollte ich mal ausprobieren.
Code:
Portato v. 0.11.1

Code:
lammenflitzer olaf # portato
* Setting Portage System (__init__.py:56)
* Starte Portato v. 0.11.1 (portato:55) 
* Listener wurde nicht gestartet. (plistener.py:94)
* Plugin 'ReloadPortage' geladen.  (plugin.py:372)
* Plugin 'EtcProposals' geladen. Das Plugin hat nicht erfüllte Abhängigkeiten - deaktiviert! (plugin.py:372)                                                                                               
* Plugin 'Notify' geladen.  (plugin.py:372)                                                           
* Plugin 'GPytage' geladen.  (plugin.py:372)                                                         
* Abhängigkeit EtcProposals' für 'after_emerge' im Plugin 'ReloadPortage' nicht gefunden! Lade Plugin trotzdem. (plugin.py:505)                                                                             
* Exception:                                                                                         
Traceback (most recent call last):                                                                   
  File "/usr/bin/portato", line 99, in <module>                                                       
    main()                                                                                           
  File "/usr/bin/portato", line 63, in main                                                           
    run()                                                                                             
  File "/usr/lib64/python2.5/site-packages/portato/gui/__init__.py", line 26, in run                 
    m = MainWindow(s)
  File "/usr/lib64/python2.5/site-packages/portato/gui/windows/main.py", line 630, in __init__
    self.build_cat_list()
  File "/usr/lib64/python2.5/site-packages/portato/gui/windows/main.py", line 773, in build_cat_list
    self.fill_cat_store(store)
  File "/usr/lib64/python2.5/site-packages/portato/gui/windows/main.py", line 797, in fill_cat_store
    if not self.cfg.get_boolean("collapseCats", "GUI"):
  File "/usr/lib64/python2.5/site-packages/portato/config_parser.py", line 350, in get_boolean
    val = self._access(key, section)
  File "/usr/lib64/python2.5/site-packages/portato/config_parser.py", line 300, in _access
    raise KeyNotFoundException("Key '%s' not found in section '%s' in file '%s'." % (key, section, self.file))
KeyNotFoundException: "Key 'collapsecats' not found in section 'GUI' in file '/etc/portato/portato.cfg'."

Portato version: 0.11.1
Python version: 2.5.2 (r252:60911, Mar  4 2009, 14:58:08)
[GCC 4.1.2 (Gentoo 4.1.2 p1.1)]
Used backend: Portage 2.1.6.7
pygtk: 2.12.1 (using GTK+: 2.12.11)
pygobject: 2.14.2 (using GLib: 2.16.6) (exception_handling.py:127)


Last edited by flammenflitzer on Wed Mar 11, 2009 12:46 pm; edited 1 time in total
Back to top
View user's profile Send private message
Necoro
Veteran
Veteran


Joined: 18 Dec 2005
Posts: 1912
Location: Germany

PostPosted: Wed Mar 11, 2009 10:32 am    Post subject: Reply with quote

du hast kein etc-update laufen lassen :)

ich würde dir übrigens raten gleich 0.12.1 auszuprobieren (jokey hats heute morgen in den Tree gestellt - sollte also bald beim syncen dabei sein)
_________________
Inter Deum Et Diabolum Semper Musica Est.
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3541
Location: Berlin

PostPosted: Wed Mar 11, 2009 11:07 am    Post subject: Reply with quote

Ich habe das ebuild von portato-0.11.1 genommen und nur die Quelle angepasst. Gleicher Fehler. Liegt am ebuild, denn (als root) ./portato.py im manuell entpacktem Verzeichnis funktioniert. etc-update habe ich ausgeführt.
Code:
flammenflitzer portato # ./portato.py                                     
* Setting Portage System (__init__.py:56)                                 
* Using portage-2.1 (__init__.py:25)                                       
* Starting Portato v. 9999 (portato.py:50)                                 
* Listener has not been started. (plistener.py:94)                         
* All prereqs matched. Fine :) (main.py:1921)                             
* Loading 'DB' session from /root/.portato/db.cfg. (session.py:71)         
* Loading [('version', 'session')] with values ['1']. (session.py:116)     
* Using SQLDatabase (__init__.py:36)                                       
* package.db already existant (sql.py:57)                                 
* Walking /usr/local/overlays/local (sql.py:99)                           
* portdirs.db already existant (sql.py:129)                               
* Overlay '/usr/local/overlays/local' has been changed. (sql.py:149)       
* Cleaning database... (sql.py:79)                                         
* Populating database... (sql.py:81)                                       
* Plugin 'GPytage' loaded.  (plugin.py:372)                               
* Plugin 'NewVersionFinder' loaded. Plugin is disabled! (plugin.py:372)   
* Plugin 'Notify' loaded.  (plugin.py:372)                                 
* Plugin 'EtcProposals' loaded. Plugin has unresolved dependencies - disabled! (plugin.py:372)
* Plugin 'ExceptionThrower' loaded.  (plugin.py:372)                                         
* Plugin 'ReloadPortage' loaded.  (plugin.py:372)                                             
* Dependant 'EtcProposals' for 'after_emerge' in plugin 'ReloadPortage' not found! Adding nevertheless. (plugin.py:505)                                                                                     
* Category 'ALL' can't be split up. Should be no harm. (main.py:692)                                 
* Category 'virtual' can't be split up. Should be no harm. (main.py:692)                             
* Loading 'GUI' session from /root/.portato/gui.cfg. (session.py:71)                                 
* Loading [('version', 'session')] with values ['1']. (session.py:116)                               
* Loading [('gtksessionversion', 'session')] with values ['4']. (session.py:116)                     
* Loading [('width', 'GUI'), ('height', 'GUI')] with values ['1120', '635']. (session.py:116)         
* Loading [('vpanedpos', 'GUI'), ('hpanedpos', 'GUI')] with values ['183', '445']. (session.py:116)   
* Loading [('catsel', 'GUI')] with values ['dev-ada@0']. (session.py:116)                             
* First part of cat path does not match. Searching... (main.py:1257)                                 
* Second part of cat path does not match. Searching... (main.py:1265)                                 
* Selecting cat path '2:0'. Value: 'ada' (main.py:1273)                                               
* Loading [('pkgsel', 'GUI')] with values ['']. (session.py:116)                                     
* Selecting pkg path '0'. Value: 'adadoc' (main.py:1218)                                             
* Loading [('GPytage', 'plugins')] with values ['1']. (session.py:116)                               
* Loading [('NewVersionFinder', 'plugins')] with values ['']. (session.py:116)                       
* Loading [('Notify', 'plugins')] with values ['1']. (session.py:116)                                 
* Loading [('EtcProposals', 'plugins')] with values ['1']. (session.py:116)                           
* Loading [('ExceptionThrower', 'plugins')] with values ['1']. (session.py:116)                       
* Loading [('ReloadPortage', 'plugins')] with values ['0']. (session.py:116)                         
* Loading [('prefheight', 'GUI')] with values ['']. (session.py:116)                                 
* Loading [('prefwidth', 'GUI')] with values ['']. (session.py:116)                                   

** (portato.py:22811): WARNING **: Invalid borders specified for theme pixmap:
        /home/olaf/.themes/qt4/gtk-2.0/Menu-Menubar/menubar.png,             
borders don't fit within the image                                           
* Saving 'DB' session to /root/.portato/db.cfg. (session.py:141)
* Saving [('version', 'session')] with values [1] (session.py:130)
* Saving 'GUI' session to /root/.portato/gui.cfg. (session.py:141)
* Saving [('version', 'session')] with values [1] (session.py:130)
* Saving [('gtksessionversion', 'session')] with values [4] (session.py:130)
* Saving [('width', 'GUI'), ('height', 'GUI')] with values (1120, 635) (session.py:130)
* Saving [('vpanedpos', 'GUI'), ('hpanedpos', 'GUI')] with values [176, 445] (session.py:130)
* Saving [('catsel', 'GUI')] with values ['dev-ada@2:0'] (session.py:130)
* Saving [('pkgsel', 'GUI')] with values ['adadoc@0'] (session.py:130)
* Saving [('GPytage', 'plugins')] with values [1] (session.py:130)
* Saving [('NewVersionFinder', 'plugins')] with values [''] (session.py:130)
* Saving [('Notify', 'plugins')] with values [1] (session.py:130)
* Saving [('EtcProposals', 'plugins')] with values [1] (session.py:130)
* Saving [('ExceptionThrower', 'plugins')] with values [1] (session.py:130)
* Saving [('ReloadPortage', 'plugins')] with values [0] (session.py:130)
* Saving [('prefheight', 'GUI')] with values [''] (session.py:130)
* Saving [('prefwidth', 'GUI')] with values [''] (session.py:130)
flammenflitzer portato #
Back to top
View user's profile Send private message
Necoro
Veteran
Veteran


Joined: 18 Dec 2005
Posts: 1912
Location: Germany

PostPosted: Wed Mar 11, 2009 11:12 am    Post subject: Reply with quote

Dass es im lokal entpackten Verzeichnis funktioniert, ist kein Wunder - denn dort verwendet er eine lokale Config :)

Am einfachsten: Lösche /etc/portato/portato.cfg und re-emerge Portato. Dann solltest du auf jeden Fall was funktionierendes haben.
_________________
Inter Deum Et Diabolum Semper Musica Est.
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3541
Location: Berlin

PostPosted: Wed Mar 11, 2009 12:46 pm    Post subject: Reply with quote

Danke
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum