Martin,

That is the first time I see that error, it might well be that the
GeoNode python package is not correctly installed.

That settings file lives in:

/var/lib/geonode/src/GeoNodePy/geonode/settings.py

With the virtualenv activated, please navigate to:

cd /var/lib/geonode/src/GeoNodePy
# and run:
python setup.py install

If that command succeeds, django-admin.py should be able to find
geonode.settings

Another test would be to open a python shell with the
virtualenvironment activated and doing:

import geonode
from geonode import settings

To see if there is any import error like the one Adam had problem with.

Ariel

On Mon, Aug 22, 2011 at 7:15 PM, Martín Rouaux <[email protected]> wrote:
> Where does geonode.setting come from?
>

Reply via email to