Re: peak/utils/addons import problem
nicky van foreest <[email protected]> Mon, 24 Oct 2011 20:58:54 +0200
| Newsgroups | gmane.comp.python.peak |
|---|---|
| Message-ID | <CAK_GA2EpSTXxDDnrdcRKFccRfnZq1KHXGUpvX5x7aLd4DqOcOA@mail.gmail.com> |
> I notice that an Addons egg was in your easy-install.pth; is the egg file > actually there? Yes: nicky@chuck:~/lib/python$ ls AddOns-0.7-py2.7.egg/ Contextual-0.7a1.dev_r2695-py2.7.egg/ DecoratorTools-1.8-py2.7.egg/ easy-install.pth Extremes-1.1.1-py2.7.egg/ pulp.py* Pweave* pysparse-1.0.1/ site.py site.pyc SymbolType-1.0-py2.7.egg/ tables@ tables-2.1.2/ Trellis-0.7a2-py2.7.egg/ =A0What happens if you start a fresh Python interpreter and > import peak.util.addons? I started ipython: In [1]: import peak.util.extremes peak.util.extremes it only autocompletes to peak.util.extremes. Pressing tab doesn't give any other option for peak.util than extremes. >