Top "Python-3.4" questions

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

Windows 10 and Unable to find vcvarsall.bat

When I try to build one package: C:\Linter\intlib\PYTHON>python setup.py build I get this error …

python windows visual-studio-2010 python-3.4
Hide some maybe-no-member Pylint errors

The following Python fragment code gets analyzed by Pylint: if type(result) is array.array: read = result.tobytes() ... with the …

python python-3.4 pylint
ImportError: No module named matplotlib with matplotlib installed

The code line: import matplotlib The error: ImportError: No module named 'matplotlib' The problem: which python3.4 % /usr/bin/python3.4 Where …

linux matplotlib python-3.4
Discovering keys using h5py in python3

In python2.7, I can analyze an hdf5 files keys use $ python >>> import h5py >>> …

python-2.7 python-3.4 hdf5
Handling windows authentication while accessing url using requests

I am using python request library to access the soap requests. And it was working fine. As there is change …

python python-requests python-3.4
VIM: Use python3 interpreter in python-mode

I have recently switched to vim and configured it for Python-programming using this tutorial. Before, I have made sure that …

python vim ubuntu-14.04 python-3.4 python-mode
What unit of time does timeit return?

I don't know how to interpret the output from Python's timeit.timeit() function. My code is as follows: import timeit …

python python-3.x python-3.4 timeit
Compiling Python 3.4 is not copying pip

I have compiled Python 3.4 from the sources on Linux Mint, but for some reason it is not copying pip to …

python compilation pip python-3.4
PermissionError [errno 13] when running openpyxl python script in Komodo

I am having trouble using openpyxl scripts in Komodo edit 9 and python 3.4 on Windows 7. I copied some openpyxl code to …

python permissions python-3.4 openpyxl komodoedit
'b' character added when using numpy loadtxt

I tried to create an array from a text file. I saw earlier that numpy had a method loadtxt, so …

python numpy python-3.4