Hi,
I was able to download TGWebServices-1.2.3.tar.gz from:
http://pypi.python.org/pypi/TGWebServices/1.2.3
and build it and have the .egg installed in python's site-packages/
for TG 1.0.1 and python 2.4.2.
However, when I try to access <base-url>/soap/api.wsdl, I get the
following soap fault-string <xml snippet> response:
...
<faultstring>
('Template "/usr/lib/python2.4/site-packages/TGWebServices-1.2.3-
py2.4.egg/tgwebservices/templates/wsdl.html" not found', <bound method
SoapController.api_wsdl of <tgwebservices.soap.SoapController object
at 0x10809c90>>)
</faultstring>
...
When I checked .../templates/ of TGWebServices, I see neither the
wsdl.html template nor the soap.html template.
I can see the 3 yr old files in the tgws site. Wondering why the tar
file at pypi is missing these 2 templates. Where can I get the
appropriate templates for the 1.2.3 version ?
My TG app uses kid templates for the entire app. Since TGWebServices
uses genshi templates, do I need to do anything else in addition to
installing the Genshi-0.3.4.tar.gz package ? I have it also installed.
Thanks,
/venkat
--
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en.