Edgewall Software

Changes between Version 196 and Version 197 of TracOnWindows


Ignore:
Timestamp:
Apr 27, 2007, 5:49:04 AM (17 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v196 v197  
    6363You should now be in the folder "C:\Python24\Scripts" where you can run the "easy_install" command to install the required software.
    6464
     65=== Install ClearSilver ===
     66
    6567Install the [http://www.clearsilver.net/ ClearSilver] template language:
    6668{{{
     
    6870}}}
    6971
     72=== Install PySQLite ===
     73
    7074Install the [http://pysqlite.org PySqlite] database driver:
    7175{{{
     
    7579If you want to use another database than SQLite, you need to read the TracOnWindows/Advanced instructions.
    7680
    77 === Subversion (optional) === #Subversion
     81Note: When installing PySQLite this way, you may see the following error:
     82
     83>Error: Setup script exited with error: Python was built with version 7.1
     84>of Visual Studio, and extensions need to be built with the same version
     85>of the compiler, but it isn't installed.
     86
     87If so, try installing PySQLite with the Windows executable installer referenced earlier:
     88
     89|| ''PySqlite'' ||  [http://initd.org/pub/software/pysqlite/releases/2.3/2.3.2/pysqlite-2.3.2.win32-py2.4.exe pysqlite-2.3.2.win32-py2.4.exe] (or the [http://initd.org/pub/software/pysqlite/releases/2.3/2.3.2/pysqlite-2.3.2.win32-py2.3.exe Python 2.3 version]) ||
     90
     91Download the installer pysqlite-2.3.2.win32-py2.4.exe to your usual download directory. When it has finished downloading, double-click on it to run the installer. The installer window will appear, labeled "Setup pysqlite-2.3.2".
     92
     93On the first window of the installation dialog, click Next to begin the installation process.
     94
     95On the second window, confirm the Python install directory. If you have followed the instructions above, it will be "c:\\python24\". The default install directory will show as "c:\python24\Lib\site-packages\". Accept the defaults or change them to match your own directory structure. Click Next to proceed.
     96
     97The next window in the dialog gives you a chance to cancel or continue. To continue, click Next.
     98
     99On the next window, the installer shows you installation progress as files are written to the target locations. When the processing is complete, click Finish.
     100
     101=== Install Subversion (optional) === #Subversion
    78102====  ==== #svntools
    79103Trac can integrate with the [http://subversion.tigris.org Subversion] version control software.  Follow these steps if you'd like to use Trac with Subversion.  You can learn more about how they can integrate from the wiki: TracSubversion.
     
    92116'''Note:''' the "-Z" option is necessary when installing Subversion so that it is "unzipped".  Trac will not be able to access Subversion if it is zipped.
    93117
    94 === Download Trac ===
     118=== Install Trac ===
    95119
    96120Download and run the latest stable Trac Windows installer: