Top "Python-module" questions

A module is a file containing Python definitions and statements.

pySerial AttributeError: module 'serial' has no attribute 'Serial'

I have windows 7 64 bit and Python 3.6 I literally dig entire web for solving this - and nothing works sadly. AttributeError …

python pyserial python-module
pip: inconsistent permissions issues

When installing a package via sudo pip-python (CentOS 6 package: python-pip-0.8-1.el6.noarch), I sometimes get permission issues with the …

python centos pip python-module
Intellij/Pycharm can't debug Python modules

I use PyCharm/IntelliJ community editions from a wile to write and debug Python scripts, but now I'm trying to …

python debugging intellij-idea pycharm python-module
How to move all modules to new version of Python (from 3.6 to 3.7)

I just upgraded to python 3.7 and I realized that all my modules stuck with the previous version. Even Django is …

python package updates python-module
Recursive version of 'reload'

When I'm developing Python code, I usually test it in an ad-hoc way in the interpreter. I'll import some_module, …

python python-module python-import