Arachnid / bloggart

A blog application for App Engine
http://bloggart-demo.appspot.com/
287 stars 78 forks source link

<type 'exceptions.ImportError'>: No module named aetycoon #56

Closed rogcg closed 12 years ago

rogcg commented 12 years ago

I just download the app and set it up, but when I launch it and run, it says:

< type 'exceptions.ImportError' > : No module named aetycoon

there is a lib/aetycoon/__init__.py file, it looks like it's ok, but it crashes when I try to run.

the error happens on static.py line 14, right where I import aetycoon.

what could it be?

hymerman commented 12 years ago

Probably submodules aren't present; try:

git submodule init
git submodule update

Also I'd recommend taking rctay or detro's fork of bloggart; Arachnid's hasn't been updated in a long time.