Top "Python-2.5" questions

For issues relating to development in Python, version 2.5.

Python 2.5 convert string to binary

I know this is easily possible in python 2.6. But what is the easiest way to do this in Python 2.5? x = "…

python python-2.5
python import error

I'm trying to use some python-2.1 code to control another program (ArcGIS). The version of python I am using is 2.5. …

python import python-2.5 python-2.1
Pygame AttributeError: 'module' object has no attribute 'copy'

I encountered Error: 'module' object has no attribute 'copy' while running a pygame program. In my code, I never referred …

module pygame python-2.5 attributeerror traceback