Installation
============

The installation of PythonCAD is a two-step process. First,
execute the setup.py script

$ python setup.py install

This command will install the files in the "Generic" and
"Interface" directories into the Python library directory.
You may need to be root to do this on your machine.

Next, copy the file "gtkpycad.py" into one of the directories
in your PATH. Commonly this will be "/usr/local/bin", or
"/usr/bin".

At this point you should be able to invoke the gtkpycad.py
file at a prompt:

$ gtkpycad.py

After a few seconds, the application should start.

Problems
========

If something doesn't work, there are a couple of things to
check. For the sake of a few examples, pretend that the
python installation is in "/usr" and Python-2.2.X is installed,
so the site-packages directory is "/usr/lib/python2.2/site-packages",
and the python binary is "/usr/bin/python". Also pretend that
the "gtkpycad.py" file is copied into "/usr/bin".

Does "/usr/bin/gtkpycad.py" have the execute bits set? If
not, do a "chmod a+x /usr/bin/gtkpycad.py" to set these bits.


