webpy and sqlalchemy

general = { about, articles, links, projects }     meta = { date-posted: 2006-04-26 }

I have been fiddling with web.py a bit more lately.

I have also been looking at SQLAlchemy. I am thinking of giving SQLSoup a try, in conjunction with SQLAlchemy and web.py.

I was working the other day, trying to get xml-rpc to work with web.py.

I wasn't quite able to get it to work for some reason. I was able to get it the xmlrcp server endpoint to work when I submitted the XML request with wget via a post method. Whenever I tried using a python xmllib test client, it was failing on parsing the return value. Not sure what was going on there...