Comment 2 for bug 438469

Revision history for this message
René Fleschenberg (rene.f) wrote :

Hi,

As far as I know, this is the normal behaviour. I think you have these options:

1. Make sure you don't have a system tcm installed while using buildout.
2. Don't use buildout (you can ignore the buildout folder and set up the stuff you need yourself, it's just some extra work).
3. Use a virtualenv with the --no-site-packages option to isolate your tcm buildout from the system Python.

I recommend option 3.