summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2004-07-29 18:05:14 +0000
committerJohan Dahlin <johan@src.gnome.org>2004-07-29 18:05:14 +0000
commitebff7a2492c7c1bc1af0a46461cc19a3720f24b2 (patch)
treeeb53ef2e276b1dd6d1f679d4ee35718e2474f695 /README
parent32cc05687166f3b1bf7ae580b2efd2b4db3d8914 (diff)
downloadpygtk-ebff7a2492c7c1bc1af0a46461cc19a3720f24b2.tar.gz
Added small PYTHONPATH note
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 3900c648..7c31f8dc 100644
--- a/README
+++ b/README
@@ -79,6 +79,10 @@ Optionally a --prefix argument can be specified to install.
Note, this is unsupported and is primarily there to support Win32
environments. The configure script is still the preferred way.
+Note. If you're installing to another prefix than the one where python
+is installed you'll need to set the PYTHONPATH variable to the
+$prefix/lib/pythonX.Y/site-packages directory created by
+the PyGTK installation.
Upgrading
=========