Hi Dag!
On 10.09.05, Dag Wieers wrote:
I finally got around to do some little PyTone work. Since there were some complaints about the huge disk space consumed during the song db upgrade, I now added an alternative, non-atomic database upgrade code and prompt the user before an upgrade. This is contained in the next prerelease, which can be found here:
http://www.luga.de/pytone/download/PyTone-2.3.0-pre2.tar.gzIf you still have an old database lying around, please give it a try - as always, I would really appreciate feedback on this change.
After installing it from subversion:
Did you run "python setup.py install"? This is currently not recommended.
- My config file was once again overwritten
You mean the site-wide config file /etc/pytonerc? If yes, that's how distutils works.
It didn't start:
[dag@emyn ~]$ pytone python: can't open file 'src/pytone.py'
[dag@emyn ~]$ cat /usr/bin/pytone #!/bin/sh python src/pytone.py "$@"
Yup, currently everything only works automatically, if you run PyTone from the original directory. One would need to replace the install_scripts routines to update the files correspondingly. Unfortunately, there is no simpler solution.
Jörg