[Zope3-dev] New warning in stupid_build.py

Guido van Rossum guido@python.org
Fri, 14 Jun 2002 10:24:55 -0400


This code from stupid_build.py:

    if not os.path.exists('principals.zcml'):
        print """WARNING: You need to create principals.zcml

        The file principals.zcml contains your "bootstrap" user
        database. You aren't going to get very far without it.  Start
        by copying principals.zcml.in and then look at
        sample_principals.zcml for some example principal and role
        settings.
        """

belongs in z3.py.

Agreed?

--Guido van Rossum (home page: http://www.python.org/~guido/)