diff options
Diffstat (limited to 'docs/hackinghowto.rst')
-rw-r--r-- | docs/hackinghowto.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst index 4cdbf03c..0e3202ce 100644 --- a/docs/hackinghowto.rst +++ b/docs/hackinghowto.rst @@ -197,6 +197,18 @@ If it's installed, check the mongodb log. On my machine, that's Then delete the lock file and relaunch mongodb. +pkg_resources.DistributionNotFound: distribute +---------------------------------------------- + +If you get this while running buildout:: + + pkg_resources.DistributionNotFound: distribute + +Try this commmand instead:: + + python bootstrap.py --distribute && ./bin/buildout + + Wiping your user data ===================== |