Skip to main content

Python Page -- Zope 3 Content Components

Project description

Python Page provides the user with a content object that interprets Python in content space.

Detailed Dcoumentation

Python Page

Python Page provides the user with a content object that interprets Python in content space. To save typing and useless messing with output, any free-standing string and print statement are considered for output; see the example below.

Example

Create a new content type called “Python Page” and enter the following code example:

'''
<html>
  <body>
    <ul>
'''

import time
print time.asctime()

'''
    </ul>
  </body>
</html>
'''

CHANGES

3.5.1 (2009-08-15)

  • Fixed a spurious test failure when run with with Python 2.6

3.5.0 (2009-02-01)

  • Replace zope.app.container with zope.container.

3.4.1 (2007-07-30)

3.4.0 (2007-10-24)

  • Initial release independent of the main Zope tree.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zope.app.pythonpage-3.5.1.tar.gz (8.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page