Re: django install

2018-09-08 Thread soumyajit banerjee
use anaconda navigator. then you can start play in django. https://conda.io/docs/user-guide/install/index.html On Sat, Sep 8, 2018 at 7:56 AM gonzalo rodrigo pereyra < gonzalorp12...@gmail.com> wrote: > saludos. soy nuevo en el increible mundo de la programacion, primero > comence leyendo mucho

django install

2018-09-07 Thread gonzalo rodrigo pereyra
saludos. soy nuevo en el increible mundo de la programacion, primero comence leyendo mucho y me gusto python., asi que lo instale ( la version 3.6.5.) y me gusta mucho dibujar asi que me incline para hacer diseño de paginas con django. si no es mucha molestia me podrian ayudar a instalar el

Re: django install

2017-05-14 Thread Mike Dewhirst
On 14/05/2017 3:39 PM, Mike Dewhirst wrote: On 14/05/2017 10:15 AM, Dwaine Zeringue wrote: pip install Django in interpreter (via windows command prompt) continuously results in syntax errors, specifically, file line 1 pip install django "" I have written a couple of batch files for creating

Re: django install

2017-05-13 Thread Mike Dewhirst
On 14/05/2017 10:15 AM, Dwaine Zeringue wrote: pip install Django in interpreter (via windows command prompt) continuously results in syntax errors, specifically, file line 1 pip install django "" I have written a couple of batch files for creating a new Python/Django environment on Windows

django install

2017-05-13 Thread Dwaine Zeringue
pip install Django in interpreter (via windows command prompt) continuously results in syntax errors, specifically, file line 1 pip install django "" Could anyone guide me in installing a python/Django environment on windows -- You received this message because you are subscribed to the

Re: Django install packages using pip

2014-11-24 Thread Hossein Rashnoo
the problem was i use python2.6 with django 1.7 and when install django 1.6 problem solved -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Django Install Error: " SyntaxError: future feature unicode_literals is not defined "

2014-01-09 Thread Xavier Ordoquy
Hi, Given the error it looks like you weren’t using python 3.3 For the record, I’m running on osx (10.9), using python 3.3.3 I had no issue with this import. Regards, Xavier Ordoquy. Le 9 janv. 2014 à 19:04, Byron Price a écrit : > I have Python 3.3.2 running and

Re: Django Install Error: " SyntaxError: future feature unicode_literals is not defined "

