Re: problem with runserver

2014-11-17 Thread Andreas Ka
Good News (for me): I got that sorted. I had the exact same problems today, with a fresh install of Java8+eclipse4.4+Anaconda(updated)+django1.7, and it took me hours ... SYMPTOM: from Eclipse ... New PyDev project ... Django ... I could just not persuade the thing *to execute any django-admin

Re: problem with runserver

2014-11-17 Thread Avraham Serour
It is no clear what is your problem, in all that you wrote I don't see a question On Mon, Nov 17, 2014 at 3:24 PM, Det S. Pillner wrote: > Hi, > > yes I know this topic exist, bud: > > I follow this book: > > http://www.djangobook.com/en > > and I can do all the nice

problem with runserver

2014-11-17 Thread Det S. Pillner
Hi, yes I know this topic exist, bud: I follow this book: http://www.djangobook.com/en and I can do all the nice things up to the database chapter. I use SVN to save my data and to transfer to other computers. I'm wondering: it does not working on the 'new' machine. Every time I got error

Re: Problem with runserver

2014-06-18 Thread Dariusz Mysior
Ok I now now Start the development server Remember, don't use runserver and *localhost:8000* on PythonAnywhere . Instead, go back to your *Web* tab, and hit reload on your web app. You will then be able to go to

Re: Problem with runserver

2014-06-18 Thread Dariusz Mysior
It,s work but another message with port :/ Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C. Error: That port is already in use. W dniu środa, 18 czerwca 2014 12:43:38 UTC+2 użytkownik Dariusz Mysior napisał: > > I use pythonanywhere.com and now I install

Re: Problem with runserver

2014-06-18 Thread Helton Alves
Hi, you need install this: pip install MySQL-python :D 2014-06-18 11:43 GMT+01:00 Dariusz Mysior : > I use pythonanywhere.com and now I install Python 2.7 and Django 1.6 with > virtualenv > > My settings.py is > > DATABASES = { > 'default': { > 'ENGINE':

Problem with runserver

2014-06-18 Thread Dariusz Mysior
I use pythonanywhere.com and now I install Python 2.7 and Django 1.6 with virtualenv My settings.py is DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'daro822$db1', 'USER': 'daro822', 'PASSWORD': '*', 'HOST':

problem with runserver

2008-02-09 Thread Andres Vargas - zodman
Im work fine, time ago and on one moment i have this error: Exception happened during processing of request from ('127.0.0.1', 34110) Traceback (most recent call last): File "/usr/lib/python2.4/SocketServer.py", line 222, in handle_request self.process_request(request, client_address)