We use gunicorn as our webserver and we use it to do zero downtime
deployments. The way it does this is by having a master process that forks
children. This works perfectly when we deploy as editable installations
(pip install -e) but doesn't work when we install sdists.
The reason this doesn't
Hey, I'm trying to get my README to render properly on pypi but I haven't
found a way to detect the errors pypi is experiencing.
The package I'm trying to upload is here:
https://pypi.python.org/pypi/pyramid_celery
I've checked the README.rst with restview, rst2html, and
collective.showdocs and t
On Sun, Dec 28, 2014 at 9:02 AM, Marius Gedminas wrote:
> On Sat, Dec 27, 2014 at 08:26:50PM -0800, John Anderson wrote:
> > Hey, I'm trying to get my README to render properly on pypi but I haven't
> > found a way to detect the errors pypi is experiencing.
> >
d
> that as well.
>
>
> Richard
>
> On Mon Dec 29 2014 at 10:54:50 AM John Anderson wrote:
>
>> On Sun, Dec 28, 2014 at 9:02 AM, Marius Gedminas
>> wrote:
>>
>>> On Sat, Dec 27, 2014 at 08:26:50PM -0800, John Anderson wrote:
>>> > H
https://warehouse.python.org/search/project/?q=signature+inspect
Returns almost instantly even though it does have different results.
On Sun, Jan 4, 2015 at 2:11 PM, Richard Jones wrote:
> Thanks for pointing that out. There's not lot we can do immediately, as
> any significant improvement to s
On Saturday, January 24, 2015, Donald Stufft wrote:
> I've pushed changes to PyPI where it is no longer possible to reuse a
> filename
> and attempting to do it will give an 400 error that says:
>
> This filename has previously been used, you should use a different
> version.
>
> This does NO
I'm trying to use buildout to pull in 4 github repositories and combine
their wsgi applications together using paste's urlmap. A few things aren't
working the way I expect and so I'm looking for some more information:
This is my buildout.cfg:
https://github.com/sontek/notaliens.com/blob/master/b
If I have a shared dependency between 2 packages but they have pinned
different versions of a 3rd package, is there a way to override this?
Most of the time when people pin a version they are doing it because they
have tested up to that version, but it doesn't always mean they don't work
with a la
On Mon, May 13, 2013 at 6:08 AM, Marcus Smith wrote:
>
> If I have a shared dependency between 2 packages but they have pinned
>> different versions of a 3rd package, is there a way to override this?
>>
>> Most of the time when people pin a version they are doing it because they
>> have tested up
I activate my virtualenv, then try to use pip and it tries to install to
the system packages:
[koru-sontek.rhcloud.com ~]\> source ~/koru/virtenv/bin/activate
(virtenv)[koru-sontek.rhcloud.com ~]\> which pip
/var/lib/stickshift/47718763f63148a089bdb31e7ad72d5a/koru/virtenv/bin/pip
(virtenv)[koru-s
10 matches
Mail list logo