2014-01-09 Thread Byron Price
I have Python 3.3.2 running and I'm trying to download Django-1.6.1 On Thursday, January 9, 2014 12:39:11 AM UTC-5, Mark Moss wrote: > > What's the version of python you are using? Django 1.5 has dropped > support for Python 2.5 (*see here >

Re: Django Install Error: " SyntaxError: future feature unicode_literals is not defined "

2014-01-08 Thread Mark Moss
What's the version of python you are using? Django 1.5 has dropped support for Python 2.5 (*see here * and *here

Django Install Error: " SyntaxError: future feature unicode_literals is not defined "

2014-01-08 Thread Byron Price
I am new to programming in general and I am struggling to install Django. I downloaded the gar file, unzipped it and then attempted to do the " sudo python setup.py install " command in the terminal (I'm working on a Mac OS X 10.5.8) but was given the following message : Traceback (most

Re: Django install existing project

2013-08-15 Thread Gerd Koetje
one of the errors i encounter when i just copy the project is: _mysql_exceptions.OperationalError: (1193, "Unknown system variable 'innodb_strict_mode'") -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Django install existing project

2013-08-15 Thread Gerd Koetje
anyone willing to install it to see what i am doing wrong? i tried to copy the contents but that gives me all sorts of errors -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send

Re: Django install existing project

2013-08-15 Thread Gerd Koetje
anyone willing to install it to see what i am doing wrong? i tried to copy the contents but that gives me all sorts of errors Op donderdag 15 augustus 2013 17:02:57 UTC+2 schreef Gerd Koetje: > > Hi, > > Im fairly new to django and trying to install a existing project >

Re: Django install existing project

2013-08-15 Thread Bill Freeman
Normally pip install will put it in your site-packages directory. Try starting python, then: >>> import django >>> django That should mention a file path that will tell you where things get installed. If the project isn't set up to run that way (for example, if you need to customize

Django install existing project

2013-08-15 Thread Gerd Koetje
Hi, Im fairly new to django and trying to install a existing project https://github.com/ossobv/pstore Im kinda stuck on how to install this i tried pip install django-pstore and it installs something but when i check the directory i dont see an pstore website directory i do find it in the

Re: Django install error using Python26

2013-01-26 Thread Karen Tracey
On Sat, Jan 26, 2013 at 11:08 PM, Andrew Palmer wrote: > Wow I feel like an idiot... I'm so used to tabbing everything out that I > was tabbing the 'INSTALL' located in the django directory... > Ah, that's an unfortunate bit of unhelpfulness with tab-completion there.

Re: Django install error using Python26

2013-01-26 Thread Andrew Palmer
Karen, Wow I feel like an idiot... I'm so used to tabbing everything out that I was tabbing the 'INSTALL' located in the django directory... I bet I would have been staring at that all night, THANKS! Andy -- You received this message because you are subscribed to the Google Groups "Django

Re: Django install error using Python26

2013-01-26 Thread Andrew Palmer
Karen, Wow I feel like an idiot... I'm so used to tabbing everything out that I was tabbing the 'INSTALL' located in the django directory... I bet I would have been staring at that all night, THANKS! Andy On Saturday, January 26, 2013 9:55:28 PM UTC-6, Andrew Palmer wrote: > > Hey All, > > So

Re: Django install error using Python26

2013-01-26 Thread Karen Tracey
Lowercase install, not uppercase INSTALL. Karen -- http://tracey.org/kmt/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Django install error using Python26

2013-01-26 Thread Andrew Palmer
Hey All, So I'm new to Python/Django, trying to use this more after being a Perl user for quite some time. I'm going through the djangobook.com tutorial for starters. I have Python 2.6.6 installed, as well as Django 1.4.3. Hasn't been an issue running any Python scripts, however when I

jython django install - django import error

2012-02-29 Thread andzsinszan
Hi, I have problems installing django for jyhton. I followed instructions on the django / django-jython site, but can't import django from jython. Jython 2.5.3b1 django_jython-1.3.0b2 ### INSTALLATION # after # - installing jython # - adding JYTHON_DIR/bin to path: > jython pip install

Re: failing django install on dreamhost

2012-01-29 Thread Dan Gentry
://dashdrum.com/blog/2011/08/django-on-dreamhost/ On Jan 16, 12:19 pm, ebhakt <ebh...@gmail.com> wrote: > I have tried to install django on dreamhost using many ways : > >    1. I have tried the official django install script from dreamhost >    2. tried to follow instruction

failing django install on dreamhost

2012-01-27 Thread ebhakt
I have tried to install django on dreamhost using many ways : 1. I have tried the official django install script from dreamhost 2. tried to follow instructions as per http://jeffcroft.com/blog/2006/may/11/django-dreamhost/ But in all the cases it fails at the syncdb step I tried

Re: trouble with Django install

2010-09-12 Thread nick.l...@gmail.com
oh forgot to add...to verify that Django was installed properly, start the python interpreter...then type: import django If it does not error then you're good to go. else...something went wrong. n On Sun, Sep 12, 2010 at 10:19 PM, nick.l...@gmail.com wrote: > Sophi > >

Re: trouble with Django install

2010-09-12 Thread ankit rai
shortcut is a module name in django application.You might be using this in your views as from.django.shortcuts import httP*.There is no error while deploying . On Mon, Sep 13, 2010 at 8:49 AM, nick.l...@gmail.com wrote: > Sophi > > This is the simplest way to install Django:

Re: trouble with Django install

2010-09-12 Thread nick.l...@gmail.com
Sophi This is the simplest way to install Django: http://docs.djangoproject.com/en/dev/topics/install/?from=olddocs#installing-an-official-release If you follow the instructions about installing the offical release, then you won't need to worry about doing any linking (ie the ln -s command) n

trouble with Django install

2010-09-12 Thread Sophi
Hello- I am trying to install Django and having problems! I have Python 2.6 and Ubuntu, also I am total Linux N00B I am using this document to help me to install Django: http://docs.djangoproject.com/en/dev/topics/install/?from=olddocs Everything seems OK until I want to check that the Python

Re: Django Install - Won't Import?

2010-07-14 Thread jaymzcd
f years but my collegue found this guide useful for setting up his django install on vista: http://i.justrealized.com/2008/04/08/how-to-install-python-and-django-in-windows-vista/ jaymz On Jul 14, 1:46 pm, Hayezb <hay...@gmail.com> wrote: > I'm trying to install Django on my laptop but

Django Install - Won't Import?

2010-07-14 Thread Hayezb
I'm trying to install Django on my laptop but it's not wanting to import through the command line. I pointed to the "setup.py install" but when I try this notepad comes up with some code and that's it. I go and check my Python directory and there are no Django files in there. Any ideas? Thanks!

Re: New Guide to Django install on fresh VPS

2009-12-24 Thread Leonel Nunez
> OK, I have Cherokee and uwsgi installed and running. > Now I am hung up on configuring a domain to resolve to a django > project/app. > Leonel: Can you share or point to any configuration details? I have > reviewed the cherokee admin docs and tried the wizard. > Thank you :) > > -- > Just

Re: New Guide to Django install on fresh VPS

2009-12-24 Thread LarryEitel
OK, I have Cherokee and uwsgi installed and running. Now I am hung up on configuring a domain to resolve to a django project/app. Leonel: Can you share or point to any configuration details? I have reviewed the cherokee admin docs and tried the wizard. Thank you :) -- You received this message

