Re: [Distutils] Installing packages using pip

2015-12-08 Thread R. David Murray
On Tue, 08 Dec 2015 08:56:49 +0200, cont...@ionelmc.ro wrote: > On Mon, Nov 16, 2015 at 6:25 PM, Marius Gedminas wrote: > > > What you can do Linux that you cannot do on Windows is delete a shared > > library file while it's mapped into a process's address space. Then > >

Re: [Distutils] FINAL DRAFT: Dependency specifier PEP

2015-11-17 Thread R. David Murray
On Wed, 18 Nov 2015 09:02:31 +1300, Robert Collins wrote: > On 18 November 2015 at 08:53, Paul Moore wrote: > > On 17 November 2015 at 18:43, Robert Collins > > wrote: > >>> By including the URL syntax, we're mandating

Re: [Distutils] Installing packages using pip

2015-11-14 Thread R. David Murray
On Sat, 14 Nov 2015 13:48:51 -0500, Alexander Walters wrote: > I perhaps can support added dialogs to IDLE to manage packages (having > it shell out to pip, if no api is forthcoming), but I don't think I can > support having the repl inside of IDLE intercept pip's

Re: [Distutils] Installing packages using pip

2015-11-13 Thread R. David Murray
On Fri, 13 Nov 2015 12:09:28 -0800, Nathaniel Smith wrote: > On Nov 13, 2015 12:00 PM, "Alexander Walters" > wrote: > > > > import pip > > pip.install(PACKAGESPEC) > > > > something like that? > > This would be extremely handy if it could be made to work

Re: [Distutils] [Python-Dev] PEP 376 - from PyPM's point of view

2009-07-15 Thread R. David Murray
On Wed, 15 Jul 2009 at 16:14, Paul Moore wrote: Bluntly, as Python stands, import and sys.path do not offer any core support for multiple versions. Custom solutions can be built on top of that - that's what setuptools does. But they are precisely that - custom solutions, and should be supported