Strainu closed this task as "Declined".
Strainu added a comment.
My patch no longer makes sense with the current code. Note that the current implementation still retrieves the whole page if we want the editTime, which is overkill, but that's not the object of the current bug.
TASK DETAIL
https://phabricator.wikimedia.org/T56555
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: Strainu
Cc: Legoktm, jayvdb, Ricordisamoa, Ladsgroup, Strainu, GWicke, pywikipedia-bugs
jayvdb created this task.
jayvdb added a subscriber: jayvdb.
jayvdb added a project: pywikibot-core.
Restricted Application added subscribers: Aklapper, pywikipedia-bugs.
TASK DESCRIPTION
Unicode directory names cause problems whether invoked via pwb.py or directly.
```
C:\pywikibot\Häuser-core>python pwb.py shell
Traceback (most recent call last):
File "pwb.py", line 117, in <module>
os.path.join(rewrite_path, 'pywikibot', 'compat'),
File "C:\Python279\lib\ntpath.py", line 84, in join
result_path = result_path + p_path
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 12: ordinal not in range(128)
```
```
C:\pywikibot\Häuser-core>set PYTHONPATH=.
C:\pywikibot\Häuser-core>python scripts\shell.py
Traceback (most recent call last):
File "scripts\shell.py", line 44, in <module>
main(*args)
File "scripts\shell.py", line 30, in main
import pywikibot
File "C:\pywikibot\Hõuser-core\pywikibot\__init__.py", line 32, in <module>
from pywikibot import config2 as config
File "C:\pywikibot\Hõuser-core\pywikibot\config2.py", line 307, in <module>
register_families_folder(os.path.join(os.path.dirname(__file__), 'families')
)
File "C:\Python279\lib\ntpath.py", line 84, in join
result_path = result_path + p_path
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 12: ordinal not in range(128)
```
Even if we can solve those, we then have the problem of paths in the environment:
The solution doesnt look good
https://measureofchaos.wordpress.com/2011/03/04/python-on-windows-unicode-e…
TASK DETAIL
https://phabricator.wikimedia.org/T96127
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: jayvdb
Cc: pywikipedia-bugs, jayvdb, Aklapper
jayvdb edited the task description.
jayvdb removed a project: Pywikibot-General.
jayvdb set Security to None.
TASK DETAIL
https://phabricator.wikimedia.org/T74503
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: jayvdb
Cc: jayvdb, valhallasw, Betacommand, XZise, pywikipedia-bugs
XZise created this task.
XZise added a subscriber: XZise.
XZise added projects: pywikibot-core, Pywikibot-tests.
Restricted Application added subscribers: Aklapper, pywikipedia-bugs.
TASK DESCRIPTION
Hi, I ran a test on Travis and [[https://travis-ci.org/xZise/pywikibot-core/jobs/51820643|one 2.6 test]] failed and it looks like that one dependency (or more like the dependency of one depencendcy) is using a package which is not compatible with Python 2.6 because it's using sets via curly brackets (`s = {42, 74, 47}`).
Unfortunately that package is not a direct dependency but it looks like that is just compatible with Python 2.7+.
TASK DETAIL
https://phabricator.wikimedia.org/T90441
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: XZise
Cc: pywikipedia-bugs, Aklapper, XZise, jayvdb