Closed aagbsn closed 12 years ago
That's because you have not installed zinniablog
, which is required for the blog to run. Otherwise, APAF is simply refusing to run that service and print out the error message.
Are there a configuration file where the developer can configure which APAF service has to be enabled or not, and/or built at build-time or not?
If not, what do you think of something like that?
ah shit, i didn't see the commit :P
Running on fedora 17 inside a virtualenv, here are the instructions for replicating:
(install virtualenv, virtualenvwrapper -- yum install python-virtualenv python-virtualenvwrapper) mkvirtualenv VIRTUAL_ENVIRONMENT (will automatically activate this virtualenv) (install dependencies and apaf) cd /path/to/APAF; python apaf/main.py
APAF starts with this message:
(timestamp) [-] 'Cannot import service zinniablog'
Since this package is a package that can be built with APAF it should not be a hard coded dependency.