Edgewall Software

Changes between Version 200 and Version 201 of TracInstall


Ignore:
Timestamp:
Feb 11, 2007, 7:22:52 PM (17 years ago)
Author:
khmarbaise
Comment:

Hint about Problem with Python 2.5 (on x_64 OpenSuSE 10.2)

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v200 v201  
    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
    1819 * You also need a database system and the corresponding python drivers for it.
    1920   The database can be either SQLite, PostgreSQL or ''MySQL (experimental)''.