Hi,
I just pulled the latest pwb from upstream and this commit is giving
me some headakes. The associated bug says "Add script integration
tests", and the description says "Miscellaneous pwb improvements".
However, when running with python 2.7.8, all I get is a bunch of
warnings (see below). Have you guys tested this with python 2? Have
you considered that some users might not use folders as modules, but
rather have related scripts in the same folder?
Thanks,
Strainu
Parent module monumente not found: No module named monumente
./monumente/parse_monument_article.py:10: RuntimeWarning: Parent
module 'monumente' not found while handling absolute import
import sys
./monumente/parse_monument_article.py:11: RuntimeWarning: Parent
module 'monumente' not found while handling absolute import
import time, datetime
./monumente/parse_monument_article.py:12: RuntimeWarning: Parent
module 'monumente' not found while handling absolute import
import warnings
./monumente/parse_monument_article.py:13: RuntimeWarning: Parent
module 'monumente' not found while handling absolute import
import json
./monumente/parse_monument_article.py:14: RuntimeWarning: Parent
module 'monumente' not found while handling absolute import
import string
./monumente/parse_monument_article.py:15: RuntimeWarning: Parent
module 'monumente' not found while handling absolute import
import cProfile
./monumente/parse_monument_article.py:16: RuntimeWarning: Parent
module 'monumente' not found while handling absolute import
import re
./monumente/parse_monument_article.py:18: RuntimeWarning: Parent
module 'monumente' not found while handling absolute import
import pywikibot
./monumente/parse_monument_article.py:19: RuntimeWarning: Parent
module 'monumente' not found while handling absolute import
from pywikibot import pagegenerators
./monumente/parse_monument_article.py:20: RuntimeWarning: Parent
module 'monumente' not found while handling absolute import
from pywikibot import config as user
./monumente/parse_monument_article.py:21: RuntimeWarning: Parent
module 'monumente' not found while handling absolute import
from pywikibot import catlib
./monumente/parse_monument_article.py:24: RuntimeWarning: Parent
module 'monumente' not found while handling absolute import
import strainu_functions as strainu