[Zope3-Users] z3c.form in the apidoc code browser
    John 
    john at saponara.net
       
    Fri May 15 13:55:43 EDT 2009
    
    
  
hi,
i cannot see z3c code in the code browser at 
http://apidoc.zope.org/++apidoc++/
thinking that maybe z3c just wasnt installed at that site, i installed 
z3c.form locally (ubuntu 8.04) in a virtualenv:
    sudo easy_install virtualenv
    virtualenv env4
    cd env4
    bin/easy_install zopeproject
    bin/easy_install z3c.form    # had to install python2.5-dev for this 
to work
    bin/zopeproject proj
    cd proj/
    # add to src/proj/configure.zcml:
      <include package="z3c.form" file="meta.zcml" />
      <include package="z3c.form" />
    bin/paster serve deploy.ini
but i still couldnt see z3c.form in the code browser at 
http://127.0.0.1:8080/++apidoc++
is there a way to browse z3c.form code in apidoc?
thanks!
    
    
More information about the Zope3-users
mailing list