Re: xmlrpc_metaweblog.py problem
Wari Wahab <[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.user |
|---|---|
| Message-ID | <[email protected]> |
> Which looking at the cgi module means that cgi.list is equal to None. > > So presumably I have some issue where the cgi parameters are not > getting to the actual script. > > I should point out that if I move the whole pyblosxom and my entries > to a different server everything works as expected, so it's a problem > on this particular server. Unfortunately it happens to be the server > where my site is hosted. > > Anyone have any ideas? Hmmm, looks like the cgi input stream have been processed by something else on the web server, a cgi preprocessing utility, for example, mod_python or cgi-wrapper, or could even be processed by pyblosxom earlier in the code. Else you got a buggy webserver, or buggy python, or buggy pyblosxom :). Try to write a simple python cgi program that displays whatever is in the cgi.list. See if you find anomalies there. Sorry if we can't be more helpful. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/