[Distutils] Packaging meetup @ EuroPython 2014

2014-07-21 Thread Richard Jones
I've set the time for the packaging meetup to 11:00 this Thursday. There is
currently no meeting room available for such a gathering, so we'll just
meet outside in the garden.


 Richard
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] Installing setuptools on an un-networked computer

2014-07-21 Thread Marcus Smith
you can put get-pip.py and wheels (*.whl files from pypi) for pip and
setuptools on your thumb drive and then do

python get-pip.py --no-index --find-links=/path/to/wheels

this will install pip and setuptools.

using options to get-pip.py is mentioned here in the pip docs:
https://pip.pypa.io/en/latest/installing.html#install-pip


On Wed, Jul 2, 2014 at 6:04 AM, Peter Ganong gan...@gmail.com wrote:

 Hi,

 I am doing research with confidential data on a Windows 7 computer not
 connected to the Internet. I can bring files in on a thumb drive. How can I
 install setuptools? To be clear, the issue is not the one answered in the
 help file here
 https://pythonhosted.org/setuptools/easy_install.html#installing-on-un-networked-machines,
 but is how to install setuptools itself on an unnetworked drive.

 Thanks,

 Peter

 --
 Peter Ganong
 PhD Candidate in Economics at Harvard
 scholar.harvard.edu/ganong/


 ___
 Distutils-SIG maillist  -  Distutils-SIG@python.org
 https://mail.python.org/mailman/listinfo/distutils-sig


___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig