PyTML News
Brought to you by:
savedlinuxgeek
I recently tried to modify the system to be compatible with mod_python, and it resulted in unhappy events. Apparently objects persist across page calls, and with my system being as dynamic as it is, the module data is loaded into a varible and then processed from there. This opens up problems for the data not being flushed out, and multiple pages being written over, and everything goes haywire. If any mod_python programmers are out there I would ask for someone to look at the code, and see if they cannot come up with a way to allow this system to run with mod_python, and not freak out.