Support Requests item #2924822, was opened at 2010-01-02 08:51
Message generated for change (Settings changed) made by xqt
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603139&aid=2924822&group_…
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: None
Group: None
>Status: Pending
Priority: 8
Private: No
Submitted By: w00sf (w00sf)
>Assigned to: xqt (xqt)
Summary: cannot generate user-config.py
Initial Comment:
I encounter an error when executing generate_user_files.py and select to generate user-config.py. I use version r7848 of Pywikipedia Bot on Windows XP.
>C:\Python26\python.exe D:\pywiki\generate_
user_files.py
1: Create user_config.py file
2: Create user_fixes.py file
3: The two files
What do you do? 1
Traceback (most recent call last):
File "D:\pywiki\generate_user_files.py", line 132, in <module>
create_user_config()
File "D:\pywiki\generate_user_files.py", line 47, in create_user_config
know_families = re.findall(r'(.+)_family.py\b', '\n'.join(os.listdir(os.path
.join(base_dir, "families"))))
WindowsError: [Error 3] : 'families/*.*'
version.py output:
>C:\Python26\python.exe D:\pywiki\version.p
y
No user-config.py found in directory 'D:\pywiki'
Creating...
No user-config.py found in directory 'D:\pywiki'
Creating...
No user-config.py found in directory 'D:\pywiki'
Creating...
Traceback (most recent call last):
File "D:\pywiki\version.py", line 74, in <module>
print 'Pywikipedia %s' % getversion()
File "D:\pywiki\version.py", line 20, in getversion
return '%(tag)s (r%(rev)s, %(date)s)' % getversiondict()
File "D:\pywiki\version.py", line 32, in getversiondict
import wikipedia
File "D:\pywiki\wikipedia.py", line 148, in <module>
import config, login, query, version
File "D:\pywiki\config.py", line 86, in <module>
_base_dir = _wt.get_base_dir()
File "D:\pywiki\wikipediatools.py", line 51, in get_base_dir
create_user_config_file()
File "D:\pywiki\wikipediatools.py", line 6, in create_user_config_file
generate_user_files.create_user_config()
File "D:\pywiki\generate_user_files.py", line 47, in create_user_config
know_families = re.findall(r'(.+)_family.py\b', '\n'.join(os.listdir(os.path
.join(base_dir, "families"))))
WindowsError: [Error 3] : 'families/*.*'
----------------------------------------------------------------------
>Comment By: xqt (xqt)
Date: 2010-01-03 12:16
Message:
First change your directory path to D:\pywiki\
cd D:\pywiki\
Then try again:
python.exe generate_
user_files.p
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603139&aid=2924822&group_…
Bugs item #2924822, was opened at 2010-01-02 10:51
Message generated for change (Settings changed) made by w00sf
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2924822&group_…
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: None
Group: None
Status: Open
Resolution: None
>Priority: 8
Private: No
Submitted By: w00sf (w00sf)
Assigned to: Nobody/Anonymous (nobody)
Summary: cannot generate user-config.py
Initial Comment:
I encounter an error when executing generate_user_files.py and select to generate user-config.py. I use version r7848 of Pywikipedia Bot on Windows XP.
>C:\Python26\python.exe D:\pywiki\generate_
user_files.py
1: Create user_config.py file
2: Create user_fixes.py file
3: The two files
What do you do? 1
Traceback (most recent call last):
File "D:\pywiki\generate_user_files.py", line 132, in <module>
create_user_config()
File "D:\pywiki\generate_user_files.py", line 47, in create_user_config
know_families = re.findall(r'(.+)_family.py\b', '\n'.join(os.listdir(os.path
.join(base_dir, "families"))))
WindowsError: [Error 3] : 'families/*.*'
version.py output:
>C:\Python26\python.exe D:\pywiki\version.p
y
No user-config.py found in directory 'D:\pywiki'
Creating...
No user-config.py found in directory 'D:\pywiki'
Creating...
No user-config.py found in directory 'D:\pywiki'
Creating...
Traceback (most recent call last):
File "D:\pywiki\version.py", line 74, in <module>
print 'Pywikipedia %s' % getversion()
File "D:\pywiki\version.py", line 20, in getversion
return '%(tag)s (r%(rev)s, %(date)s)' % getversiondict()
File "D:\pywiki\version.py", line 32, in getversiondict
import wikipedia
File "D:\pywiki\wikipedia.py", line 148, in <module>
import config, login, query, version
File "D:\pywiki\config.py", line 86, in <module>
_base_dir = _wt.get_base_dir()
File "D:\pywiki\wikipediatools.py", line 51, in get_base_dir
create_user_config_file()
File "D:\pywiki\wikipediatools.py", line 6, in create_user_config_file
generate_user_files.create_user_config()
File "D:\pywiki\generate_user_files.py", line 47, in create_user_config
know_families = re.findall(r'(.+)_family.py\b', '\n'.join(os.listdir(os.path
.join(base_dir, "families"))))
WindowsError: [Error 3] : 'families/*.*'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2924822&group_…
Bugs item #2924822, was opened at 2010-01-02 10:51
Message generated for change (Tracker Item Submitted) made by w00sf
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2924822&group_…
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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: w00sf (w00sf)
Assigned to: Nobody/Anonymous (nobody)
Summary: cannot generate user-config.py
Initial Comment:
I encounter an error when executing generate_user_files.py and select to generate user-config.py. I use version r7848 of Pywikipedia Bot on Windows XP.
>C:\Python26\python.exe D:\pywiki\generate_
user_files.py
1: Create user_config.py file
2: Create user_fixes.py file
3: The two files
What do you do? 1
Traceback (most recent call last):
File "D:\pywiki\generate_user_files.py", line 132, in <module>
create_user_config()
File "D:\pywiki\generate_user_files.py", line 47, in create_user_config
know_families = re.findall(r'(.+)_family.py\b', '\n'.join(os.listdir(os.path
.join(base_dir, "families"))))
WindowsError: [Error 3] : 'families/*.*'
version.py output:
>C:\Python26\python.exe D:\pywiki\version.p
y
No user-config.py found in directory 'D:\pywiki'
Creating...
No user-config.py found in directory 'D:\pywiki'
Creating...
No user-config.py found in directory 'D:\pywiki'
Creating...
Traceback (most recent call last):
File "D:\pywiki\version.py", line 74, in <module>
print 'Pywikipedia %s' % getversion()
File "D:\pywiki\version.py", line 20, in getversion
return '%(tag)s (r%(rev)s, %(date)s)' % getversiondict()
File "D:\pywiki\version.py", line 32, in getversiondict
import wikipedia
File "D:\pywiki\wikipedia.py", line 148, in <module>
import config, login, query, version
File "D:\pywiki\config.py", line 86, in <module>
_base_dir = _wt.get_base_dir()
File "D:\pywiki\wikipediatools.py", line 51, in get_base_dir
create_user_config_file()
File "D:\pywiki\wikipediatools.py", line 6, in create_user_config_file
generate_user_files.create_user_config()
File "D:\pywiki\generate_user_files.py", line 47, in create_user_config
know_families = re.findall(r'(.+)_family.py\b', '\n'.join(os.listdir(os.path
.join(base_dir, "families"))))
WindowsError: [Error 3] : 'families/*.*'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2924822&group_…
Bugs item #2859789, was opened at 2009-09-16 05:35
Message generated for change (Comment added) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2859789&group_…
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: interwiki
Group: None
>Status: Closed
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Dmitry Nikitin (dmitrynikitin)
Assigned to: Nobody/Anonymous (nobody)
Summary: interwiki.py reverts last user change in article
Initial Comment:
interwiki.py does strange things.
Look at this diff http://de.wikipedia.org/w/index.php?title=Patrick_Swayze&diff=next&oldid=64…
What is this? Synchronization problem?
----
Version I did svn update before running.
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3]
----------------------------------------------------------------------
>Comment By: SourceForge Robot (sf-robot)
Date: 2010-01-02 02:20
Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-12-18 10:52
Message:
I guess it was fixed with r7234
----------------------------------------------------------------------
Comment By: Dmitry Nikitin (dmitrynikitin)
Date: 2009-09-16 15:58
Message:
other bot did the same
http://de.wikipedia.org/w/index.php?title=Patrick_Swayze&diff=next&oldid=64…
----------------------------------------------------------------------
Comment By: Dmitry Nikitin (dmitrynikitin)
Date: 2009-09-16 09:18
Message:
Correct oldid=64532313
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2859789&group_…
Support Requests item #2923020, was opened at 2009-12-29 21:17
Message generated for change (Comment added) made by keyril
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603139&aid=2923020&group_…
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: Install Problem
Group: None
Status: Open
Priority: 1
Private: No
Submitted By: Keyril (keyril)
Assigned to: Nobody/Anonymous (nobody)
Summary: Login problem
Initial Comment:
Sorry, but nothing i try works.
I just downloaded r7844, tried again the login.py, but failed with new error messages.
It should be easy:
* local installed MediaWiki 1.13.1
* Windows XP
* path: d:\xampp\htdocs\elysium
* Wikiname: Elysium
* user-config.py:
family = 'elysium'
mylang = 'en'
usernames['elysium']['en'] = 'WikiBot'
*
# -*- coding: utf-8 -*- # REQUIRED
import config, family, urllib # REQUIRED
class Family(family.Family): # REQUIRED
def __init__(self): # REQUIRED
family.Family.__init__(self) # REQUIRED
self.name = 'elysium' # REQUIRED; replace with actual name
self.langs = { # REQUIRED
'en': '127.0.0.1/elysium', # Include one line for each wiki in family
}
# IMPORTANT: if your wiki does not support the api.php interface,
# you must uncomment the second line of this method:
def apipath(self, code):
raise NotImplementedError, "%s wiki family does not support api.php" % self.name
return '%s/api.php' % self.scriptpath(code)
# Which version of MediaWiki is used? REQUIRED
def version(self, code):
# Replace with the actual version being run on your wiki
return '1.13.1'
def code2encoding(self, code):
"""Return the encoding for a specific language wiki"""
# Most wikis nowadays use UTF-8, but change this if yours uses
# a different encoding
return 'utf-8'
#def path(self, code):
# return '/elysium'
----------------------------------------------------------------------
Comment By: Keyril (keyril)
Date: 2010-01-01 19:28
Message:
It seems, that the login works fine if you use the default path (which is
not described), e.g. 127.0.0.1/elysium/w/index.php...
In this case you can delete the "def path" definition, uncomment "apipath"
(for unknown reason, because the api is accessible) and then the login
works.
Family file should look like (whole Wiki MUST be under
htdocs\elysium\w\...:
# -*- coding: utf-8 -*- # REQUIRED
import config, family, urllib # REQUIRED
class Family(family.Family): # REQUIRED
def __init__(self): # REQUIRED
family.Family.__init__(self) # REQUIRED
self.name = 'elysium' # REQUIRED; replace with actual name
self.langs = { # REQUIRED
'en': '127.0.0.1/elysium', # Include one line for each wiki
in family
}
# IMPORTANT: if your wiki does not support the api.php interface,
# you must uncomment the second line of this method:
def apipath(self, code):
raise NotImplementedError, "%s wiki family does not support
api.php" % self.name
return '%s/api.php' % self.scriptpath(code)
# Which version of MediaWiki is used? REQUIRED
def version(self, code):
# Replace with the actual version being run on your wiki
return '1.13.1'
def code2encoding(self, code):
"""Return the encoding for a specific language wiki"""
# Most wikis nowadays use UTF-8, but change this if yours uses
# a different encoding
return 'utf-8'
----------------------------------------------------------------------
Comment By: Keyril (keyril)
Date: 2010-01-01 19:23
Message:
workaround possible (see comment)
----------------------------------------------------------------------
Comment By: Keyril (keyril)
Date: 2009-12-31 08:35
Message:
correct url would be:
http://127.0.0.1/elysium/index.php/Main_Page
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-12-30 18:27
Message:
What is the right URL to get the Mainpage of your wiki?
----------------------------------------------------------------------
Comment By: Keyril (keyril)
Date: 2009-12-29 21:24
Message:
Sorry, hit the button too quick:
If i try above version of elysium_family.py i get error message for url
127.0.0.1/elysium/w/index.php...
How do i get rid of the "w"?
If i try and uncomment the lowest part with "def path" the path will be
127.0.0.1/elysium/elysium/index.php...
If i set self.langs to 127.0.0.1 without "elysium", the path should be
correct, but the error message is "wrong password or CAPTCHA answer"
I really don't know how to get it working.
Thanks in advance.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603139&aid=2923020&group_…
Support Requests item #2923020, was opened at 2009-12-29 21:17
Message generated for change (Comment added) made by keyril
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603139&aid=2923020&group_…
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: Install Problem
Group: None
>Status: Open
>Priority: 1
Private: No
Submitted By: Keyril (keyril)
Assigned to: Nobody/Anonymous (nobody)
Summary: Login problem
Initial Comment:
Sorry, but nothing i try works.
I just downloaded r7844, tried again the login.py, but failed with new error messages.
It should be easy:
* local installed MediaWiki 1.13.1
* Windows XP
* path: d:\xampp\htdocs\elysium
* Wikiname: Elysium
* user-config.py:
family = 'elysium'
mylang = 'en'
usernames['elysium']['en'] = 'WikiBot'
*
# -*- coding: utf-8 -*- # REQUIRED
import config, family, urllib # REQUIRED
class Family(family.Family): # REQUIRED
def __init__(self): # REQUIRED
family.Family.__init__(self) # REQUIRED
self.name = 'elysium' # REQUIRED; replace with actual name
self.langs = { # REQUIRED
'en': '127.0.0.1/elysium', # Include one line for each wiki in family
}
# IMPORTANT: if your wiki does not support the api.php interface,
# you must uncomment the second line of this method:
def apipath(self, code):
raise NotImplementedError, "%s wiki family does not support api.php" % self.name
return '%s/api.php' % self.scriptpath(code)
# Which version of MediaWiki is used? REQUIRED
def version(self, code):
# Replace with the actual version being run on your wiki
return '1.13.1'
def code2encoding(self, code):
"""Return the encoding for a specific language wiki"""
# Most wikis nowadays use UTF-8, but change this if yours uses
# a different encoding
return 'utf-8'
#def path(self, code):
# return '/elysium'
----------------------------------------------------------------------
>Comment By: Keyril (keyril)
Date: 2010-01-01 19:23
Message:
workaround possible (see comment)
----------------------------------------------------------------------
Comment By: Keyril (keyril)
Date: 2009-12-31 08:35
Message:
correct url would be:
http://127.0.0.1/elysium/index.php/Main_Page
----------------------------------------------------------------------
Comment By: xqt (xqt)
Date: 2009-12-30 18:27
Message:
What is the right URL to get the Mainpage of your wiki?
----------------------------------------------------------------------
Comment By: Keyril (keyril)
Date: 2009-12-29 21:24
Message:
Sorry, hit the button too quick:
If i try above version of elysium_family.py i get error message for url
127.0.0.1/elysium/w/index.php...
How do i get rid of the "w"?
If i try and uncomment the lowest part with "def path" the path will be
127.0.0.1/elysium/elysium/index.php...
If i set self.langs to 127.0.0.1 without "elysium", the path should be
correct, but the error message is "wrong password or CAPTCHA answer"
I really don't know how to get it working.
Thanks in advance.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603139&aid=2923020&group_…