[Tutor] Tramline implementation

Kent Johnson kent37 at tds.net
Mon Sep 1 13:22:09 CEST 2008


On Mon, Sep 1, 2008 at 4:03 AM, goldgod a <agoldgod at gmail.com> wrote:
>
> hi,
>       I want to implement a tramline python library. I created a virtual
> host in apache  and created a python(cgi) file with simple uploading
> concepts.Tramline is not interacting with apache.  I tried get examples but
> they given  for plone and zope. Is any idea or examples available.

I'm not sure what your problem is. Do you mean that your cgi is never
being called by Apache? You have to configure apache for this to
happen. Check the Apache docs or google 'python cgi apache'

Kent


More information about the Tutor mailing list