From 0df474c8ff6feda95506b26e5ea6f352a1b518ba Mon Sep 17 00:00:00 2001
From: Sam Ruby
Build your own themes, templates, or filters! And share!
-
The Fink Project packages
@@ -101,12 +101,20 @@ not yet ported to the newer python so Venus will be less featureful.
may want to explicitly specify python2.4
.
Before starting, issue the following command:
-sudo apt-get install bzr python2.4-librdf
+ +sudo apt-get install bzr python2.4-librdf
If you are running Python 2.2, you may also need to install pyxml. If the +following runs without error, you do not have the problem.
++python -c "__import__('xml.dom.minidom').dom.minidom.parseString('<entry xml:lang=\"en\"/>')"
Installation of pyxml varies by platform. For Ubuntu Linux (Dapper Drake), issue the following command:
+ +sudo apt-get install python2.2-xml