Re: django-admin.py startproject mysite error

2013-07-23 Thread Jay Lozier
virtualenv seems to work well and I can get django tamed. On Saturday, July 20, 2013 5:55:21 PM UTC-4, Jay Lozier wrote: > > Using openSUSE 12.3 > python 2.7.3 > django 1.5.1 installed manually and verified > > When I enter "django-admin.py startproject mysite" at the command prompt I > get the

Re: django-admin.py startproject mysite error

2013-07-22 Thread gilberto dos santos alves
beside gods of olympo say that env var PYTHONPATH handle this, please verify what your PATH and PYTHONPATH (command echo $PATH; echo $PYTHONPATH) (where this is setting depends of what shell (sh, bash, etc) set and use export; when i use a shared host i have this same problems. i solve this

Re: django-admin.py startproject mysite error

2013-07-21 Thread Jay Lozier
I get this note: I have completely deleted any django packages on the my system and could get any version but the dev version to even get past the first step. the dev 1.7 version would run django-admin.py startproject myfirstsite but now python manage.py runserver does not work error in line 10

Re: django-admin.py startproject mysite error

2013-07-21 Thread gilberto dos santos alves
please what appear when you run this code: python import sys for locals in sys.path: print locals Em sábado, 20 de julho de 2013 18h55min21s UTC-3, Jay Lozier escreveu: > > Using openSUSE 12.3 > python 2.7.3 > django 1.5.1 installed manually and verified > > When I enter

django-admin.py startproject mysite error

2013-07-20 Thread Jay Lozier
Using openSUSE 12.3 python 2.7.3 django 1.5.1 installed manually and verified When I enter "django-admin.py startproject mysite" at the command prompt I get the following traceback: Traceback (most recent call last): File "/usr/bin/django-admin.py", line 5, in