-
Recent Posts
Recent Comments
Archives
- June 2013
- March 2012
- November 2011
- May 2011
- February 2011
- November 2010
- May 2010
- March 2010
- September 2009
- August 2009
- June 2009
- May 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- January 2008
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
Categories
Meta
Monthly Archives: March 2010
ImportError: No module named interface
OS=Ubuntu 9.10 Python version=2.6 After install a zope module using pip, for example z3c.password your zope installation gets broken. This is because pip have installed the module in /usr/local/lib/python2.6/dist-packages/zope and the original module zope.interface is in /usr/share/pyshared/zope/interface/ and has minor … Continue reading