This forum is no longer active. Please post your questions to our new community site

Recent Posts by geezer

Subscribe to Recent Posts by geezer 6 post(s) found

15 Nov, 2008 02:17 AM
Avatar geezer 6 post(s)

Topic: DjangoStack / mac osx - the browser test page dont show

hi, after i install the django stack, the browser test page doesnt show, thanks

 
11 Oct, 2008 10:25 PM
Avatar geezer 6 post(s)

Topic: DjangoStack / how do i start a new project in mac os x 10.4?

hi, i would like to install the satchmo webshop on my mac os x 10.4, and use the djangostack for this, but satchmo has some requirements listed here: http://www.satchmoproject.com/docs/svn/requirements.html. I was wondering if the python that comes with the djangostack has the python source libraries with it?,

also, if i were to install python packages such as: pycrypto-2.0.1.tar.gz, how and where in the djangostack would i install them?

thanks.

 
11 Oct, 2008 09:25 PM
Avatar geezer 6 post(s)

Topic: DjangoStack / how do i start a new project in mac os x 10.4?

hi, this works though:

bash-2.05b# ./use_djangostack
bash-2.05b# python /Applications/djangostack-1.0-6/apps/django/bin/django-admin.py startproject thissite
bash-2.05b#

but why do i have to type the whole pwd to django-admin.py?

Any help would be greatly appreciated, thanks.

 
11 Oct, 2008 05:54 PM
Avatar geezer 6 post(s)

Topic: DjangoStack / how do i start a new project in mac os x 10.4?

hi, still having errors:

bash-2.05b# ./use_djangostack
bash-2.05b# django-admin.py startproject thisite
from: can’t read /var/mail/django.core
/Applications/djangostack-1.0-6/apps/django/bin/django-admin.py: line 6: syntax error: unexpected end of file

any help would be greatly appreciated, thanks.

 
11 Oct, 2008 04:03 PM
Avatar geezer 6 post(s)

Topic: DjangoStack / how do i start a new project in mac os x 10.4?

hi, i have tried this and, now a new error happens:
bash-2.05b# ./use_djangostack
bash-2.05b# python django-admin.py startproject thissite
/Applications/djangostack-1.0-6/python/bin/.python.bin: can’t open file ‘django-admin.py’: [Errno 2] No such file or directory

any help would be greatly appreciated, thanks.

 
10 Oct, 2008 07:41 PM
Avatar geezer 6 post(s)

Topic: DjangoStack / how do i start a new project in mac os x 10.4?

hi, when i try to start a new project in mac os x 10.4, i get this error on the command line:

/Applications/djangostack-1.0-6/apps/django/bin/django-admin.py startproject thissite
from: can't read /var/mail/django.core
/Applications/djangostack-1.0-6/apps/django/bin/django-admin.py: line 6: syntax error: unexpected end of file

how can i fix this?

any help would be greatly appreciated, thanks.