diff options
Diffstat (limited to 'README.LINUX')
| -rw-r--r-- | README.LINUX | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.LINUX b/README.LINUX index e68b53687..77fa7e677 100644 --- a/README.LINUX +++ b/README.LINUX @@ -29,6 +29,18 @@ PYTHON PACKAGES If you install Python from source, you should be fine. + One symptom of this problem, although for unknown reasons, is that + you might get an error such as this during your install: + + Traceback (most recent call last): + File "bin/update", line 44, in ? + import paths + ImportError: No module named paths + make: *** [update] Error 1 + + If this happens, install the Python development package and try + "configure ; make install" again. + Local Variables: |
