Hello! I discoverd PyTone a few days ago, and I'm trying to install it since then. At the begining I didn't notice the setup.py script (...), so I should pretty much admit that my PyTone installation is messed up already. The thing is that even after I tried the setup.py script, there's not much change. I keep getting the same error message: <--- start ($~) pytone Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/pytone/pytone.py", line 57, in ? config.processconfig() File "/usr/lib/python2.3/site-packages/pytone/config.py", line 815, in processconfig readconfig() File "/usr/lib/python2.3/site-packages/pytone/config.py", line 681, in readconfig raise ConfigError("Unkown configuration option '%s' in section '%s'" % config.ConfigError: Unkown configuration option 'addsongtoplaylis' in section 'keybindings.filelistwindow' end ---> I guess that if i'd fresh-install PyTone again I might fix it, but setup.py doesn't seem to be able to uninstall, so I'm not sure how to do it. I wouldn't like to uninstall PyTone but to be able to use it. Any ideas?
Hi, On 08.11.04, Yo'av Moshe wrote:
I discoverd PyTone a few days ago, and I'm trying to install it since then. At the begining I didn't notice the setup.py script (...), so I should pretty much admit that my PyTone installation is messed up already. The thing is that even after I tried the setup.py script, there's not much change. I keep getting the same error message:
It not your fault but mine. You've hit by a really stupid bug, which is caused by a wrong example config file. I should really test with the provided config before relasing a new version... To get PyTone running replace addsongstoplaylis by addsongstoplaylist and showiteminfo by showiteminfolong in the config file (which is installed by default as /etc/pytonerc). I'll probably put out a new version the next days, which fixes this (and another) bug. Jörg
Teilnehmer (2)
-
Joerg Lehmann -
Yo'av Moshe