Re: New Guide to Django install on fresh VPS

2009-12-24 Thread LarryEitel
Progress but no cigar... I ran: sudo make -f Makefile.Linux.Py26 And it returned: rm -f utils.o socket.o pymodule.o main.o gcc -c `python2.6-config --cflags` `xml2-config --cflags` utils.c gcc -c `python2.6-config --cflags` `xml2-config --cflags` socket.c gcc -c `python2.6-config --cflags`

Re: New Guide to Django install on fresh VPS

2009-12-24 Thread Leonel Nunez
> Having a problem with installing uwsgi. Any suggestions? > > $ sudo wget http://projects.unbit.it/downloads/uwsgi-0.9.3.tar.gz > $ sudo tar xf uwsgi-0.9.3.tar.gz > $ cd uwsgi-0.9.3 > $ sudo make -f Makefile.Linux.Py26 > > rm -f utils.o socket.o pymodule.o main.o > gcc -c `python2.6-config

Re: New Guide to Django install on fresh VPS

2009-12-24 Thread Leonel Nunez
> Hello Leonel, > > I watched the Cherokee Videos and will give it a crack. Here is a new > Google Doc that I will use to document the process. If anyone else > reading this has experience with building out a VPS with Cherokee and > Django along with other key packages, please take a look and

Re: New Guide to Django install on fresh VPS

2009-12-24 Thread LarryEitel
Having a problem with installing uwsgi. Any suggestions? $ sudo wget http://projects.unbit.it/downloads/uwsgi-0.9.3.tar.gz $ sudo tar xf uwsgi-0.9.3.tar.gz $ cd uwsgi-0.9.3 $ sudo make -f Makefile.Linux.Py26 rm -f utils.o socket.o pymodule.o main.o gcc -c `python2.6-config --cflags` `xml2-config

Re: New Guide to Django install on fresh VPS

2009-12-24 Thread LarryEitel
Hello Leonel, I watched the Cherokee Videos and will give it a crack. Here is a new Google Doc that I will use to document the process. If anyone else reading this has experience with building out a VPS with Cherokee and Django along with other key packages, please take a look and share your

Re: New Guide to Django install on fresh VPS

2009-12-23 Thread Leonel Nunez
> I have made more progress on this. For any interested I now have it on > a published google doc: http://docs.google.com/View?id=ddbbmdr8_12gv8ccdgs > > Now I would like to cut my teeth on installing memcached. :) > > -- > > You received this message because you are subscribed to the Google

