- easy_install places egg files in this directory: /Library/Python/x.y/site-packages
- where x.y is the python version.
- easy_install can control the current version of a package with:
- easy_install PackageName==1.11
- calling a python parent class' init method:
- BaseClass.__init__(self, args...)
- http://docs.python.org/reference/datamodel.html#object.__init__
No comments:
Post a Comment