[Trac] No module named neo_cgi - Fedora 4 fix
Terry Alexis Lurie
tezza2k1 at yahoo.co.uk
Thu Aug 25 15:00:46 CDT 2005
This post is more of an answer. The packages [below] on the webpage are for lots of things, but
the Fedora only goes up to Fedora Core 3. The python-clearsilver-0.9.13-1.1.fc3.rf.i386.rpm is
for Fedora Core 3.
Fedora 3 used python 2.3 and Fedora 4 uses python 2.4 . So the neo_cgi file gets put in the wrong
place.
After you install this python-clearsilver RPM you must move the file like this:
mv /usr/lib/python2.3/site-packages/neo_cgi.so /usr/lib/python2.4/site-packages/
Then you must make sure that the sqllite db and the directory that it is in are read/write for
your apache process.
You can find out which user this is [amongst other ways] by doing:
ps auxwf|grep http
Hope this helps!
Terry
--------------------------------------------
Matthew Good wrote:
>The clearsilver package only includes the C libs, to get the bindings
>for other languages you need to install the appropriate binding package
>in addition to clearsilver. In this case that would be
>python-clearsilver.
>
>You can find that, as well as a slightly newer clearsilver package here:
>http://dag.wieers.com/packages/clearsilver/
------------------------------------------------------------
Terry Alexis Lurie | 'Something witty that doesn't
Freelance Computer Engineer | look good with variable
United Kingdom | width fonts' - Most nerds
More information about the Trac
mailing list