Edgewall Software

Changes between Version 208 and Version 209 of TracInstall


Ignore:
Timestamp:
Jul 9, 2007, 10:45:50 PM (17 years ago)
Author:
brian@…
Comment:

Just fixing some English grammar and spelling.

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v208 v209  
    1616     ClearSilver up to 10.3 and Python 2.5 don't seem to get along, so you'll probably have more luck with Python 2.4.  Note about it in [http://www.mail-archive.com/trac-dev@googlegroups.com/msg00034.html this mail exchange].
    1717     ''To follow-up on that thread, with Trac 0.11dev (i.e. current trunk since r3832), Clearsilver is no longer needed. Yay. See instructions in ["TracOnWindows/Python2.5"] [[br]]  -- ChristianBoos''
    18    * You can fix the problem with Python 2.5 (x_64) relativley simple, cause 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 i have just made a link in /usr/lib64/python2.5/site-packages with ''ln -s /usr/lib/python2.5/site-packages/neo_cgi.so neo_cgi.so'' to get it to run, just move the file to the correct location should solve it too.[[br]] -- !KarlHeinzMarbaise
     18   * 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 * You also need a database system and the corresponding python drivers for it.
    2020   The database can be either SQLite, PostgreSQL or ''MySQL (experimental)''.