Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!feeder.news-service.com!postnews.google.com!x38g2000pri.googlegroups.com!not-for-mail From: rusi Newsgroups: comp.lang.python Subject: Python packaging (was Development tools and practices for Pythonistas) Date: Fri, 6 May 2011 04:55:12 -0700 (PDT) Organization: http://groups.google.com Lines: 25 Message-ID: References: <58a6bb1b-a98e-4c4a-86ea-09e040cb2d21@r35g2000prj.googlegroups.com> NNTP-Posting-Host: 116.73.35.230 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1304682913 7130 127.0.0.1 (6 May 2011 11:55:13 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 6 May 2011 11:55:13 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x38g2000pri.googlegroups.com; posting-host=116.73.35.230; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13,gzip(gfe) Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4820 On May 6, 2:59=A0pm, Tim Golden wrote: > On 06/05/2011 10:51, Jonathan Hartley wrote: > > > On Apr 26, 3:39 pm, snorble =A0wrote: > >> I appreciate any advice or guidance anyone has to offer. > > > The 'Python Project HOWTO' gives good advice in terms of setting up a > > new project, what files and directories to create, what to put in > > version control, etc: > > >http://infinitemonkeycorps.net/docs/pph/ > > I'd forgotten about that. Great resource! Thanks for reminding me... > > TJG Thanks for that link. There is one question in this regard that is not covered: package-use Of course this http://infinitemonkeycorps.net/docs/pph/#id10 is there. But I am talking of setting up one's python environment. For example on a linux box how to best optimize using the native package manager (eg apt/rpm) along with packages from pypi. And when one needs to run with multiple pythons how to use virtualenv etc