Re: New Guide to Django install on fresh VPS

2009-12-23 Thread Dattatreya M
Awsome, Larry. If I can catch up with the basics, I sure will like to work with you (in case you need more hands). Regards, D Dattatreya Mellacheruvu Graduate Student, Bioinformatics, The University of Michigan, Ann Arbor. `The Strongest Principle of growth lies in human choice` ~ George Eliot

Re: New Guide to Django install on fresh VPS

2009-12-23 Thread LarryEitel
I have made more progress on this. For any interested I now have it on a published google doc: http://docs.google.com/View?id=ddbbmdr8_12gv8ccdgs Now I would like to cut my teeth on installing memcached. :) -- You received this message because you are subscribed to the Google Groups "Django

Re: New Guide to Django install on fresh VPS

2009-12-22 Thread LarryEitel
Some recommended to include the tools mentioned here: http://clemesha.org/blog/2009/jul/05/modern-python-hacker-tools-virtualenv-fabric-pip/ ie, pip, virtualenv and fabric. I will spec these out tomorrow. -- You received this message because you are subscribed to the Google Groups "Django

Re: New Guide to Django install on fresh VPS

2009-12-22 Thread LarryEitel
Thank you I will take a look at that. In either case, I had to move my notes to a new location: http://www.evernote.com/pub/larryeitel/techlinux#v=l=02179b55-4c75-4081-ba8b-1d478ac6c19b=8dd23aa5-cf80-4017-b7a4-36cb7b526c89 Thank you :) -- You received this message because you are subscribed to

Re: New Guide to Django install on fresh VPS

2009-12-22 Thread Christophe Pettus
You might take a look at: http://thebuild.com/blog/2009/10/16/wordpress-to-djangopostgresql-part-1-installing-postgresql/ Feel free to borrow what you'd like. On Dec 22, 2009, at 6:05 PM, LarryEitel wrote: > I am creating a step-by-step guide to build out a fresh VPS with > production

New Guide to Django install on fresh VPS

2009-12-22 Thread LarryEitel
I am creating a step-by-step guide to build out a fresh VPS with production stack for Django. It is on a Wiki at: http://is.gd/5xZ3g I have more details to fill in. I am motivated by a need to build out a production server for a port of a PHP site (http:biblize.com) to Django. If anyone would

Re: Django install

2008-11-20 Thread waltbrad
On Nov 20, 1:22 pm, Steve Holden <[EMAIL PROTECTED]> wrote: > > > On Windows systems, the same result can be achieved by copying the file > django-trunk/django/bin/django-admin.py to somewhere on your system > path, for example C:\Python24\Scripts. > > Hello Steve. Yes, I did that. Actually I

Re: Django install

2008-11-20 Thread Steve Holden
waltbrad wrote: > > On Nov 20, 1:20 pm, Sahil R Cooner <[EMAIL PROTECTED]> wrote: > >> Have you tried checking out the django documentation, it's gotten a lot >> better than a year ago. >> >> You can find what you're looking for there >>

Re: Django install

2008-11-20 Thread Steve Holden
waltbrad wrote: > Hi folks. I'm trying to install on my pc Django without success. I > was using instantdjango, but I'm told that there is some danger > because of it's internal webserver? > Anyway, I downloaded django and put the folder into C:\Python25\Lib > \site-packages. I also put the

Re: Django install

2008-11-20 Thread waltbrad
On Nov 20, 1:20 pm, Sahil R Cooner <[EMAIL PROTECTED]> wrote: > Have you tried checking out the django documentation, it's gotten a lot > better than a year ago. > > You can find what you're looking for there > at:http://docs.djangoproject.com/en/dev/topics/install/?from=olddocs > > Hello

Re: Django install

2008-11-20 Thread Sahil R Cooner
Have you tried checking out the django documentation, it's gotten a lot better than a year ago. You can find what you're looking for there at: http://docs.djangoproject.com/en/dev/topics/install/?from=olddocs On Thu, Nov 20, 2008 at 10:01:20AM -0800, waltbrad wrote: > > Hi folks. I'm trying

