Plone Setup Gotcha on Debian

| No Comments | No TrackBacks

I am using zc.buildout together with a virtualenv to generate my Plone instances. It turns out that Zope requires the Python Profile be installed. However, under Debian, the relevant package, python-profiler has made it to non-free instead of main, due to the licensing of that package. As a result, you only discover that testing doesn’t work until Zope tries to import the profiler, and falls over.

In order to get things to run, you need to do the following:

# Add non-free to the set of repositories that you want to use. Eg.:

  deb http://ftp.debian.org/debian stable main

would have to become

  deb http://ftp.de.debian.org/debian stable main non-free

# Run apt-get update (obviously). # Now you can apt-get install python-profiler, and you should be all set.

No TrackBacks

TrackBack URL: http://www.tonimueller.org/mt-tb.fcgi/34

Leave a comment

All comments are strictly moderated before appearing on this site!


About this Entry

This page contains a single entry by Toni Müller published on 10.01.12 12:39.

Theism, as Explained by a Mathematician was the previous entry in this blog.

Coverage Testing in Pyramid is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.