Hi all,
under the old mod_python Invenio, it was pretty easy to add minor local
web modules just placing them under the reach of Apache.
Now, on my test 1.1 installation I'm errors like that:
** Traceback details
Traceback (most recent call last):
File "/home/traces/lib/python/invenio/webinterface_handler_wsgi.py", line
453, in application
mp_legacy_publisher(req, possible_module, possible_handler)
File "/home/traces/lib/python/invenio/webinterface_handler_wsgi.py", line
598, in mp_legacy_publisher
return _check_result(req, module_globals[possible_handler](req, **form))
File "<string>", line 59, in index
AttributeError: unreadable attribute
It is fine to me to leave mod_python back and learn to adapt my local
modules to wsgi, but even after inspecting webinterface_handler_wsgi I
don't know how to start, even with a trivial hello-world program.
Where should I learn how to do it?
Thanks,
Ferran