Problem Installing Democracy Player

Thanks to both of you for your replies. I should've said in my original post that I had already installed pyrex, without overcoming the error message about Pyrex.Distutils by doing so. I apologise for that omission, which was caused by my being a bit flustered. However, something written by Dominic reminded me of an earlier occasion on which I sought help on this list regarding a python script. The person who kindly helped me then pointed out that installing python2.4, while not uninstalling python2.3, wouldn't, of itself, help me to run a script that said it required python2.4. Python2.3 was being used as the default version on my system, so that I had to force the script to use python2.4. When I did that, the script worked. Since Dominic had told me that the Pyrex scripts should appear in /usr/lib/python2.4/site-packages, I went looking, not there, but in /usr/lib/python2.3/site-packages. Sure enough, that's where they'd been installed. I therefore copied Pyrex/ into /usr/lib/python2.4/site-packages and re-ran run.sh. On that attempt, there was no longer a complaint about the absence of the module Pyrex.Distutils. Instead, I got a different complaint further into the setup script, as follows: Traceback (most recent call last): File "setup.py", line 175, in ? packages = getCommandOutput("pkg-config --list-all") File "setup.py", line 124, in getCommandOutput raise RuntimeError("%s outputted the following error:\n%s" % RuntimeError: pkg-config --list-all outputted the following error: Package dbus-1 was not found in the pkg-config search path. Perhaps you should add the directory containing `dbus-1.pc' to the PKG_CONFIG_PATH environment variable Package 'dbus-1', required by 'NetworkManager', not found I went looking on my system for RPMS with dbus in their name and found I had four of them. One in particular was called dbus-python-0.22-10.FC3.2.i386.rpm and I assumed it was the relevant one. I got a list of all the files in that package. There were six of them: dbus.py; dbus.pyc; dbus.pyo; dbus_bindings.a; dbus_bindings.la; and dbus_bindings.so. I went looking for those six files and found them all in /usr/lib/python2.3/site-packages. I therefore tried the same trick as I'd tried with the Pyrex directory, namely, copying all six files into /usr/lib/python2.4/site-packages, but the trick would only work once. When I re-ran run.sh, I still got the same error message I set out above. (It's those files with "binding" in their names that are causing the trouble, I suspect.) My current question, therefore, is how do I get into /usr/lib/python2.4/site-packages copies of the dbus-python rpm's files that will work? One last thing. Craig raised a wry smile on my face by telling me upgrading was good. I've been wanting to upgrade for ages, but I'm too afraid. What I really need is a step-by-step guide in words of one syllable, explaining to me how to prepare for an upgrade, so that, after upgrading, I'll still have all my current data, my applications that I've separately installed and my settings for my current applications. Without that security blanket, I feel I'm stuck with FC3 indefinitely. Thanks again, Leslie

One last thing. Craig raised a wry smile on my face by telling me upgrading was good. I've been wanting to upgrade for ages, but I'm too afraid. What I really need is a step-by-step guide in words of one syllable, explaining to me how to prepare for an upgrade, so that, after upgrading, I'll still have all my current data, my applications that I've separately installed and my settings for my current applications. Without that security blanket, I feel I'm stuck with FC3 indefinitely.
Put Fedora Core 5 CDs in. Wait a while. Done. Secure enough? ;) Craig

Software Freedom Day is tomorrow, and thanks heaps to all the people who are helping make this happen. Photos will be posted on the SFD website; http://softwarefreedomday.org/gallery/2006/gallery/2006/oceania/nz/hamilton Please drop by and give us your support!

zcat wrote:
Software Freedom Day is tomorrow, and thanks heaps to all the people who are helping make this happen.
Photos will be posted on the SFD website; http://softwarefreedomday.org/gallery/2006/gallery/2006/oceania/nz/hamilton
Please drop by and give us your support!
_______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug
What time does it start I will be able to help in the morning Ron Dean

On Friday 15 September 2006 19:45, Ron Dean wrote:
zcat wrote:
Software Freedom Day is tomorrow, and thanks heaps to all the people who are helping make this happen.
Photos will be posted on the SFD website; http://softwarefreedomday.org/gallery/2006/gallery/2006/oceania/nz/hamilt on
Please drop by and give us your support!
_______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug
What time does it start I will be able to help in the morning
Ron Dean
I caught tonights edition of "This week" Page 30, the "In Brief" column Software freedom The Waikato Linux Users Group(WLUG), an incorporated society supporting Linux and Open Source Software in the Waikato region, is celebrating the international Software Freedom Day with a public demonstration of open source software, to be held outside Whitcoulls, Centreplace, Hamilton, from 9am to 5pm on Saturday September 16

Shane wrote:
On Friday 15 September 2006 19:45, Ron Dean wrote:
zcat wrote:
Software Freedom Day is tomorrow, and thanks heaps to all the people who are helping make this happen.
Photos will be posted on the SFD website; http://softwarefreedomday.org/gallery/2006/gallery/2006/oceania/nz/hamilt on
Please drop by and give us your support!
_______________________________________________ wlug mailing list | wlug(a)list.waikato.ac.nz Unsubscribe: http://list.waikato.ac.nz/mailman/listinfo/wlug
I've edited the photos I took today and 15 of them are 2.4 mb. So would you like me to attach them to an email to somebody rather than sending them to the list

I've edited the photos I took today and 15 of them are 2.4 mb. So would you like me to attach them to an email to somebody rather than sending them to the list
Mail them to me if you like, or just put them on a CD if it's easier and drop them off here.

One last thing. Craig raised a wry smile on my face by telling me upgrading was good. I've been wanting to upgrade for ages, but I'm too afraid. What I really need is a step-by-step guide in words of one syllable, explaining to me how to prepare for an upgrade, so that, after upgrading, I'll still have all my current data, my applications that I've separately installed and my settings for my current applications. Without that security blanket, I feel I'm stuck with FC3 indefinitely.
Write your data onto CD/DVD or USB key first and check you can read it. Then if it goes wrong you can read it back. -- Ian McDonald Web: http://wand.net.nz/~iam4 Blog: http://imcdnzl.blogspot.com WAND Network Research Group Department of Computer Science University of Waikato New Zealand

On Thu, 2006-09-14 at 14:34 +1000, Leslie Katz wrote:
My current question, therefore, is how do I get into /usr/lib/python2.4/site-packages copies of the dbus-python rpm's files that will work?
Hrmm, I'm afraid that's a bit beyond me. I'm not terribly familiar with rpm-based distros any more (the last time I used FC was at FC2; after that I switched to Ubuntu). I suspect that perhaps there's something about DBUS on FC3 that isn't "good enough" for Democracy. I'd really recommend, as the others have, upgrading.
One last thing. Craig raised a wry smile on my face by telling me upgrading was good. I've been wanting to upgrade for ages, but I'm too afraid. What I really need is a step-by-step guide in words of one syllable, explaining to me how to prepare for an upgrade, so that, after upgrading, I'll still have all my current data, my applications that I've separately installed and my settings for my current applications. Without that security blanket, I feel I'm stuck with FC3 indefinitely.
Again, as mentioned, it should be as simple as sticking in an FC5 CD and letting it run. However, you should obviously back up your data first. Do you have a separate /home partition? This makes upgrading really easy, because it's seldom that updates of apps are not backwards compatible with their .files or .dirs which are stored in the /home dir. I've fresh installed Ubuntu a couple of times in the last few weeks (playing around with Edgy) and provided I run the set up correctly and use the right username, I can log into Gnome from a fresh install and have all my customizations already there. I just have to install some additional applications. If you haven't got a separate home dir, though, you could always simply cp -r everything to a USB drive and then reverse the process once you've reinstalled. Depends on your filesystem layout though. Maybe we should have another InstallFest (:
participants (7)
-
Craig Box
-
Dominic Tennant
-
Ian McDonald
-
Leslie Katz
-
Ron Dean
-
Shane
-
zcat