-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 01.08.2013 05:37, [email protected] wrote: > There is a remaining bug. Try the following e.g. from idle: > >>>> import Wikipedia > > you are asked to install patch.exe. If you decline this request you > are asked a second time. If declined a second time the script > raises a fatal error while importing beautifullsoup. Beautifullsoup > is a central part if the screen scraping compat framework and we > should not prohibit using the framework for a cosmetic patch. > Please give us back that part as e.g. externals or a library > script. Anyway it is not a good idea to ask for installation > (twice) and fall into a fatal error if you answer is NO. There > should be alternatives to patching the working copy (e.g. nightly > dump etc.)
Thank you very much for this info! I will look at this as soon as possible! The question is how to handle the case you descibed? This questions have to be regarded as final part of the install/setup process (checkout, clone or download), so how to handle a sequence of N(o) answers? In fact this means that the user does not want to finish the install/setup process - this is somehow a paradox... Shall I simply output a message: "Install process could not be finished, framework NOT ready for use!" Please contribute your ideas! externals/__init__.py is supposed to help us, not to bother us... :) By the way the concept is not new, is was inspired by how "VisTrails" does this. Thanks and Greetings DrTrigon -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlH6JFwACgkQAXWvBxzBrDB9PQCeOWY0+1lGr2LxW/eKao9ku/EL KmgAnRIRoqmjh5MVlf8E2d8wHxq+n5cK =HP68 -----END PGP SIGNATURE----- _______________________________________________ Pywikipedia-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
