Bugs item #3514031, was opened at 2012-04-01 21:43 Message generated for change (Comment added) made by justincheng You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3514031...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: login Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: hang after writting user-config.py
Initial Comment: The cmd hang after writing user-config.py...I tested for both E or S. As I tried version.py...It said no such file.... It seems to me the latest nightly version (at least for 31/3/2012-2/4/2012)didn't include version.py while the import used try such that no error given. I find http://sourceforge.net/tracker/?func=detail&aid=2901369&group_id=931... for fixed and closed. I reopen it since the problem still there.
----------------------------------------------------------------------
Comment By: justincheng (justincheng) Date: 2012-04-10 04:55
Message: It seems related but not all. The reason is this bug couldn't even log in and fall in a loop but 3516383 seems to be able to run and the problem is only displacing with unsupported characters.
----------------------------------------------------------------------
Comment By: André Malafaya Baptista (malafaya) Date: 2012-04-10 03:32
Message: It seems to be related to transliteration/console. I just submitted a bug regarding the break of the transliteration feature. Could this be related?
----------------------------------------------------------------------
Comment By: justincheng (justincheng) Date: 2012-04-02 06:58
Message: This should be a DUPLICATE of 3513968 but a few info can be found here. https://sourceforge.net/tracker/index.php?func=detail&aid=3513968&gr...
----------------------------------------------------------------------
Comment By: justincheng (justincheng) Date: 2012-04-02 06:33
Message: For extend one - family = 'wikipedia' mylang = 'zh' usernames['wikipedia']['zh'] = u'justincheng12345-bot' log = ['interwiki'] interwiki_backlink = True interwiki_shownew = True interwiki_graph = False interwiki_min_subjects = 100 interwiki_graph_formats = ['png'] interwiki_graph_url = None without_interwiki = False interwiki_contents_on_disk = False sort_ignore_case = False upload_to_commons = False splitLongParagraphs = False deIndentTables = True table2wikiAskOnlyWarnings = True table2wikiSkipWarnings = False max_external_links = 50 report_dead_links_on_talk = False db_hostname = 'localhost' db_username = 'wikiuser' db_password = '' google_key = '' google_api_refer = '' yahoo_appid = '' msn_appid = '' flickr = { 'api_key': u'', 'review': False, 'reviewer': u'', } panoramio = { 'review': False, 'reviewer': u'', } proxy = { 'host': None, 'auth': None, } copyright_google = True copyright_yahoo = True copyright_msn = False copyright_check_in_source_google = False copyright_check_in_source_yahoo = False copyright_check_in_source_msn = False copyright_check_in_source_section_names = False copyright_max_query_for_page = 25 copyright_skip_query = 0 copyright_connection_tries = 10 copyright_exceeded_in_queries = 2 copyright_exceeded_in_queries_sleep_hours = 6 copyright_show_date = True copyright_show_length = True copyright_economize_query = True cosmetic_changes = False cosmetic_changes_mylang_only = True cosmetic_changes_enable = {} cosmetic_changes_disable = {} use_diskcache = False retry_on_fail = True actions_to_block = [] max_queue_size = 64 -------short one----- family = 'wikipedia' mylang = 'zh' usernames['wikipedia']['zh'] = u'Justincheng12345-bot'
----------------------------------------------------------------------
Comment By: Merlijn S. van Deen (valhallasw) Date: 2012-04-02 01:10
Message: Could you post the contents of the generated user-config.py?
----------------------------------------------------------------------
Comment By: justincheng (justincheng) Date: 2012-04-01 22:38
Message: By Ctrl+C I get D:\Python27\pywikipedia>redirect.py Traceback (most recent call last): File "D:\Python27\pywikipedia\redirect.py", line 66, in <module> import wikipedia as pywikibot File "D:\Python27\pywikipedia\wikipedia.py", line 7866, in <module> exec "import %s_interface as uiModule" % config.userinterface File "<string>", line 1, in <module> File "D:\Python27\pywikipedia\userinterfaces\terminal_interface.py", line 12, in <module> from terminal_interface_win32 import Win32UI as UI File "D:\Python27\pywikipedia\userinterfaces\terminal_interface_win32.py", lin e 10, in <module> import terminal_interface_base File "D:\Python27\pywikipedia\userinterfaces\terminal_interface_base.py", line 13, in <module> transliterator = transliteration.transliterator(config.console_encoding) File "D:\Python27\pywikipedia\userinterfaces\transliteration.py", line 1663, i n __init__ while value.encode(encoding, 'replace').decode(encoding) == "?" and value in self.trans: KeyboardInterrupt No matter How long I let it run, it just stuck there....
----------------------------------------------------------------------
Comment By: justincheng (justincheng) Date: 2012-04-01 21:56
Message: As an attachment: I haven't type in any password...I dont have that chance and the cmd hangs. I found the version.py finally as shown at the previous comment. As I reopen redirect.py again, it just hangs there....
----------------------------------------------------------------------
Comment By: justincheng (justincheng) Date: 2012-04-01 21:51
Message: I'm the reporter. D:\Python27\pywikipedia>version.py Pywikipedia [http] trunk/pywikipedia (r10075, 2012/04/01, 14:02:18) Python 2.7 (r27:82525, Jul 4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)] config-settings: use_api = True use_api_login = True unicode test: triggers problem #3081100
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=3514031...
pywikipedia-bugs@lists.wikimedia.org