Re: [Distutils] [Python-Dev] UnicodeDecodeError bug in distutils

2009-04-03 Thread Tarek Ziadé
On Fri, Apr 3, 2009 at 2:25 AM, Ben Finney ben+pyt...@benfinney.id.au wrote: Phillip J. Eby p...@telecommunity.com writes: However, there's currently no standard, as far as I know, for what encoding the PKG-INFO file should use. Who would define such a standard? PEP 376 where we can explain

[Distutils] [buildout] cool behaviour I didn't know about? :-)

2009-04-03 Thread Chris Withers
Hi All, I've been working on getting Zope 2.12 instances to build from a simple buildout without any funky recipes. This morning I tried this at the start: [buildout] parts = zeoinstance extends = http://svn.zope.org/*checkout*/Zope/tags/2.12.0a1/versions-zope2.cfg ...expecting buildout

[Distutils] [issue67] You can't tell easy_install not to talk to the network

2009-04-03 Thread Glyph Lefkowitz
New submission from Glyph Lefkowitz gl...@twistedmatrix.com: If I want to use easy_install for nice dependency resolution, there's no way (that I can figure out, at least) to tell it never talk to the network, use only this local directory where you can find dependencies. -- messages:

Re: [Distutils] [buildout] cool behaviour I didn't know about? :-)

2009-04-03 Thread Jim Fulton
On Apr 3, 2009, at 7:32 AM, Chris Withers wrote: Hi All, I've been working on getting Zope 2.12 instances to build from a simple buildout without any funky recipes. This morning I tried this at the start: [buildout] parts = zeoinstance extends =

Re: [Distutils] [issue67] You can't tell easy_install not to talk to the network

2009-04-03 Thread Jeff Rush
Glyph Lefkowitz wrote: New submission from Glyph Lefkowitz gl...@twistedmatrix.com: If I want to use easy_install for nice dependency resolution, there's no way (that I can figure out, at least) to tell it never talk to the network, use only this local directory where you can find dependencies.

Re: [Distutils] [issue67] You can't tell easy_install not to talk to the network

2009-04-03 Thread P.J. Eby
By the way, these options and the procedures are also listed in the official documentation at: http://peak.telecommunity.com/DevCenter/EasyInstall#installing-on-un-networked-machineshttp://peak.telecommunity.com/DevCenter/EasyInstall#installing-on-un-networked-machines and: