[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

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: