On Wed, May 11, 2005 at 03:00:02PM -0400, Dan Pozmanter wrote: > Hello there Zopatistas, > > In my inaugural post, I should like to enquire about getting to a url > like so: > http://myzopeserver.something.clever/a/path/to/a/file/named/__init__.py > > Getting to the object "__init__.py" is difficult (it acts like it > doesn't exist.)
Objects whose names begin with underscores are not "publishable." The code is in lib/python/ZPublisher/BaseRequest.py and there is no easy way to override this behavior. -- Paul Winkler http://www.slinkp.com _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
