[Pywikipedia-l] SVN: [6595] trunk/pywikipedia/copyright.py

cosoleto at svn.wikimedia.org cosoleto at svn.wikimedia.org
Sat Apr 11 23:05:22 UTC 2009


Revision: 6595
Author:   cosoleto
Date:     2009-04-11 23:05:22 +0000 (Sat, 11 Apr 2009)

Log Message:
-----------
Simplified SOAPpy download instructions

Modified Paths:
--------------
    trunk/pywikipedia/copyright.py

Modified: trunk/pywikipedia/copyright.py
===================================================================
--- trunk/pywikipedia/copyright.py	2009-04-11 22:02:07 UTC (rev 6594)
+++ trunk/pywikipedia/copyright.py	2009-04-11 23:05:22 UTC (rev 6595)
@@ -11,13 +11,15 @@
 Yahoo! search requires pYsearch module from http://pysearch.sourceforge.net
 and a Yahoo AppID from http://developer.yahoo.com.
 
-Windows Live Search requires to install the SOAPpy module from
-http://pywebsvcs.sf.net and get an AppID from http://search.msn.com/developer.
-If you use Python 2.5 and have SOAPpy version 0.12.0, you must edit three
-files (SOAPpy/Client.py, SOAPpy/Server.py, SOAPpy/Types.py) to fix a simple
-syntax error by moving 'from __future__ imports...' line to beginning of the
-code.
+Windows Live Search requires to get an AppID from http://search.msn.com/developer
+and to download/install the SOAPpy module from http://pywebsvcs.sf.net or using
+SVN with the following command:
 
+svn co http://pywebsvcs.svn.sourceforge.net/svnroot/pywebsvcs/trunk/SOAPpy SOAPpy
+
+Unlike SOAPpy version 0.12, current SVN version has no problem with Python 2.5.
+
+
 You can run the bot with the following commandline parameters:
 
 -g           - Use Google search engine





More information about the Pywikipedia-l mailing list