I am having this error wx.lib.pubsub has been depreciated, please migrate your code to use pypubsub, every time i try and run a particular application. I've seen this been answered with installing "pypubsub"
and then replacing the line from wx.lib.pubsub import pub to from pubsub import pub.
I'm not a technical guru and i have no idea what file they are editing here when they make this change. if somebody knows how to do this, I would appreciate it if you would point me in the right direction
I've looked into all the files under the pypubsub folder hoping to find the file i need to make these changes too.
The install for
PySubPubas stated in the documentation PySubPub mentions running in a command prompt or terminal emulator:Then pypubsub can be used in your python script as shown in the documentation Quick Start
Simplest example of use: