I am having the following problem when trying to run nicotine. 

Traceback (most recent call last):
  File "/sw/bin/nicotine", line 146, in ?
    app = frame.MainApp(config)
  File "/sw/lib/python2.3/site-packages/pynicotine/gtkgui/frame.py", line 933, i
n __init__
    self.frame = testwin(config)
  File "/sw/lib/python2.3/site-packages/pynicotine/gtkgui/frame.py", line 246, i
n __init__
    if self.np.config.needConfig():
  File "/sw/lib/python2.3/site-packages/pynicotine/config.py", line 83, in needC
onfig
    if self.sections[i][j] is None or self.sections[i][j] == '' and i not in ("u
serinfo", "ui", "ticker") and j not in ("incompletedir", "autoreply", 'afterfini
sh','afterfolder', 'geoblockcc'):
  File "/sw/lib/python2.3/UserDict.py", line 162, in __cmp__
    return cmp(dict(self.iteritems()), other)
  File "/sw/lib/python2.3/UserDict.py", line 98, in iteritems
    for k in self:
  File "/sw/lib/python2.3/UserDict.py", line 85, in __iter__
    for k in self.keys():
  File "/sw/lib/python2.3/shelve.py", line 98, in keys
    return self.dict.keys()
  File "/sw/src/root-python23-2.3.5-2/sw/lib/python2.3/bsddb/__init__.py", line 
138, in keys
bsddb._db.DBRunRecoveryError: (-30978, 'DB_RUNRECOVERY: Fatal error, run databas
e recovery -- /Users/user/.nicotine/config.files.db: pgin failed for page 68')
Unhandled exception in thread started by 
Traceback (most recent call last):
  File "/sw/lib/python2.3/site-packages/pynicotine/pynicotine.py", line 305, in 
RescanShares
    files, streams, wordindex, fileindex, mtimes = utils.rescandirs(msg.shared,s
elf.config.sections["transfers"]["sharedmtimes"],self.config.sections["transfers
"]["sharedfiles"],self.config.sections["transfers"]["sharedfilesstreams"],msg.yi
eldfunction)
  File "/sw/lib/python2.3/site-packages/pynicotine/utils.py", line 62, in rescan
dirs
    newsharedfiles = getFilesList(newmtimes, sharedmtimes, sharedfiles,yieldfunc
tion)
  File "/sw/lib/python2.3/site-packages/pynicotine/utils.py", line 105, in getFi
lesList
    list[i] = oldlist[i]
  File "/sw/lib/python2.3/shelve.py", line 118, in __getitem__
    f = StringIO(self.dict[key])
  File "/sw/src/root-python23-2.3.5-2/sw/lib/python2.3/bsddb/__init__.py", line 
116, in __getitem__
bsddb._db.DBRunRecoveryError: (-30978, 'DB_RUNRECOVERY: Fatal error, run databas
e recovery -- PANIC: fatal region error detected; run recovery')

I have tried purging nicotine, fetiching it, and then reinstalling it,
but all to no avail. It seems to actually be a problem with python
that i don't know how to fix. Here's the output of fink list -i
python:

Information about 4798 packages read in 3 seconds.
 i   python                             1:2.4.1-1                
Interpreted, object-oriented language
 i   python22                           2.2.3-25                 
Interpreted, object-oriented language
 i   python22-shlibs                    2.2.3-25                 
Interpreted, object-oriented language
 i   python22-socket                    2.2.3-25                 
Socket plugin for python
 i   python23                           1:2.3.5-2                
Interpreted, object-oriented language
 i   python23-shlibs                    1:2.3.5-2                
Interpreted, object-oriented language
 i   python23-socket                    1:2.3.5-2                
Socket plugin for python
 i   python24                           1:2.4.1-1                
Interpreted, object-oriented language
 i   python24-shlibs                    1:2.4.1-1                
Interpreted, object-oriented language
 i   python24-socket                    1:2.4.1-1                
Socket plugin for python
 i   wxpython-py23                      2.5.2.8-2                
WxWindows library devdings for Python
 i   wxpython-py24                      2.5.2.8-2                
WxWindows library devdings for Python

TIA.

PT


-- 
Phil Thomson
[EMAIL PROTECTED]

{ home: http://www.sfu.ca/~pthomson/
{ blog: http://philthomson.blogspot.com/


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to