Top "Python-2.4" questions

For issues relating to development in Python, version 2.4.

XML to/from a Python dictionary

I need to use Python 2.4.4 to convert XML to and from a Python dictionary. All I need are the node …

python xml serialization xml-serialization python-2.4
How to force os.system() to use bash instead of shell

I've tried what's told in How to force /bin/bash interpreter for oneliners By doing os.system('GREPDB="my command"…

python bash python-2.4
JSON module for python 2.4?

I'm accustomed to doing import json in Python 2.6, however I now need to write some code for Python 2.4. Is there …

python json python-2.4
Python 2.4 inline if statements

I am setting up an existing django project on a dreamhost web server, so far I have got everything to …

python django dreamhost python-2.5 python-2.4
calculating the next day from a "YYYYMMDD" formatted string

How can I calculate the next day from a string like 20110531 in the same YYYYMMDD format? In this particular case, …

python python-2.4
SHA256 hash in Python 2.4

Is there a way I can calculate a SHA256 hash in Python 2.4 ? (I emphasize: Python 2.4) I know how to do …

python sha256 python-2.4
Python's foreach backwards

Does python have a means of doing foreach backwards? I'm hoping to do a filter() (or list comprehension) and reverse …

python foreach python-2.4
TypeError: __init__() takes exactly 1 argument (3 given) pyXML

I've recently started to learn how to use python to parse xml files. I took the tutorial from http://pyxml.…

python xml python-2.4 pyxml
Python ConfigParser interpolation from foreign section

With Python ConfigParser, is it possible to use interpolation across foreign sections? My mind seems to tell me I've seen …

python python-2.7 python-2.x configparser python-2.4