Django install

2008-11-20 Thread waltbrad
Hi folks. I'm trying to install on my pc Django without success. I was using instantdjango, but I'm told that there is some danger because of it's internal webserver? Anyway, I downloaded django and put the folder into C:\Python25\Lib \site-packages. I also put the path to django-admin.py in my

Re: New Django install on Win Vista-problem

2008-11-18 Thread DSS
thx Karen. That works. On Nov 17, 11:31 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Mon, Nov 17, 2008 at 9:58 PM, DSS <[EMAIL PROTECTED]> wrote: > > > I just installed Django 2.6 on my Vista machine; followed installation > > instructions explicitly.  Python imports Django sucessfully.

Re: New Django install on Win Vista-problem

2008-11-17 Thread Karen Tracey
On Mon, Nov 17, 2008 at 9:58 PM, DSS <[EMAIL PROTECTED]> wrote: > > I just installed Django 2.6 on my Vista machine; followed installation > instructions explicitly. Python imports Django sucessfully. When I > try to run django-admin.py startproject ..., it does not run at the > command prompt.

New Django install on Win Vista-problem

2008-11-17 Thread DSS
I just installed Django 2.6 on my Vista machine; followed installation instructions explicitly. Python imports Django sucessfully. When I try to run django-admin.py startproject ..., it does not run at the command prompt. I suspect it needs to be in the system path, but I'm not sure. Any clues?

Re: cannot import name SimpleCookie on new Django install

2008-10-18 Thread Christian Joergensen
Wayne Collier wrote: > from Cookie import SimpleCookie > ImportError: cannot import name SimpleCookie It sounds like your python installation is broken. What about when you fire up a plain python shell and type: >>> from Cookie import SimpleCookie Cookie is a bundled module in the

cannot import name SimpleCookie on new Django install

2008-10-17 Thread Wayne Collier
Hello.I am new to Django and I am having some trouble installing it. I running Python 2.5 and mod_python on Apache with RH linux. I installed Django-0.95. When I go to my mysite directory and run "python manage.pyrunserver"command, I get the following result: [EMAIL PROTECTED] mysite]#

Re: Django install issues on Windows in Cygwin.

2008-09-17 Thread Nathan Dabney
I've found that mixing Windows/Cygwin binaries for Python/Django creates confusing problems. It's best to treat each environment like the other doesn't exist with respect to dependencies. It looks like you are using the Windows binary instead of the one compiled for cygwin. -Nathan On Wed,

Django install issues on Windows in Cygwin.

2008-09-17 Thread draft
All, I'm having issues running the django-admin.py script from Cygwin after installing Django. When I run it, I get the following error: $ django-admin.py c:\Python25\python.exe: can't open file '/cygdrive/c/Python25/Lib/site- packages/django/bin/django-admin.py': [Errno 2] No such file or

Re: Error During Django Install on Mac

2007-10-24 Thread bramble
On Oct 24, 2:25 am, jnap <[EMAIL PROTECTED]> wrote: > I am new at this so I apologize if this is a stupid question... Hi jnap, You would probably benefit from learning some basic shell usage. For example: * using commands like ``cd``, ``ln``, ``sudo``, ``cp``, and so on. * how environment

Re: Error During Django Install on Mac

2007-10-24 Thread bramble
On Oct 24, 2:48 am, Ben van Staveren <[EMAIL PROTECTED]> wrote: > No offense but uh, RTFM? That wasn't particularly courteous. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: Error During Django Install on Mac

2007-10-24 Thread Jon Atkinson
> The link should technically go in /usr/local/bin as Django > was build locally, and it's part of the distributors package set > :-) Oops, that should read "it's NOT part of the distributors package set". --Jon --~--~-~--~~~---~--~~ You received this message

Re: Error During Django Install on Mac

2007-10-24 Thread Jon Atkinson
Hi, > sudo ln -s pathtodjango/bin/django-admin.py /usr/bin/django-admin.py ... that was my next step :-) The link should technically go in /usr/local/bin as Django was build locally, and it's part of the distributors package set :-) --Jon --~--~-~--~~~---~--~~

