[Tutor] How to handle exceptions raised inside a function?

James Mills prologic at shortcircuit.net.au
Thu Dec 2 01:41:19 CET 2010


On Thu, Dec 2, 2010 at 10:27 AM, Richard D. Moores <rdmoores at gmail.com> wrote:
> Could I have put stats-0.1.1a anywhere, CD-ed to that "anywhere", and
> then run the command?

Yes.

python setup.py install essentially instructs
distutils (or setuptools or distribute - whichever is being used)
to "install" the package into your site-packages or
$PYTHONPATH (if configured that way by means of configuration).

NB: Copying the package's directory into site-packages hwoever
has the same effect. The directory that contains the __init__.py

cheers
James


-- 
-- James Mills
--
-- "Problems are solved by method"


More information about the Tutor mailing list