Hello Samuele, thanks for your reply. Sorry to be late, yesterday I wasn't in the office.
> In data lunedì 26 novembre 2012 16:41:02, Ferran Jorba ha scritto: >> under the old mod_python Invenio, it was pretty easy to add minor local >> web modules just placing them under the reach of Apache. > > the old mod_python mod_publishing is still (almost) fully simulated > and available even with 1.1 (we are using it also on production here > at CERN :-) ). Ok, so I was under the wrong impression. Good I'll have more time to jump to Flask without hurting myself after the jump ;-) >> 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 > > I think there could be some bug in your handler, here. What pylint > says about it? Isn't there anything in invenio.err/apache.err? I'm starting to look at it. Now that I have your information that it should work, I'll put some more love. I'll be back when I have the result. Thanks again, Ferran