Re: Error During Django Install on Mac

2007-10-24 Thread Kenneth Gonsalves
On 24-Oct-07, at 12:31 PM, jnap wrote: > Now I get this error: -bash: django-admin.py: command not found when I > run django-admin.py startproject testproject sudo ln -s pathtodjango/bin/django-admin.py /usr/bin/django-admin.py -- regards kg http://lawgon.livejournal.com

Re: Error During Django Install on Mac

2007-10-24 Thread Kenneth Gonsalves
On 24-Oct-07, at 12:15 PM, jnap wrote: > > anyone? > > On Oct 24, 2:36 am, jnap <[EMAIL PROTECTED]> wrote: >> sorry for another dumb question...but how do i do it as root? on ubuntu - type sudo ln -s etc on other distros type su, press enter and enter the root password and then execute the

Re: Error During Django Install on Mac

2007-10-24 Thread Jon Atkinson
Please could you run the following command in your terminal, and paste the output into your reply: echo $PATH --Jon On 10/24/07, jnap <[EMAIL PROTECTED]> wrote: > > Don't know what RTFM means but sudo works. > > Now I get this error: -bash: django-admin.py: command not found when I > run

Re: Error During Django Install on Mac

2007-10-24 Thread jnap
Don't know what RTFM means but sudo works. Now I get this error: -bash: django-admin.py: command not found when I run django-admin.py startproject testproject I suppose I am running it from the wrong directory but I have tried multiple ones and I get the same result with each try. On Oct 24,

Re: Error During Django Install on Mac

2007-10-24 Thread Ben van Staveren
No offense but uh, RTFM? (Protip: man sudo, man su) On 24/10/2007, at 1:45 PM, jnap wrote: > > anyone? > > On Oct 24, 2:36 am, jnap <[EMAIL PROTECTED]> wrote: >> sorry for another dumb question...but how do i do it as root? >> >> On Oct 24, 2:32 am, Kenneth Gonsalves <[EMAIL PROTECTED]>

Re: Error During Django Install on Mac

2007-10-24 Thread jnap
anyone? On Oct 24, 2:36 am, jnap <[EMAIL PROTECTED]> wrote: > sorry for another dumb question...but how do i do it as root? > > On Oct 24, 2:32 am, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > > > On 24-Oct-07, at 11:55 AM, jnap wrote: > > > > jnap:~ jnap$ ln -s

Re: Error During Django Install on Mac

2007-10-24 Thread jnap
sorry for another dumb question...but how do i do it as root? On Oct 24, 2:32 am, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On 24-Oct-07, at 11:55 AM, jnap wrote: > > > jnap:~ jnap$ ln -s /usr/local/lib/python2.3/site-packages/django_src/ > > django/bin/django-admin.py

Re: Error During Django Install on Mac

2007-10-24 Thread Kenneth Gonsalves
On 24-Oct-07, at 11:55 AM, jnap wrote: > jnap:~ jnap$ ln -s /usr/local/lib/python2.3/site-packages/django_src/ > django/bin/django-admin.py /usr/local/bin/django-admin.py > ln: /usr/local/bin/django-admin.py: Permission denied you have to do it as root -- regards kg

Re: Error During Django Install on Mac

2007-10-24 Thread jnap
Here is my current bash_profile in case you need it: # Setting PATH for MacPython 2.5 # The orginal version is saved in .bash_profile.pysave PATH="/Library/Frameworks/Python.framework/Versions/Current/bin:$ {PATH}" export PATH=$PATH:/usr/local/bin On Oct 24, 2:25 am, jnap <[EMAIL

Error During Django Install on Mac

2007-10-24 Thread jnap
I am new at this so I apologize if this is a stupid question... Why do I keep getting a permission denied error when I run the following: jnap:~ jnap$ ln -s /usr/local/lib/python2.3/site-packages/django_src/ django/bin/django-admin.py /usr/local/bin/django-admin.py ln:

new django install

2007-10-03 Thread Matt Davies
Hello everyone Can anyone recommed a good tutorial on how to install django mysql and fastcgi on a Fedora Core 6 box? It's my box so there's no need to worry about hosting companies not allowing certain things. Any help, greatly appreciated.

