Re: MemoryError

2011-06-22 Thread Gagan (GPS)
I tried to work around the plotting code and the MemoryError seams to have resolved itself. Apparently there was some problem with the data handling. On Jun 22, 2:50 pm, "Gagan (GPS)" wrote: > Hi, > > I am building a website that can access data from my server, plot it > a

MemoryError

2011-06-21 Thread Gagan (GPS)
Hi, I am building a website that can access data from my server, plot it and present it in a pdf format. I am experiencing the following error and am unable to understand what to do. Kindly help. Traceback (most recent call last): File "/usr/lib/python2.7/wsgiref/handlers.py", line 85, in run

Re: ImportError at /admin/

2011-06-13 Thread Gagan (GPS)
Also, A traceback of the error at /admin/ and / On Jun 13, 8:25 pm, "Gagan (GPS)" wrote: > This is the urls.py with the admin bits uncommented from the default > urls.py file. > > On Jun 13, 8:18 pm, Daniel Roseman wrote: > > > > > > > > > On Mo

Re: ImportError at /admin/

2011-06-13 Thread Gagan (GPS)
This is the urls.py with the admin bits uncommented from the default urls.py file. On Jun 13, 8:18 pm, Daniel Roseman wrote: > On Monday, June 13, 2011 11:56:18 AM UTC+1, Gagan (GPS) wrote: > > > I am having some difficulty accessing the admin of a project I am > > trying t

Re: ImportError at /admin/

2011-06-13 Thread Gagan (GPS)
"/usr/lib/python2.7/dist-packages/django/core/urlresolvers.py" in _get_urlconf_module 274. self._urlconf_module = import_module(self.urlconf_name) File "/usr/lib/python2.7/dist-packages/django/utils/importlib.py" in import_module 35. __import__(name)

ImportError at /admin/

2011-06-13 Thread Gagan (GPS)
I am having some difficulty accessing the admin of a project I am trying to create. My urls.py is the default with admin enabled: from django.conf.urls.defaults import patterns, include, url from django.contrib import admin admin.autodiscover() urlpatterns = patterns('', # Examples: # u

Re: Syntax Error at requested method GET !!!

2011-06-13 Thread Gagan (GPS)
Yes... Thank You... On Jun 10, 6:22 pm, Tom Evans wrote: > On Fri, Jun 10, 2011 at 7:27 AM, Gagan (GPS) wrote: > > I have experienced this error on my Ubuntu 11.04. I am unable to even > > view the / page on this site. Kindly help. I was trying to learn > > Django b

Re: manage.py runserver giving error!!

2011-06-13 Thread Gagan (GPS)
Thanks, It seems to work with the change you proposed. Problem Solved. Thank you Daniel On Jun 13, 5:21 pm, Daniel Roseman wrote: > On Monday, June 13, 2011 10:15:49 AM UTC+1, Gagan (GPS) wrote: > > > I am using sqlite3. > > > The database settings are as fol

Re: manage.py runserver giving error!!

2011-06-13 Thread Gagan (GPS)
# Set to empty string for localhost. Not used with sqlite3. 'PORT': '', # Set to empty string for default. Not used with sqlite3. } } On Jun 13, 4:51 pm, Daniel Roseman wrote: > On Monday, 13 June 2011 09:42:45 UTC+1, Gagan (GPS) wrote:

manage.py runserver giving error!!

2011-06-13 Thread Gagan (GPS)
I am using Ubuntu 11.04 and I had recently installed Django by using svn and creating a hard link of the Django folder to the appropriate python folder. When I tried to create a new project, It created the project easily but the manage.py runserver is giving me trouble. 192.168.2.127 is the IP addr

Syntax Error at requested method GET !!!

2011-06-10 Thread Gagan (GPS)
I have experienced this error on my Ubuntu 11.04. I am unable to even view the / page on this site. Kindly help. I was trying to learn Django by following the video regarding creating a wiki on showmedo.com . The link to the video is: http://showmedo.com/videotutorials/video?name=110&fromSeries