pytone Red Hat/Fedora RPM package
Hi, I've made Red Hat/Fedora RPM packages of pytone. You can find these at: http://dag.wieers.com/packages/pytone/ The dependencies are packaged too :) http://dag.wieers.com/packages/python-ao/ http://dag.wieers.com/packages/python-eyed3/ http://dag.wieers.com/packages/python-mad/ http://dag.wieers.com/packages/python-ogg/ http://dag.wieers.com/packages/python-vorbis/ http://dag.wieers.com/packages/python-xmms/ I was wondering if python 2.2 would work too, or is 2.3 really required ? -- dag wieers, dag@wieers.com, http://dag.wieers.com/ -- [all I want is a warm bed and a kind word and unlimited power]
Hi Dag, On 09.05.05, Dag Wieers wrote:
I've made Red Hat/Fedora RPM packages of pytone. You can find these at:
http://dag.wieers.com/packages/pytone/
The dependencies are packaged too :)
http://dag.wieers.com/packages/python-ao/ http://dag.wieers.com/packages/python-eyed3/ http://dag.wieers.com/packages/python-mad/ http://dag.wieers.com/packages/python-ogg/ http://dag.wieers.com/packages/python-vorbis/ http://dag.wieers.com/packages/python-xmms/
Many thanks. I have put a link on the PyTone web page.
I was wondering if python 2.2 would work too, or is 2.3 really required ?
Yes, Python 2.3 is really required now. Probably it would not be too much effort to get a version still running under Python 2.2. Jörg
On Mon, 9 May 2005, Joerg Lehmann wrote:
On 09.05.05, Dag Wieers wrote:
I've made Red Hat/Fedora RPM packages of pytone. You can find these at:
http://dag.wieers.com/packages/pytone/
The dependencies are packaged too :)
http://dag.wieers.com/packages/python-ao/ http://dag.wieers.com/packages/python-eyed3/ http://dag.wieers.com/packages/python-mad/ http://dag.wieers.com/packages/python-ogg/ http://dag.wieers.com/packages/python-vorbis/ http://dag.wieers.com/packages/python-xmms/
Many thanks. I have put a link on the PyTone web page.
You're welcome.
I was wondering if python 2.2 would work too, or is 2.3 really required ?
Yes, Python 2.3 is really required now. Probably it would not be too much effort to get a version still running under Python 2.2.
Well, I provide these packages for older distributions that obviously do not come with python 2.3. [root@lisse rpms]# dar-exec -d el2i,rh7i,rh9i,el3i,fc1i,fc2i,fc3i,el4i rpm -q python = Executing "rpm -q python" for el2i. python-1.5.2-43.72 = Executing "rpm -q python" for rh7i. python-1.5.2-43.73 = Executing "rpm -q python" for rh9i. python-2.2.2-26 = Executing "rpm -q python" for el3i. python-2.2.3-6.1 = Executing "rpm -q python" for fc1i. python-2.2.3-7 = Executing "rpm -q python" for fc2i. python-2.3.3-6 = Executing "rpm -q python" for fc3i. python-2.3.4-13.1 = Executing "rpm -q python" for el4i. python-2.3.4-14.1 RH7 and EL2 are out of the question anyway :) python 2.2 support might be useful nevertheless. For dstat (my own python tool) I actually created a regular expression that translates most of the annoying differences to make a python 1.5 'extracted' version manageable. So I maintain both a 2.3 version (with the latest and coolest python stuff) and maintain a 1.5 version that I diff and merge with my extracted 1.5 version before I release. So it becomes quite manageable. -- dag wieers, dag@wieers.com, http://dag.wieers.com/ -- [all I want is a warm bed and a kind word and unlimited power]
On 10.05.05, Dag Wieers wrote:
On Mon, 9 May 2005, Joerg Lehmann wrote:
On 09.05.05, Dag Wieers wrote: [...]
I was wondering if python 2.2 would work too, or is 2.3 really required ?
Yes, Python 2.3 is really required now. Probably it would not be too much effort to get a version still running under Python 2.2.
Well, I provide these packages for older distributions that obviously do not come with python 2.3.
Yeah, I suspected something like that ;-)
[root@lisse rpms]# dar-exec -d el2i,rh7i,rh9i,el3i,fc1i,fc2i,fc3i,el4i rpm -q python = Executing "rpm -q python" for el2i. python-1.5.2-43.72 = Executing "rpm -q python" for rh7i. python-1.5.2-43.73 = Executing "rpm -q python" for rh9i. python-2.2.2-26 = Executing "rpm -q python" for el3i. python-2.2.3-6.1 = Executing "rpm -q python" for fc1i. python-2.2.3-7 = Executing "rpm -q python" for fc2i. python-2.3.3-6 = Executing "rpm -q python" for fc3i. python-2.3.4-13.1 = Executing "rpm -q python" for el4i. python-2.3.4-14.1
RH7 and EL2 are out of the question anyway :) python 2.2 support might be useful nevertheless. For dstat (my own python tool) I actually created a regular expression that translates most of the annoying differences to make a python 1.5 'extracted' version manageable.
Probably such a thing would possible, at least for versions up to Python 2.1.
So I maintain both a 2.3 version (with the latest and coolest python stuff) and maintain a 1.5 version that I diff and merge with my extracted 1.5 version before I release. So it becomes quite manageable.
Still, some differences between different Python releases are subtle and you really have to test that everything works. And since I have already problems doing that for one release [1], I really doubt that it would work for more than one Python release. Jörg [1] See http://freshmeat.net/projects/pytone/ for the comments of the former provider of RPMs for what was then called Mandrake. Btw, is there nobody who wants to write something nicer about PyTone ;-)
[1] See http://freshmeat.net/projects/pytone/ for the comments of the former provider of RPMs for what was then called Mandrake. Btw, is there nobody who wants to write something nicer about PyTone ;-)
I posted a bit o niceness. Works fine for me. -- Richard A. Smith
On Tue, 10 May 2005, Richard Smith wrote:
[1] See http://freshmeat.net/projects/pytone/ for the comments of the former provider of RPMs for what was then called Mandrake. Btw, is there nobody who wants to write something nicer about PyTone ;-)
I posted a bit o niceness. Works fine for me.
I added some niceness too :) Thanks to anyone involved in pytone. -- dag wieers, dag@wieers.com, http://dag.wieers.com/ -- [all I want is a warm bed and a kind word and unlimited power]
* Dag Wieers <dag@wieers.com> [2005-05-10 22:27]:
On Tue, 10 May 2005, Richard Smith wrote:
[1] See http://freshmeat.net/projects/pytone/ for the comments of the former provider of RPMs for what was then called Mandrake. Btw, is there nobody who wants to write something nicer about PyTone ;-)
I posted a bit o niceness. Works fine for me.
I added some niceness too :)
Thanks to anyone involved in pytone.
Just added my 2 cents ;-) Thx for your fantastic work and your fast support Joerg! Greetz Stefan
Teilnehmer (4)
-
Dag Wieers -
Joerg Lehmann -
Richard Smith -
Stefan Wimmer