Re: Macports Django install - which way?

2007-09-18 Thread Dave E
> We're always open to documentation improvements; thanks for offering to help. The latest version (under revision before becoming HTML) of my 'absurdly simple' try-Django-locally for OS X is here: ecoconsulting.co.uk/python/django-install.txt > If you're installing from a downloaded version of

Re: Macports Django install - which way?

2007-09-17 Thread Russell Keith-Magee
On 9/17/07, Dave E <[EMAIL PROTECTED]> wrote: > > After reading about other OS X user's Django install problems, I'm > attempting to write up the simplest, clearest possible, completely > unambiguous, instructions for other OS X users here: > http:ecoconsulting.co.uk/pyth

Re: Macports Django install - which way?

2007-09-17 Thread Kenneth Gonsalves
On 17-Sep-07, at 4:12 PM, Dave E wrote: > After reading about other OS X user's Django install problems, I'm > attempting to write up the simplest, clearest possible, completely > unambiguous, instructions for other OS X users here: > http:ecoconsulting.co.uk/python/django

Macports Django install - which way?

2007-09-17 Thread Dave E
After reading about other OS X user's Django install problems, I'm attempting to write up the simplest, clearest possible, completely unambiguous, instructions for other OS X users here: http:ecoconsulting.co.uk/python/django-install.txt but obviously I need to get it right first, and... ...I've

Re: django install on mac osx 10.4.8

2007-03-14 Thread Jay Parlar
On 3/14/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi everybody, > > hope you're all good out there. > > I did a few progress with my install. > i installed python 2.4. > > with this install instead of the latest one i could install django > with the sudo python setup.py install

Re: django install on mac osx 10.4.8

2007-03-14 Thread [EMAIL PROTECTED]
Hi everybody, hope you're all good out there. I did a few progress with my install. i installed python 2.4. with this install instead of the latest one i could install django with the sudo python setup.py install command. but now i can't seem to start a project. when i do the import django

Re: django install on mac osx 10.4.8

2007-03-12 Thread Jay Parlar
On 3/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > nope i do it from home, never had any problem before, not like i would > really have known anyway got problem all the time :), > problem isntalling this and that, problem installing rails and so on. > shame i really want to give a try

Re: django install on mac osx 10.4.8

2007-03-12 Thread [EMAIL PROTECTED]
nope i do it from home, never had any problem before, not like i would really have known anyway got problem all the time :), problem isntalling this and that, problem installing rails and so on. shame i really want to give a try at django reviews looks good, better than rail for a designer like

Re: django install on mac osx 10.4.8

2007-03-12 Thread Jay Parlar
On 3/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > well i tried with the forewall and offan it return the same error all > the time. Sorry, I misspoke. I didn't mean firewall, the firewall should have no effect. I actually meant proxy. Many corporate environments are behind proxies

Re: django install on mac osx 10.4.8

2007-03-12 Thread [EMAIL PROTECTED]
well i tried with the forewall and offan it return the same error all the time. i tried agai to get darwin port running ( and the latest mac part as well) http://www.rhonabwy.com/wp/2006/07/20/installing-django-on-macos-x-development-version/ but once i downloaded either the dmg or the source

Re: django install on mac osx 10.4.8

