Closed rogcg closed 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.
lib/aetycoon/__init__.py
the error happens on static.py line 14, right where I import aetycoon.
static.py
import aetycoon
what could it be?
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.
I just download the app and set it up, but when I launch it and run, it says:
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 Iimport aetycoon
.what could it be?