pubsub module #16512
noeldiviney
started this conversation in
General
pubsub module
#16512
Replies: 3 comments 6 replies
-
Would you like to explain what pubsub module is? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi,
The following link is a pretty good explanation of python pubsub
https://www.blog.pythonlibrary.org/2019/03/28/wxpython-4-and-pubsub/
[https://www.blog.pythonlibrary.org/wp-content/uploads/2016/03/cropped-cropped-cropped-mvp-1.png]<https://www.blog.pythonlibrary.org/2019/03/28/wxpython-4-and-pubsub/>
wxPython 4 and PubSub - Mouse Vs Python<https://www.blog.pythonlibrary.org/2019/03/28/wxpython-4-and-pubsub/>
The Publish-Subscribe pattern is pretty common in computer science and very useful too. The wxPython GUI toolkit has had an implementation of it for a
www.blog.pythonlibrary.org
In reading this myself I found that pubsub is integrated into wxPython and removes the need to having pip install the pubsub module.
However I notice that pubsub is being deprecated and replaced by pypubsub.
I am now able to build my wxPython GUI and create a --onefile executeable.
I wish to express my appreciation th the MSYS2 team for the tremendous work in making this possible.
Thanks guys!!
Noel.
Noel Diviney Ayrenet Pty Ltd, Unit 3,80-88 Rodeo Drive, Dandenong South, Victoria 3175, Australia. Phone +61 413 120 892 email ***@***.*** or ***@***.***
…________________________________
From: Biswapriyo Nath ***@***.***>
Sent: Wednesday, 29 March 2023 11:48 PM
To: msys2/MINGW-packages ***@***.***>
Cc: Noel Diviney ***@***.***>; Author ***@***.***>
Subject: Re: [msys2/MINGW-packages] pubsub module (Discussion #16512)
Would you like to explain what pubsub module is?
—
Reply to this email directly, view it on GitHub<#16512 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AA4DCGMVZNPTRIPH4BCYNIDW6QVQXANCNFSM6AAAAAAWL2KC5Q>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
It seems that the pypubsub repository is not maintained anymore. The last commit in the https://github.com/schollii/pypubsub repository was in 1st April 2019. Old repository can not be added. But you can try to use the module from pypi or from git repo as usual. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
any plans to have a pubsub module
Beta Was this translation helpful? Give feedback.
All reactions