Thanks für these hints. I'll give some remarks soon. xqt
----- Original Nachricht ---- Von: John <[email protected]> An: Pywikipedia discussion list <[email protected]> Datum: 05.04.2014 18:22 Betreff: Re: [Pywikipedia-l] versionHistories > Writing a good solid code, that works. Doesnt hit the svn/git servers after > every script invoke, doesnt create 10,000 different log files in the /logs > folder by default. doesnt have a dozen dependencies for one or two bots, > has a version control system that works cross platform without driving > users crazy. I could go on but my basic point is to have a code base with > minimal overhead, reliable code, and that doesnt break. > > On Sat, Apr 5, 2014 at 12:16 PM, <[email protected]> wrote: > > > I can reproduce the error given by traceback if I use a wrong path to > > start a script. But I cannot reproduce the syntax error. This means the > > source might be corrupt and the object file cannot be created. This may > > cause the import error. Because version.py and pywikibot.__init__ gives a > > rigth traceback message I bet on the wikipedia.py. Seems it has illegal > > characters on the first line or something like this. > > > > Binariz: where did you downloaded the framework? I'll try to investigate > > into that matter. > > > > You may use the path setting for compat or core release but it may also > be > > omitted. > > You also my use git or svn repository. I use it both: git for > development, > > svn for the bot. > > The nightly dump is also available which works without these version > > control Systems but it is hard to use with local changes at the > framework's > > scripts because you have to merge new code yourself. > > > > What does it mean "back to the roots?" > > > > Greetings > > xqt > > > > > > > > > > ----- Original Nachricht ---- > > Von: John <[email protected]> > > An: Pywikipedia discussion list <[email protected]> > > Datum: 05.04.2014 17:50 > > Betreff: Re: [Pywikipedia-l] versionHistories > > > > > Its not a path issue, compat doesnt use it, odds are someone fucked up > > the > > > code, especially with the changes in the last two years or so where we > > > moved away from what pywiki's origin. At the point where we require > > either > > > git, or svn to be installed just begs for something to break. Instead > of > > > depending on the repo lets get back to our roots. > > > > > > On Sat, Apr 5, 2014 at 11:35 AM, Bináris <[email protected]> wrote: > > > > > > > > > > > > > > > > > > > 2014-04-05 15:16 GMT+02:00 <[email protected]>: > > > > > > > > The monkey-patch for importing "pywikibot" directly instead of > > > "wikipedia" > > > >> was done in November 2012. It should run as expected. > > > >> > > > >> Do you have any Setting für PYWIKIBOT_DIR? > > > >> > > > > I don't know about it. Should I have? I didn't have als for the > > prevoius > > > > version which worked. > > > > > > > > > > > >> The error sound like you have a wrong path to the Framework or a > > > absolute > > > >> path at your command line. > > > >> > > > >> Could you tell me your framework path and the whole command line > > > invoking > > > >> the script? > > > >> > > > > > > > > c:\Pywikipedia, since 2006 December. I open this directory in Total > > > > Commander, then start a command line directly from this dir, then I > > type > > > > the script name. > > > > > > > > _______________________________________________ > > > > Pywikipedia-l mailing list > > > > [email protected] > > > > https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l > > > > > > > > > > > > > > > > > -------------------------------- > > > > > > _______________________________________________ > > > Pywikipedia-l mailing list > > > [email protected] > > > https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l > > > > > > > _______________________________________________ > > Pywikipedia-l mailing list > > [email protected] > > https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l > > > > > -------------------------------- > > _______________________________________________ > Pywikipedia-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l > _______________________________________________ Pywikipedia-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
