[ZODB-Dev] mkzeoinst.py
    Tim Peters 
    tim at zope.com
       
    Tue Jan 17 10:07:27 EST 2006
    
    
  
[Tamas Hegedus]
> There is a missing entry point for the mkzeoinst.py script in
> ZODB3-3.5.1:
>
> if __name__=="__main__":
>      main()
Nope.  There are two files named mkzeoinst.py in 3.5.1.  You're probably
looking at the module of that name, ZEO/mkzeoinst.py.  It's not intended
that you run that directly.  It is intended that you run
scripts/mkzeoinst.py directly.
Here from the ZODB NEWS file for 3.5.1:
- (3.5.1b1) The ``mkzeoinst`` module was re-added to ZEO, because Zope3
  has a script that expects to import it from there.  ZODB's ``mkzeoinst``
  script was rewritten to invoke the ``mkzeoinst`` module.
    
    
More information about the ZODB-Dev
mailing list