Top "Python-2.5" questions

For issues relating to development in Python, version 2.5.

Chinese and Japanese character support in python

How to read correctly japanese and chinese characters. I'm using python 2.5. Output is displayed as "E:\Test\?????????" path = r"E:\…

python python-2.5
Sort nested dictionary by value, and remainder by another value, in Python

Consider this dictionary format. {'KEY1':{'name':'google','date':20100701,'downloads':0}, 'KEY2':{'name':'chrome','date':20071010,'downloads':0}, 'KEY3':{'name':'python',…

python sorting dictionary python-2.5
How to: Macports select python

When I enter: port select --list python This is the result: Available versions for python: none python25 (active) python25-apple …

python version macports python-2.7 python-2.5
How can I list the methods in a Python 2.5 module?

I'm trying to use a Python library written in C that has no documentation of any kind. I want to …

python introspection python-2.5
Error importing a .pyd file (as a python module) from a .pyo file

I am running pygame (for Python) on Windows. I have some .pyo files and some .pyd files. I have another …

python windows module python-2.5
How to install Python ssl module on Windows?

The Google App Engine Launcher tells me: WARNING appengine_rpc.py:399 ssl module not found. Without the ssl module, the …

python google-app-engine ssl installation python-2.5
NameError from Python input() function

input_var = input ("Press 'E' and 'Enter' to Exit: ") NameError: name 'e' is not defined I am using Python 2.5. How …

python python-2.5
How does Python's "super" do the right thing?

I'm running Python 2.5, so this question may not apply to Python 3. When you make a diamond class hierarchy using multiple …

python constructor multiple-inheritance super python-2.5
cx_Oracle: distutils.errors.DistutilsSetupError: cannot locate Oracle include files

I need install cx_Oracle for Python 2.5 on Linux (Linux 2.6.18-371.1.2.el5 i686). I have installed Oracle client 10.2.0.4. I have …

linux oracle python-2.5 cx-oracle
How do I zip the contents of a folder using python (version 2.5)?

Once I have all the files I require in a particular folder, I would like my python script to zip …

python file zip python-2.5