Edited wiki page GettingStarted through web user interface.
diff --git a/GettingStarted.wiki b/GettingStarted.wiki index 4406e72..a6eb3bf 100644 --- a/GettingStarted.wiki +++ b/GettingStarted.wiki
@@ -19,7 +19,7 @@ {{{ hg clone http://soc.googlecode.com/hg/ melange cd melange -python bootstrap.py +python bootstrap.py bin/buildout bin/gen-app-yaml local-devel bin/paver build --skip-pylint @@ -345,4 +345,12 @@ ImportError: No module named _sqlite3 }}} -This happens when you've manually compiled python 2.5, you should consider instead using the version of python that comes with your OS. If not, compile python 2.5 with sqlite support. See also [http://stackoverflow.com/questions/1210664/no-module-named-sqlite3 this article] on stackoverflow. \ No newline at end of file +This happens when you've manually compiled python 2.5, you should consider instead using the version of python that comes with your OS. If not, compile python 2.5 with sqlite support. See also [http://stackoverflow.com/questions/1210664/no-module-named-sqlite3 this article] on stackoverflow. + +== ImportError: No 'check_packages' attribute == + +{{{ +ImportError: <module 'setuptools.dist' from ...> has no 'check_packages' attribute +}}} + +If your bin/buildout fails with this error and you run bootstrap.py with python 2.5, try running it again with python2.6 instead. \ No newline at end of file