Kegbot Home » Kegbot Forums
KegBB
Kegbot Kegerator Project Forums
- You are not logged in.
#1 March 18, 2010 11:03:26
- skigil
-
- From: Dallas, TX
- Registered: 2010-03-14
- Posts: 5
- Profile Send e-mail
Django Template Error
I am trying to start kegweb for the first time. I'm getting this error and can't figure out what it means:
'kegweblib' is not a valid tag library: Could not load template library from django.templatetags.kegweblib, No module named pygooglechart
'kegweblib' is not a valid tag library: Could not load template library from django.templatetags.kegweblib, No module named pygooglechart
Edited skigil (March 18, 2010 11:05:34)
Offline
#2 March 18, 2010 19:52:07
Django Template Error
Hi, I think you might be missing the pygooglechart python package.
Check out http://pypi.python.org/pypi/pygooglechart/0.2.1 for the details. After installing you should be able to start up kegweb.
Cheers,
Geoff
Check out http://pypi.python.org/pypi/pygooglechart/0.2.1 for the details. After installing you should be able to start up kegweb.
Cheers,
Geoff
Edited geoffculp (March 18, 2010 19:52:07)
Offline
#4 April 17, 2010 14:52:26
- Jallen81
-
- From: Michigan
- Registered: 2009-11-23
- Posts: 23
- Profile Send e-mail
Django Template Error
hey mike,
maybe i'm ahead of your work, but i pulled to your latest version today and now kegweb gives me errors for facebook connect. any insight?
maybe i'm ahead of your work, but i pulled to your latest version today and now kegweb gives me errors for facebook connect. any insight?
Edited Jallen81 (April 17, 2010 14:52:26)
Offline
#5 April 23, 2010 09:38:25
- slappyjam
-
- Registered: 2010-01-14
- Posts: 6
- Profile Send e-mail
Django Template Error
geoffculp
Hi, I think you might be missing the pygooglechart python package.
Check out http://pypi.python.org/pypi/pygooglechart/0.2.1 for the details. After installing you should be able to start up kegweb.
Cheers,
Geoff
OK so in ubuntu i did: sudo aptitude install pygooglechart. It completed okay, but when i restarted kegweb, I get this error:
'kegweblib' is not a valid tag library: Could not load template library from django.templatetags.kegweblib, No module named pygooglechart
I also downloaded the module tarball and copied it to /usr/lib/pymodules/python2.6/ but still the same error:
'kegweblib' is not a valid tag library: Could not load template library from django.templatetags.kegweblib, No module named pygooglechart
Any ideas? I'm not how to tell kegweb wehere the module is located..
any help is appreciated.
Edited slappyjam (April 23, 2010 09:38:25)
Offline
#6 April 23, 2010 14:57:46
- slappyjam
-
- Registered: 2010-01-14
- Posts: 6
- Profile Send e-mail
Django Template Error
slappyjam
[quote=geoffculp]Hi, I think you might be missing the pygooglechart python package.
Check out http://pypi.python.org/pypi/pygooglechart/0.2.1 for the details. After installing you should be able to start up kegweb.
Cheers,
Geoff
OK so in ubuntu i did: sudo aptitude install pygooglechart. It completed okay, but when i restarted kegweb, I get this error:
'kegweblib' is not a valid tag library: Could not load template library from django.templatetags.kegweblib, No module named pygooglechart
I also downloaded the module tarball and copied it to /usr/lib/pymodules/python2.6/ but still the same error:
'kegweblib' is not a valid tag library: Could not load template library from django.templatetags.kegweblib, No module named pygooglechart
Any ideas? I'm not how to tell kegweb wehere the module is located..
any help is appreciated.[/quote]
OK I figured it out. I had to install python setuptools then do: sudo python setup.py install then it installed and worked!
Edited slappyjam (April 23, 2010 14:57:46)
Offline
