![]() |
No module named Playback - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: No module named Playback (/thread-14835.html) |
No module named Playback - ABadLab - Dec-19-2018 Hi All, I am getting the following error when I try to run a script in Python. My question is: is playback an extra module that I must add to python or is there another reason that I am getting this error. from playback import Playback ImportError: No module named playback Any help would be greatly appreciated! RE: No module named Playback - Larz60+ - Dec-19-2018 did you install the package? pip install playback |