Sorry for the previous, but this one seems to be real. I followed https://www.mediawiki.org/wiki/Manual:Pywikibot/Installation/SVN#Download_Py...
c:\Pywikibot>python pwb.py version WARNING: Http response status 404 Pywikibot: pywikibot/__init__.py (, -1 (unknown), 2023/01/30, 13:59:21, n/a) Release version: *3.1.dev0* requests version: 2.25.1 cacerts: C:\Python37\lib\site-packages\certifi\cacert.pem certificate test: ok Python: 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)]
Hello, don't worry, this one is definitely real, because https://github.com/wikimedia/pywikibot/releases/tag/stable is back from 2020.
Instructions are probably outdated, or there is something wrong with syncing from Gerrit to GitHub. I'm even surprised that cloning from GitHub is working via SVN.
Are you using a GUI extension or are you cloning via the command line?
пон, 30. јан 2023. у 14:13 Bináris wikiposta@gmail.com је написао/ла:
Sorry for the previous, but this one seems to be real. I followed
https://www.mediawiki.org/wiki/Manual:Pywikibot/Installation/SVN#Download_Py...
c:\Pywikibot>python pwb.py version WARNING: Http response status 404 Pywikibot: pywikibot/__init__.py (, -1 (unknown), 2023/01/30, 13:59:21, n/a) Release version: *3.1.dev0* requests version: 2.25.1 cacerts: C:\Python37\lib\site-packages\certifi\cacert.pem certificate test: ok Python: 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)]
-- Bináris _______________________________________________ pywikibot mailing list -- pywikibot@lists.wikimedia.org Public archives at https://lists.wikimedia.org/hyperkitty/list/pywikibot@lists.wikimedia.org/me... To unsubscribe send an email to pywikibot-leave@lists.wikimedia.org
Zoran Dori zorandori4444@gmail.com ezt írta (időpont: 2023. jan. 30., H, 14:19):
Are you using a GUI extension or are you cloning via the command line?
Tortoise SVN GUI. Thanks. I will try then download a zip version.
I wanted to put a warning on the page, but it does not let me save it for some silly translation issues. I give it up, somebody will be happy that I can't edit a simple page after 16 years of being a Wikipedian.
Hi Bináris,
The issue here seems to be the use of the stable /tag/ (not sure why it exists in the first place) rather than the stable /branch/. Using
svn co https://github.com/wikimedia/pywikibot/branches/stable
works as expected.
However: SVN support on Github is scheduled to be removed in January 2024: https://github.blog/2023-01-20-sunsetting-subversion-support/ , so I would suggest switching to another distribution method (pip, nightlies, git) sooner rather than later.
I've updated the documentation pages with the correct URL plus a warning about the pending deprecation.
Kind regards, Merlijn van Deen / valhallasw
On 30/01/2023 14:13, Bináris wrote:
Sorry for the previous, but this one seems to be real. I followed https://www.mediawiki.org/wiki/Manual:Pywikibot/Installation/SVN#Download_Py...
c:\Pywikibot>python pwb.py version WARNING: Http response status 404 Pywikibot: pywikibot/__init__.py (, -1 (unknown), 2023/01/30, 13:59:21, n/a) Release version: *3.1.dev0* requests version: 2.25.1 cacerts: C:\Python37\lib\site-packages\certifi\cacert.pem certificate test: ok Python: 3.7.4 (tags/v3.7.4:e09359112e, Jul 8 2019, 20:34:20) [MSC v.1916 64 bit (AMD64)]
-- Bináris
pywikibot mailing list --pywikibot@lists.wikimedia.org Public archives athttps://lists.wikimedia.org/hyperkitty/list/pywikibot@lists.wikimedia.org/me... To unsubscribe send an email topywikibot-leave@lists.wikimedia.org
Hi Merlijn,
Merlijn van Deen (valhallasw) valhallasw@arctus.nl ezt írta (időpont: 2023. jan. 30., H, 20:24):
However: SVN support on Github is scheduled to be removed in January 2024: https://github.blog/2023-01-20-sunsetting-subversion-support/ , so I would suggest switching to another distribution method (pip, nightlies, git) sooner rather than later.
Yes, I will have to use git someday to commit again. I tried pip, but it installed under Python, and I want it in a separate directory under root, as I work in it all the time. Is there a way to use pip for installing and upgrading in C:\Pywikibot? At the end I downloaded zip version, it works.
I've updated the documentation pages with the correct URL plus a warning about the pending deprecation.
Thank you!