[GRASS-dev] Errors when trying to start wxpython GUI

Glynn Clements glynn at gclements.plus.com
Wed Jul 14 16:30:19 EDT 2010


Tobias Conradt wrote:

> Having set PYTHONHOME=/home/conradt/usr/local makes no difference,
> any other setting now produces an *altered error message*:
> 
>   ImportError: No module named site
> 
> Any clues?

Still a broken Python installation. The "site" module is part of the
standard library. It's loaded automatically by the Python interpreter,
before it starts processing the script, so any problem locating the
standard library will manifest itself as an error in loading the site
module.

You would be better off asking on the Python mailing list.

-- 
Glynn Clements <glynn at gclements.plus.com>


More information about the grass-dev mailing list