- 13 Aug, 2018 1 commit
-
-
Laurent Bachelier authored
Especially with local_run
-
- 09 Aug, 2018 2 commits
-
-
Laurent Bachelier authored
That way you can do "local_run -Wall boobank" -Wall was previously not working at all, being passed as argv[0], and gets quickly annoying.
-
Laurent Bachelier authored
Without it, sys.executable became '' and would end up confusing some virtualenv installs.
-
- 25 Oct, 2016 1 commit
-
-
Phyks (Lucas Verney) authored
When `$PYTHONPATH` was not set, the `local_run.py` was setting a `$PYTHON_PATH` which was only containing the script directory. It was blocking when trying to run another Python script which was making use of Weboob API, as well as loading other non Python stdlib modules. Signed-off-by:
Phyks (Lucas Verney) <phyks@phyks.me>
-
- 17 Jul, 2015 1 commit
-
-
Laurent Bachelier authored
related to e93d724e
-
- 27 Feb, 2015 1 commit
-
-
Matthieu Weber authored
When installing weboob in $HOME, the weboob base modules (weboob.browser...) are installed in $HOME/.local/lib/python2.7/site-packages/... (see PEP-370). When running weboob from the source directory with tools/local_run.sh, those base modules are read from $HOME/.local instead of the source directory. Passing the "-s" option to python makes it ignore $HOME/.local and read the base modules from the source directory. Signed-off-by:
Matthieu Weber <mweber+weboob@free.fr>
-
- 06 Oct, 2014 1 commit
-
-
Laurent Bachelier authored
python modernize.py --no-six -f libmodernize.fixes.fix_print -w With manual fixes as the import was put always on top.
-
- 05 Sep, 2014 1 commit
-
-
François Revol authored
-
- 26 May, 2014 1 commit
-
-
Laurent Bachelier authored
-
- 30 Dec, 2013 1 commit
-
-
Laurent Bachelier authored
-
- 19 Jul, 2013 1 commit
-
-
Laurent Bachelier authored
-
- 14 May, 2013 1 commit
-
-
Laurent Bachelier authored
This allows running any weboob script, not only those in scripts/
-
- 09 Apr, 2013 1 commit
-
-
Laurent Bachelier authored
-
- 05 Apr, 2013 1 commit
-
-
Laurent Bachelier authored
-
- 25 Mar, 2013 2 commits
-
-
Laurent Bachelier authored
-
Laurent Bachelier authored
-