skigil

# Mar 18 2010 - 11:03 AM

Dallas, TX

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

Edited by skigil (March 18, 2010 11:05:34)






geoffculp

# Mar 18 2010 - 7:03 PM

Milwaukee, WI

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









skigil

# Mar 19 2010 - 7:03 AM

Dallas, TX

Yep, that worked!!

Thanks!




Jallen81

# Apr 17 2010 - 2:04 PM

Michigan

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?




slappyjam

# Apr 23 2010 - 9:04 AM

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.




slappyjam

# Apr 23 2010 - 2:04 PM

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!