Edgewall Software

Changes between Version 3 and Version 4 of 0.10/TracInstall


Ignore:
Timestamp:
Jan 11, 2008, 5:17:47 AM (16 years ago)
Author:
anonymous
Comment:

Fixed typo

Legend:

Unmodified
Added
Removed
Modified
  • 0.10/TracInstall

    v3 v4  
    1818   * You can fix the problem with Python 2.5 (x_64) relatively easily because Clearsilver installed neo_cgi.so in the path /usr/lib/python2.5/site-packages instead of /usr/lib64/python2.5/site-packages. To solve the problem, make a link in /usr/lib64/python2.5/site-packages with ''ln -s /usr/lib/python2.5/site-packages/neo_cgi.so neo_cgi.so'' or just move the file to the correct location.[[br]] -- !KarlHeinzMarbaise
    1919  * For '''OS X 10.5''' ('''Leopard''') make a link:[[br]]
    20     ''sudo ln -s /urs/lib/python2.5/site-packages/neo-cgi.so /Library/Python/2.5/site-packages''[[br]]
     20    ''sudo ln -s /usr/lib/python2.5/site-packages/neo-cgi.so /Library/Python/2.5/site-packages''[[br]]
    2121    after you install clearsilver.[[br]] -- Samvel
    2222 * You also need a database system and the corresponding python drivers for it.