Re: high level, fast XML package for Python?

2006-09-15 Thread Gleb Rybkin
Okay, thanks! Steven Bethard wrote: > Diez B. Roggisch wrote: > > Gleb Rybkin wrote: > > > >> I searched online, but couldn't really find a standard package for > >> working with Python and XML -- everybody seems to suggest different > >> ones. >

high level, fast XML package for Python?

2006-09-15 Thread Gleb Rybkin
I searched online, but couldn't really find a standard package for working with Python and XML -- everybody seems to suggest different ones. Is there a standard xml package for Python? Preferably high-level, fast and that can parse in-file, not in-memory since I have to deal with potentially MBs

page contents are not refreshed

2006-09-13 Thread Gleb Rybkin
when running apache, mod_python in windows. This looks pretty strange. Creating a simple python file that shows current time will correctly display the time in apache the first time, but freezes afterwards and shows the same time on all subsequent clicks as long as the file is not modified. Any i