Python Forum

Full Version: No module named Playback
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
did you install the package?
pip install playback