[TransWarp] How to run PEAK application inside Plone
alexander smishlajev
alex at ank-sia.com
Thu Jun 19 15:06:50 EDT 2003
santosh panigrahy wrote:
>
> The application which I want to run in Zope :It shows the error at line
> no.3(invalid syntax)
>
> from peak.api import *
> class Address:
> server =3D binding.requireBinding('server')
> db =3D binding.requireBinding('db')
> user =3D binding.requireBinding('user')
> passwd =3D binding.requireBinding('passwd')
line 3 of this code actually has a syntax error. '=3D' should be
changed to '=' in all lines.
best wishes,
alex.
More information about the PEAK
mailing list