Top "Python-3.2" questions

For issues that are specific to Python 3.2. Use the more generic [python] and [python-3.x] tags where possible.

How do you make an installer for your python program

Im new to python, but I was thinking about making a program with python to give to my friends. They …

python installation cross-platform python-3.2
Installing OpenCV for Python in Ubuntu 12.04. No module present in dist-packages or site-packages?

Following the steps given here, i have completed the installation process, however Python (IDLE) is giving me an ImportError. For …

linux opencv python-3.x installation python-3.2
Python3.2: Installing MySQL-python fails with error "No module named ConfigParser"

I want to use SQLAlchemy with MySQL database. I've created the Engine and tried to connect but I get an …

python pip python-3.2
Python IDLE Not Working

I've recently been installing, uninstalling, and reinstalling different versions of Python and Pygame to get both working, as well as …

python python-idle python-3.2
AttributeError: 'Pool' object has no attribute '__exit__'

I'm doing some multiprocessing python scripts using multiprocessing.Pool. These scripts look like the following: from multiprocessing import Pool def …

python python-2.7 python-multiprocessing python-3.2 python-3.1
web scraping tutorial using python 3?

I am trying to learn python 3.x so that I can scrape websites. People have recommended that I use Beautiful …

python web-scraping python-3.2
SQLAlchemy won't update my database

I'm making a Pyramid app using SQLAlchemy-0.7.8. I'm using 64bit Python3.2. The question is, why does the following function not …

python sqlalchemy pyramid python-3.2
Why do I get "ImportError: cannot import name find_spec" when I start a new Django project?

I'm learning Python in tandem with Django. I initially installed Python 3 on my machine (Debian Wheezy), but read about possible …

django python-3.x python-3.2
For Python 3.2: Why does adding bytes to a bytes object take longer as more bytes are added?

I recently started learning Python (my first programming language since using GW BASIC as a kid). I’ve noticed that …

python-3.2
PyEval_InitThreads in Python 3: How/when to call it? (the saga continues ad nauseam)

Basically there seems to be massive confusion/ambiguity over when exactly PyEval_InitThreads() is supposed to be called, and what …

python python-3.x python-c-api python-3.2 python-c-extension