beaker and a tiny problem with google app engine

23.02.2010

when you want to use beaker library with google app engine, you may receive the following error;
File "/ABS_PATH/beaker/cache.py", line 10, in <module>
    import pkg_resources
ImportError: No module named pkg_resources


in order to make beaker work with google app engine you need to comment out every line that you see pkg_resources. i don't play much with gae but i'll write other "odd" things if i find.
blog comments powered by Disqus