"Tim Golden" <m...@timgolden.me.uk> wrote:

In general, you'll want to be using a mechanism such as pip:

 http://pypi.python.org/pypi/pip

which will look things up on PyPI so you can just do "pip install
newmodule".

And if you have a pip.bat from some Perl installation sitting before python's Scripts dir in your %PATH, remember to use "pip.exe install newmodule" instead.

My Strawberry Perl has this "Perl Installation Package". Maybe I should
rearrange my %PATH?
--gv
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to