comparison doc/installation.txt @ 2069:d8c7fd205cd8

info for installing the CSV module
author Richard Jones <richard@users.sourceforge.net>
date Wed, 03 Mar 2004 23:38:04 +0000
parents a291bf753037
children 98656054ccfa
comparison
equal deleted inserted replaced
2068:65b5297b488f 2069:d8c7fd205cd8
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.68 $ 5 :Version: $Revision: 1.69 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 Overview 10 Overview
41 41
42 If you're on windows, you will either need to be using the ActiveState python 42 If you're on windows, you will either need to be using the ActiveState python
43 distribution (at http://www.activestate.com/Products/ActivePython/), or you'll 43 distribution (at http://www.activestate.com/Products/ActivePython/), or you'll
44 have to install the win32all package separately (get it from 44 have to install the win32all package separately (get it from
45 http://starship.python.net/crew/mhammond/win32/). 45 http://starship.python.net/crew/mhammond/win32/).
46
47 Non-Python2.3 users may need to `install the "CSV" module`_.
48
49 Install the "CSV" module
50 ------------------------
51
52 Note: CSV stands for Comma-Separated-Value. These files are used by all
53 manner of programs (eg. spreadsheets) to exchange data.
54
55 The "CSV" module is required if you wish to import or export data in the
56 tracker, or if you wish to use the online generic class editing facility.
57
58 If you're using a version of Python older than 2.3, then you will need to
59 install the "CSV" module from `Object Craft`_. Users of Python2.3 and later
60 don't need to. If you have a C compiler installed, then download the source
61 and follow their installation instructions (simply ``python setup.py
62 install``.)
63
64 If you're on Windows and don't have a C compiler, then you'll need to
65 download the pre-compiled ``csv.pyd`` file and install it. To install, just
66 copy it to your Python installation in the ``lib\site-packages`` directory.
67 For Python 2.2, this would be::
68
69 c:\python22\lib\site-packages
70
71 Once the CSV module is installed, you *must* restart roundup-server if it
72 is already running, or the new module won't be detected.
73
74 If you're on some other platform and don't have a C compiler, you'll need
75 to ask for help on the roundup-users mailing list.
76
77 .. _`Object Craft`: http://object-craft.com.au/
46 78
47 79
48 Getting Roundup 80 Getting Roundup
49 =============== 81 ===============
50 82
441 If you intend to send messages to Roundup that use Chinese, Japanese or 473 If you intend to send messages to Roundup that use Chinese, Japanese or
442 Korean encodings the you'll need to obtain CJKCodecs from 474 Korean encodings the you'll need to obtain CJKCodecs from
443 http://cjkpython.berlios.de/ 475 http://cjkpython.berlios.de/
444 476
445 477
478
446 Maintenance 479 Maintenance
447 =========== 480 ===========
448 481
449 Read the separate `administration guide`_ for information about how to 482 Read the separate `administration guide`_ for information about how to
450 perform common maintenance tasks with Roundup. 483 perform common maintenance tasks with Roundup.

Roundup Issue Tracker: http://roundup-tracker.org/