wx.lib.pubsub or PyPubSub?

I don't know how old or correct this wiki-article is about
<http://wiki.wxpython.org/WxLibPubSub>

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?

They are the same code exactly, but the version in wx is updated to the latest svn only once in a while.

···

On 2015-02-18 7:07 PM, moonkid@posteo.org wrote:

I don’t know how old or correct this wiki-article is about

<http://wiki.wxpython.org/WxLibPubSub>

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?

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.

For more options, visit https://groups.google.com/d/optout.

Why this redundance?

···

On 2015-02-19 01:35 oliver <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.

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 wrote:

On 2015-02-19 01:35 oliver 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.

For more options, visit https://groups.google.com/d/optout.

I believe it began life as part of wxPython, but found to be so Mind Bogglingly Useful that
it was spun out as a full Py* module, independent of wx.

http://wiki.wxpython.org/WxLibPubSub

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.

Actually a better history can be found here:

http://pubsub.sourceforge.net/about.html#history

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 Fri, Feb 20, 2015 at 12:08 PM, Rufus rufusvsmith@gmail.com wrote:

Actually a better history can be found here:

http://pubsub.sourceforge.net/about.html#history

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.

For more options, visit https://groups.google.com/d/optout.

Also, the homepage http://pubsub.sourceforge.net/ is giving me 404. Anyone else?

···

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).

On Fri, Feb 20, 2015 at 12:08 PM, Rufus rufus...@gmail.com wrote:

Actually a better history can be found here:

http://pubsub.sourceforge.net/about.html#history

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-user...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Clicking on your link worked for me.

···

On Mon, Feb 23, 2015 at 10:25 PM, Leockard <diegote142@gmail.com> wrote:

Also, the homepage http://pubsub.sourceforge.net/ is giving me 404.
Anyone else?

--
Best Regards,
Michael Moriarity

Confirmed. Yesterday it wasn’t working.

···

On Mon, Feb 23, 2015 at 10:25 PM, Leockard diegote142@gmail.com wrote:

Also, the homepage http://pubsub.sourceforge.net/ is giving me 404. Anyone else?

Clicking on your link worked for me.


Best Regards,
Michael Moriarity

have you tried --allow-external?

···

On Sun, Feb 22, 2015 at 7:52 PM, Dev Player devplayer@gmail.com 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).

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.

For more options, visit https://groups.google.com/d/optout.

On Fri, Feb 20, 2015 at 12:08 PM, Rufus rufusvsmith@gmail.com wrote:

Actually a better history can be found here:

http://pubsub.sourceforge.net/about.html#history

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.

For more options, visit https://groups.google.com/d/optout.

Oliver
Author of these Open Source: PyPubSub, Lua-iCxx, iof

Regular contributor on StackOverflow

–allow-external allowed me to install pypubsub with pip. Even though I think it is intended to work with Python 3.3 I’ve been using it with Python 3.4

···

On Wed, Feb 25, 2015 at 11:22 PM, oliver oliver.schoenborn@gmail.com wrote:

have you tried --allow-external?

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.

For more options, visit https://groups.google.com/d/optout.

On Sun, Feb 22, 2015 at 7:52 PM, Dev Player devplayer@gmail.com 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).

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.

For more options, visit https://groups.google.com/d/optout.

Oliver
Author of these Open Source: PyPubSub, Lua-iCxx, iof

Regular contributor on StackOverflow

On Fri, Feb 20, 2015 at 12:08 PM, Rufus rufusvsmith@gmail.com wrote:

Actually a better history can be found here:

http://pubsub.sourceforge.net/about.html#history

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.

For more options, visit https://groups.google.com/d/optout.

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.

···

On Sat, Mar 21, 2015 at 4:11 AM, Dev Player devplayer@gmail.com wrote:

–allow-external allowed me to install pypubsub with pip. Even though I think it is intended to work with Python 3.3 I’ve been using it with Python 3.4

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.

For more options, visit https://groups.google.com/d/optout.

On Wed, Feb 25, 2015 at 11:22 PM, oliver oliver.schoenborn@gmail.com wrote:

have you tried --allow-external?

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.

For more options, visit https://groups.google.com/d/optout.

On Sun, Feb 22, 2015 at 7:52 PM, Dev Player devplayer@gmail.com 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).

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.

For more options, visit https://groups.google.com/d/optout.

Oliver
Author of these Open Source: PyPubSub, Lua-iCxx, iof

Regular contributor on StackOverflow

On Fri, Feb 20, 2015 at 12:08 PM, Rufus rufusvsmith@gmail.com wrote:

Actually a better history can be found here:

http://pubsub.sourceforge.net/about.html#history

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.

For more options, visit https://groups.google.com/d/optout.

Oliver
Author of these Open Source: PyPubSub, Lua-iCxx, iof

Regular contributor on StackOverflow