Top "Python-3.3" questions

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

Getting exception details in Python

I have to open & write to about 10 different files all within the same loop. e.g: for i in …

python exception error-handling python-3.3
Python - except (OSError, e) - No longer working in 3.3.3?

The following have worked throughout Python 3.X and is not broke in 3.3.3, can't find what's changed in the docs. import …

python exception-handling python-3.3
ImportError: No module named '_sqlite3' in python3.3

sqlite3 error import sqlite3 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/…

django sqlite python-3.3
Format time string in Python 3.3

I am trying to get current local time as a string in the format: year-month-day hour:mins:seconds. Which I …

python python-3.x datetime python-3.3
Python3 - reload() can not be called on __import__ object?

Ok so for a number of reasons, I've been using s = __import__('parse') for the longest time in Python2, now …

python python-3.x module reload python-3.3
Modern GUI programming in Python 3.3

I am putting together a few programs, and it's about time to start making GUI's for some of them. The …

user-interface tkinter wxpython pygtk python-3.3
My scipy.misc module appears to be missing imsave

I open the python3 interpreter and type import scipy.misc scipy.misc.imsave with the result Traceback (most recent call …

python-3.x scipy python-3.3
How to delete everything after a certain character in a string?

How would I delete everything after a certain character of a string in python? For example I have a string …

python string character python-3.3
Tkinter create image function error (pyimage1 does not exist)

I'm a student from the outside world with no previous programming experience. I have been learning Python as an extension …

canvas tkinter python-3.3 fractals
Reverse for 'index' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: []

I'm trying to get django-register to work on my website but I keep getting this error which I do not …

python django python-3.3 django-registration django-1.6