Hello I import Pubnub in my python file I already installed Pubnub in python env, it's installed just fine but when I try to be import,it's not imported in my python file, Can anybody help me below I also attach some screenshotsenter image description here
As stated in the PubNub Python Docs:
Install pubnub using
pip:In your python main add:
Remember to always set your
user_idin thepnconfigobject.Finally, add the callback listeners like in this full sample: PubNub Python Putting it together