Top "Python-3.4" questions

The version of the Python programming language released on March 16, 2014.

error: command 'x86_64-linux-gnu-gcc' when installing mysqlclient

I installed django 1.8.5 in virtualenv and using python 3.4.3 the worked displayed the it works page when using sqlite I wanted …

mysql django python-3.4
Can't uninstall Python 3.4.2 from Windows 7 after system restore

A couple of days after uninstalling Python 3.4.2 I had to carry out a system restore (I'm using Windows 7) due to …

python windows-7 uninstallation python-3.4 system-restore
How to build Python 3.4.6 from source?

I want to install Python 3.4.6 but it is only available in source code format. The install options on the official …

python installation gzip python-3.4 xz
Compiler problems with pip during numpy install under Windows 8.1, 7 Enterprise and 7 Home Editions

I am unable to install numpy via pip install numpy on my computer running Python 3.4 due to various errors I …

python windows numpy pip python-3.4
Install django1.7 with Python 3.4 using virtualenv

I have hit a bit of a brick wall regarding the set up of django 1.7 using a virtualenv configured to …

python django python-2.7 python-3.4
How can I use functools.singledispatch with instance methods?

Python 3.4 added the ability to define function overloading with static methods. This is essentially the example from the documentation: from …

python python-3.x python-3.4 instance-method single-dispatch
using serial port in python3 asyncio

i'm trying and, so far, failing to use python asyncio to access a serial port. i'd really appreciate any tips …

python serial-port python-3.4 pyserial python-asyncio
Using PythonService.exe to host python service while using virtualenv

I've got a Windows 7 environment where I need to develop a Python Windows Service using Python 3.4. I'm using pywin32's …

python windows virtualenv python-3.4 pywin32
from . import _methods ImportError: cannot import name '_methods' in cx-freeze python

exe build successfully by using cx-freeze. But it shows the following error when I execute the exe file: from . import _…

python python-3.4 cx-freeze
PyQt5: Keyboard shortcuts w/ QAction

How do I implement keyboard shortcuts (to run a function) in PyQt5? I see I'm supposed QAction in one way …

python pyqt keyboard-shortcuts python-3.4 pyqt5