Hi All,<BR><BR>I have been using http messages to create pages in a MoinMoin wiki under 1.2.4. Essentailly pretending to be a browser. Now that the wiki has been upgraded to 1.3.4, my Python scripts no longer work because the various forms and methods have changed.<BR><BR>So, before I go and fix my scripts, I thought that I should check to see if there's a better way.<BR><BR>I have taken a very brief look at WikiRPC, but could not find a way of creating an attachment, so abandoned it. <BR><BR>I've also tried to get PageEditor.SaveText to work, but will need an example or something. All PageEditor constructors want a Request and all Request constructors want a Wiki Instance as a parameter. Any examples out there or better ideas?<BR><BR>Craig