Hi, * I have installed django 0.96 in ubuntu 7.04 [http:// packages.ubuntu.com/gutsy/python/python-django] (when I run dpkg -l I get version "0.96-1~feisty1")
* I want to install deseb and I follow installation instructions [http://code.google.com/p/deseb/wiki/Installation] * The problem is that, after I do import als setting.py, I get the following error: python manage.py runserver Error: Can't find the file 'settings.py' in the directory containing 'manage.py'. It appears you've customized things. You'll have to run django-admin.py, passing it your settings module. (If the file settings.py does indeed exist, it's causing an ImportError somehow.) * I think that the problem is that I don't know where is "<python_path>/site-packages". I created the directory "site- packages" in /usr/share/python/ and I put "deseb" as a subdirectory Where is the error? Thanks in advance, Xan. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---