Hi Guys

Got Surftrackr up and running on Apache using Django and all the
necessary packages needed as describe in the How-To-Install manual.
I'm getting this error when wanting to graph the user statistics:


AssertionError at /graphs/group/1/bytes/pie3d/ Request Method: GET
Request URL: http://192.168.100.110/graphs/group/1/bytes/pie3d/
Exception Type: AssertionError
Exception Value:
Exception Location: /usr/lib/python2.4/site-packages/
pygooglechart-0.2.1-py2.4.egg/pygooglechart.py in float_scale_value,
line 102 Python Executable: /usr/bin/python Python Version: 2.4.3
Python Path: ['/data', '/usr/lib/python2.4/site-packages/
pygooglechart-0.2.1-py2.4.egg', '/usr/lib/python2.4/site-packages/
MySQL_python-1.2.2-py2.4-linux-i686.egg', '/usr/lib/python2.4/site-
packages/dateutil-1.2-py2.4.egg', '/usr/lib/python24.zip', '/usr/lib/
python2.4/site-packages', '/usr/lib/python2.4', '/usr/lib/python2.4/
plat-linux2', '/usr/lib/python2.4/lib-tk', '/usr/lib/python2.4/lib-
dynload', '/usr/lib/python2.4/site-packages/Numeric', '/usr/lib/
python2.4/site-packages/gtk-2.0']


Environment:

Request Method: GET
Request URL: http://192.168.100.110/graphs/group/1/bytes/pie3d/
Django Version: 0.97-pre-SVN-unknown
Python Version: 2.4.3
Installed Applications:
['django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.sites',
 'django.contrib.admin',
 'django.contrib.humanize',
 'surftrackr.log',
 'surftrackr.wordsearch',
 'surftrackr.preferences',
 'surftrackr.search',
 'surftrackr.httpauth',
 'surftrackr.trackr']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.middleware.doc.XViewMiddleware')


Traceback:
File "/usr/lib/python2.4/site-packages/django/core/handlers/base.py"
in get_response
  82.                 response = callback(request, *callback_args,
**callback_kwargs)
File "/data/surftrackr/graphs/views.py" in show_group_graph_bytes
  106.     google_chart = chart.get_url()
File "/usr/lib/python2.4/site-packages/pygooglechart-0.2.1-py2.4.egg/
pygooglechart.py" in get_url
  336.         url_bits = self.get_url_bits(data_class=data_class)
File "/usr/lib/python2.4/site-packages/pygooglechart-0.2.1-py2.4.egg/
pygooglechart.py" in get_url_bits
  886.         url_bits = Chart.get_url_bits(self,
data_class=data_class)
File "/usr/lib/python2.4/site-packages/pygooglechart-0.2.1-py2.4.egg/
pygooglechart.py" in get_url_bits
  344.
url_bits.append(self.data_to_url(data_class=data_class))
File "/usr/lib/python2.4/site-packages/pygooglechart-0.2.1-py2.4.egg/
pygooglechart.py" in data_to_url
  592.             data = self.scaled_data(data_class, self.x_range,
self.y_range)
File "/usr/lib/python2.4/site-packages/pygooglechart-0.2.1-py2.4.egg/
pygooglechart.py" in scaled_data
  900.         return Chart.scaled_data(self, data_class, x_range,
self.y_range)
File "/usr/lib/python2.4/site-packages/pygooglechart-0.2.1-py2.4.egg/
pygooglechart.py" in scaled_data
  577.                     scaled_dataset.append(
File "/usr/lib/python2.4/site-packages/pygooglechart-0.2.1-py2.4.egg/
pygooglechart.py" in scale_value
  116.         scaled = cls.int_scale_value(value, range)
File "/usr/lib/python2.4/site-packages/pygooglechart-0.2.1-py2.4.egg/
pygooglechart.py" in int_scale_value
  112.         return int(round(cls.float_scale_value(value, range)))
File "/usr/lib/python2.4/site-packages/pygooglechart-0.2.1-py2.4.egg/
pygooglechart.py" in float_scale_value
  102.         assert(upper > lower)

Exception Type: AssertionError at /graphs/group/1/bytes/pie3d/
Exception Value:

Any assistance would be appreciated.


Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to