2007-03-12 Thread Jay Parlar
On 3/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi everybody, > > i'm trying to install django, i followe dthe instruction on the django > web site but it doesn't work > been looking around and the only tutorial that i yet understand > ( sorry it's al a bit complicated for me )

django install on mac osx 10.4.8

2007-03-11 Thread [EMAIL PROTECTED]
Hi everybody, i'm trying to install django, i followe dthe instruction on the django web site but it doesn't work been looking around and the only tutorial that i yet understand ( sorry it's al a bit complicated for me ) require to install macport, which i'm not really keen on ( tried earlier

Re: Why is my Django install so slow?

2007-01-29 Thread Joe
Well, we figured it out. The USB bus on the motherboard of the WS was failing, and Linux was writing a ridiculous amount of error messages to the log, which crippled hard drive IO. Go figure. On Jan 15, 9:01 pm, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > On 15-Jan-07, at 10:23 PM, Joe

Re: Why is my Django install so slow?

2007-01-15 Thread Kenneth Gonsalves
On 15-Jan-07, at 10:23 PM, Joe wrote: StartServers 8 MinSpareServers 5 MaxSpareServers 20 MaxClients 75 MaxRequestsPerChild 1024 StartServers 2 MaxClients 800 MinSpareThreads 25 MaxSpareThreads 75 ThreadsPerChild 25 MaxRequestsPerChild 0 make

Re: Why is my Django install so slow?

2007-01-15 Thread Joe
Thanks. I will try to disable it. Also, I get an error message when I try to increase the shared_buffers setting: FATAL: could not create shared memory segment: Invalid argument DETAIL: Failed system call was shmget(key=5432001, size=182059008, 03600). HINT: This error usually means that

Re: Why is my Django install so slow?

2007-01-15 Thread Jeremy Dunck
On 1/15/07, Joe <[EMAIL PROTECTED]> wrote: ... And postgres settings: max_connections = 1000 shared_buffers = 2000 You'll want to read these: http://www.jacobian.org/writing/2005/dec/12/django-performance-tips/ http://www.revsys.com/writings/postgresql-performance.html

Re: Why is my Django install so slow?

2007-01-15 Thread Istvan Albert
Joe wrote: However, as little as 5000 hits a day brings my site down to a crawl during peak hours! The funny thing is, I have plenty of free ram space and processor during these peak hours. Something must be wrong with the setup. Unless all of these users come in the during the same minute.

Re: Why is my Django install so slow?

2007-01-15 Thread James Bennett
On 1/15/07, Joe <[EMAIL PROTECTED]> wrote: KeepAlive On MaxKeepAliveRequests 500 KeepAliveTimeout 2 First step: kill keep-alive. With separate app and media servers it doesn't really serve any purpose, and it ties up the process until timeout. -- "May the forces of evil become confused on

Re: Why is my Django install so slow?

2007-01-15 Thread Joe
I would have to guess that they are slow (dialup or slow DSL). Here are some of my apache config settings: TimeOut 300 KeepAlive On MaxKeepAliveRequests 500 KeepAliveTimeout 2 StartServers 8 MinSpareServers 5 MaxSpareServers 20 MaxClients 75 MaxRequestsPerChild 1024 StartServers 2

Re: Why is my Django install so slow?

2007-01-15 Thread James Bennett
On 1/15/07, Joe <[EMAIL PROTECTED]> wrote: I would be glad to offer as much information as possible, I just really need a direction to start looking. I have read performance tuning guides (including the one by Jacob) and implemented the suggestions. None seem to work. Really silly question,

Re: Why is my Django install so slow?

2007-01-15 Thread Joe
A separate Apache install on a separate server. We have three separate physical machines: a web server, file server and DB server --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: Why is my Django install so slow?

2007-01-15 Thread Joe
I would be glad to offer as much information as possible, I just really need a direction to start looking. I have read performance tuning guides (including the one by Jacob) and implemented the suggestions. None seem to work. --~--~-~--~~~---~--~~ You received

Re: Why is my Django install so slow?

2007-01-15 Thread James Bennett
On 1/15/07, Joe <[EMAIL PROTECTED]> wrote: Whenever someone goes to the site (the home page), a new database connection is created with the Django database. I have caching enabled: A couple possibilities: * If you have the session middleware enabled, sessions (even for anonymous users) are

Re: Why is my Django install so slow?

2007-01-15 Thread Noah
Is your media being served by the Apache instance serving Django or a separate Apache install? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Why is my Django install so slow?

2007-01-15 Thread Joe
I would appreciate ANY idea, no matter how far-fetched it may seem. I will also gladly provide further information if you need it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Why is my Django install so slow?

2007-01-15 Thread Joe
I am running Django on a webserver in conjunction with a fileserver and a database server. All of these machines have over 6 gigs of ram and dual core Xeon processors. They also are running on raid-5 HDD. However, as little as 5000 hits a day brings my site down to a crawl during peak hours!