You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pypubs...@googlegroups.com
Hello,
We use PyPubSub in a number of projects (and it's great) but are considering moving away from it because of the external package hosting on sourceforge. Packages installed through pip that are hosted on sourceforge are frequent causes of build and CI failures because sourceforge's uptime appears to be poor.
Any chance we could get those packages hosted on PyPi?
Oliver
unread,
Feb 12, 2015, 7:48:48 PM2/12/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pypubs...@googlegroups.com
Hi Gary, great to hear about your use of pypubsub. Not so great about the issues caused by hosting on sourceforge. Is this because you can't just download the distribution then run it? You have to use pip install?
DevPlayer
unread,
Feb 15, 2015, 3:16:10 AM2/15/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pypubs...@googlegroups.com
I also would like to see pypubsub on PyPi. I run a script which runs a bunch of pip installs on new developer pcs. Easier then hunting down each package, downloading and installing each package with different dependancies...
Oliver
unread,
Feb 20, 2015, 9:40:21 PM2/20/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pypubs...@googlegroups.com
Why not just add --allow-external?
Zohar Jackson_1
unread,
Nov 11, 2015, 9:15:07 AM11/11/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pypubsub_dev
+1. Using --allow-external is an option but it complicates build scripts and adds an extra possible source for error.