[ http://issues.apache.org/jira/browse/MODPYTHON-9?page=all ] Graham Dumpleton closed MODPYTHON-9: ------------------------------------
> mod_python.publisher does not support modules with the same name but in > different directories > --------------------------------------------------------------------------------------------- > > Key: MODPYTHON-9 > URL: http://issues.apache.org/jira/browse/MODPYTHON-9 > Project: mod_python > Type: Bug > Versions: 3.1.3 > Reporter: Nicolas Lehuen > Assignee: Nicolas Lehuen > Fix For: 3.2.7 > > Using mod_python.publisher, you have two modules : > /index.py > /subdir/index.py > The problem is that due to the way published modules are imported, the > resulting behaviour is unpredictable. Sometimes when calling /subdir/index.py > the /index.py module is called, and vice versa. > This bug is very annoying because new mod_python users encounter it > frequently, and I don't think it gives good press to mod_python. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
