0
I made a small program in python in my note to use with Raspberry, tested and worked well.... when step pro Raspberry it does not find the file openpyxl...has installed the openpyxl in Raspberry by the sudo method Pip install openpyxl...no note works well in Raspberry appears this error below:
Python 3.5.3 (default, Sep 27 2018, 17:25:39) [GCC 6.3.0 20170516] on linux Type "copyright", "Credits" or "License()" for more information.
======== RESTART: /home/pi/Documents/Python Works/Testandotkinter.py ======== Traceback (Most recent call last): File "/home/pi/Documents/Python Works/Testandotkinter.py", line 5, in import openpyxl Import: No module named 'openpyxl'
And that if the rasp has installed python2 and python 3 the way you are using Pip will install by default in python2 and when you run python3 will give pk error not encoding module
– user147847
Hi Hugo worked out...thank you very much....
– Diogenes Krauz Busse
Mark as correct to help other people
– user147847