Title:

Install MEDWX

Before installing MEDWX you should have Python, wxPython and ZODB already installed.

To check if Python is already installed on your system at the console prompt type "python".If so you ougth to get the python interpreter.

To check for wxPython and its version, type the following:

$ python [GCC 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> wx.__version__
'2.5.2.7u'
>>>

Note: Python 2.3 and wxPython 2.5.2.7u or newer are required. If you use national characters (non ascii), the unicode version of wxPython is required.

if you get something like:

Traceback (most recent call last):
File "", line 1, in ?
ImportError: No module named wx

wxPython isn't installed.

You can do the same for ZODB

<$ python [GCC 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ZODB
>>>

Once python, wxPython and ZODB are install you can download MEDWX files. After that you get an archive medwx-X.X.X.zip

unzip this file with your prefered utility. You will then get a directory named 'medwx'. Go there an run the main.py program or double click on it.

Refere then to the user manual.