I am using Python3.4 with a current (from snapshot) build wxPhoenix.
It sounds like that PyPubSub and wx.lib.pubsub are the same?
What of them should I use?
Because of less dependencies I would prefer to use the stand alone
version PyPubSub. But is something against that? Would I miss nice
things from the wx-version?
There is no redundancy. Pypubsub is independent of wxPython so it is its own project, but for convenience it is included in wxPython because publish-subscribe is an important mechanism to make available out-of-the-box in wxPython-based applications.
But you don't want to break thousands of wxPython programs that use the original, by removing
it.
As the above page explains, there are some differences.
···
On 2/20/2015 7:01 AM, oliver wrote:
There is no redundancy. Pypubsub is independent of wxPython so it is its own project, but for convenience it is included in wxPython because publish-subscribe is an important mechanism to make available out-of-the-box in wxPython-based applications.
On Feb 19, 2015 7:02 PM, <moonkid@posteo.org > <mailto:moonkid@posteo.org>> wrote:
On 2015-02-19 01:35 oliver <oliver.schoenborn@gmail.com > <mailto:oliver.schoenborn@gmail.com>> wrote:
> They are the same code exactly, but the version in wx is updated to
> the latest svn only once in a while.
Why this redundance?
--
You received this message because you are subscribed to the Google
Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to wxpython-users+unsubscribe@googlegroups.com
<mailto:wxpython-users%2Bunsubscribe@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+unsubscribe@googlegroups.com <mailto:wxpython-users+unsubscribe@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.
My kind-of-recent-last-attempt to “pip install pypubsub” for python 3.4 failed. So I’m using wx.lib.pubsub. NOTE that there is a pubsub package in PyPi but it is not the pubsub we know and love from wxPython (nor is the unrealted version complete or working).
On Sunday, February 22, 2015 at 7:52:08 PM UTC-5, DevPlayer wrote:
My kind-of-recent-last-attempt to “pip install pypubsub” for python 3.4 failed. So I’m using wx.lib.pubsub. NOTE that there is a pubsub package in PyPi but it is not the pubsub we know and love from wxPython (nor is the unrealted version complete or working).
My kind-of-recent-last-attempt to “pip install pypubsub” for python 3.4 failed. So I’m using wx.lib.pubsub. NOTE that there is a pubsub package in PyPi but it is not the pubsub we know and love from wxPython (nor is the unrealted version complete or working).
–
You received this message because you are subscribed to the Google Groups “wxPython-users” group.
My kind-of-recent-last-attempt to “pip install pypubsub” for python 3.4 failed. So I’m using wx.lib.pubsub. NOTE that there is a pubsub package in PyPi but it is not the pubsub we know and love from wxPython (nor is the unrealted version complete or working).
–
You received this message because you are subscribed to the Google Groups “wxPython-users” group.
Good to hear. As indicated on the pubsub website, it works with 3.4 (based on the alpha I tested with at the time). Tried it again with 3.4.2 and still ok, will be updating docs in the next few weeks.
My kind-of-recent-last-attempt to “pip install pypubsub” for python 3.4 failed. So I’m using wx.lib.pubsub. NOTE that there is a pubsub package in PyPi but it is not the pubsub we know and love from wxPython (nor is the unrealted version complete or working).
–
You received this message because you are subscribed to the Google Groups “wxPython-users” group.