Griffith - media collection manager
May 22, 2012, 02:50:01 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Please check ask.griffith.cc and wiki.griffith.cc before asking questions.
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: [SOLVED] i can't open Griffith  (Read 1660 times)
olcadia
Newbie
*
Offline Offline

Posts: 2


View Profile
« on: December 27, 2005, 12:49:24 AM »

After some days of use now i can't open the soft. The version is 0.1.5.1 (win xp)

the log say:

Traceback (most recent call last):
  File "griffith", line 615, in ?
  File "griffith", line 580, in __init__
  File "griffith", line 62, in initialize_griffith
  File "h:\Archivos de programa\Griffith\initialize.py", line 358, in combos
    edit.fill_volumes_combo(self)
  File "h:\Archivos de programa\Griffith\edit.py", line 159, in fill_volumes_combo
    eval("self.%s_volume_combo.insert_text(int(volume['id']), volume['name'])"%tmp)
  File "<string>", line 0, in ?
TypeError: GtkComboBox.insert_text() argument 2 must be string, not int


---------------------------------------------------------------------------------------------------------------------------
S.O.S.
« Last Edit: September 18, 2006, 02:50:22 PM by POX » Logged
POX
Administrator
Hero Member
*****
Offline Offline

Posts: 512



View Profile WWW
« Reply #1 on: December 28, 2005, 01:16:49 PM »

Try to change line 159 in file h:\Archivos de programa\Griffith\edit.py into this:
Code:
eval("self.%s_volume_combo.insert_text(int(volume['id']), str(volume['name']))"%tmp)

What was the volumes last name you've added to database?
Logged

Please, feel free to correct my English.
olcadia
Newbie
*
Offline Offline

Posts: 2


View Profile
« Reply #2 on: December 28, 2005, 03:40:34 PM »

the problem is resolved.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2006-2007, Simple Machines Valid XHTML 1.0! Valid CSS!