Skip to content

Instantly share code, notes, and snippets.

@jedie
Created March 18, 2018 12:09
Show Gist options
  • Select an option

  • Save jedie/62f7e41e7f9c462b25aa856705bf8db6 to your computer and use it in GitHub Desktop.

Select an option

Save jedie/62f7e41e7f9c462b25aa856705bf8db6 to your computer and use it in GitHub Desktop.
run-calculator$ ./setup.py linux
running linux
* Writing application template...
Template Python-Linux-template succesfully updated.
Project template: /home/jens/.cookiecutters/Python-Linux-template
* Installing requirements...
No requirements.
* Installing platform requirements...
Obtaining toga_core from git+https://github.com/pybee/toga.git@ebf314a0be85b5843f3ec9c38752dd07ba77a68a#egg=toga_core&subdirectory=src/core
Skipping because already up-to-date.
Obtaining toga_django from git+https://github.com/pybee/toga.git@ebf314a0be85b5843f3ec9c38752dd07ba77a68a#egg=toga_django&subdirectory=src/django
Skipping because already up-to-date.
Obtaining toga_dummy from git+https://github.com/pybee/toga.git@ebf314a0be85b5843f3ec9c38752dd07ba77a68a#egg=toga_dummy&subdirectory=src/dummy
Skipping because already up-to-date.
Obtaining toga_gtk from git+https://github.com/pybee/toga.git@ebf314a0be85b5843f3ec9c38752dd07ba77a68a#egg=toga_gtk&subdirectory=src/gtk
Skipping because already up-to-date.
Installing collected packages: toga-core, toga-django, toga-dummy, toga-gtk
Found existing installation: toga-core 0.3.0.dev8
Uninstalling toga-core-0.3.0.dev8:
Successfully uninstalled toga-core-0.3.0.dev8
Running setup.py develop for toga-core
Complete output from command /home/jens/repos/RunCalculator-Env/bin/python -c "import setuptools, tokenize;__file__='/home/jens/repos/RunCalculator-Env/src/toga-core/src/core/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps --home=/tmp/tmpdcmjnsus:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: option --home not recognized
----------------------------------------
Rolling back uninstall of toga-core
Command "/home/jens/repos/RunCalculator-Env/bin/python -c "import setuptools, tokenize;__file__='/home/jens/repos/RunCalculator-Env/src/toga-core/src/core/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps --home=/tmp/tmpdcmjnsus" failed with error code 1 in /home/jens/repos/RunCalculator-Env/src/toga-core/src/core
Obtaining toga_core from git+https://github.com/pybee/toga.git@ebf314a0be85b5843f3ec9c38752dd07ba77a68a#egg=toga_core&subdirectory=src/core
Skipping because already up-to-date.
Obtaining toga_django from git+https://github.com/pybee/toga.git@ebf314a0be85b5843f3ec9c38752dd07ba77a68a#egg=toga_django&subdirectory=src/django
Skipping because already up-to-date.
Obtaining toga_dummy from git+https://github.com/pybee/toga.git@ebf314a0be85b5843f3ec9c38752dd07ba77a68a#egg=toga_dummy&subdirectory=src/dummy
Skipping because already up-to-date.
Obtaining toga_gtk from git+https://github.com/pybee/toga.git@ebf314a0be85b5843f3ec9c38752dd07ba77a68a#egg=toga_gtk&subdirectory=src/gtk
Skipping because already up-to-date.
Collecting travertino>=0.1.0 (from toga_core)
Using cached travertino-0.1.2-py3-none-any.whl
Collecting django==1.10.6 (from toga_django)
Using cached Django-1.10.6-py2.py3-none-any.whl
Collecting django-environ==0.4.1 (from toga_django)
Using cached django_environ-0.4.1-py2.py3-none-any.whl
Collecting gbulb>=0.5.3 (from toga_gtk)
Using cached gbulb-0.5.3-py3-none-any.whl
Collecting six (from django-environ==0.4.1->toga_django)
Using cached six-1.11.0-py2.py3-none-any.whl
Installing collected packages: travertino, toga-core, django, six, django-environ, toga-django, toga-dummy, gbulb, toga-gtk
Found existing installation: toga-core 0.3.0.dev8
Uninstalling toga-core-0.3.0.dev8:
Successfully uninstalled toga-core-0.3.0.dev8
Running setup.py develop for toga-core
Complete output from command /home/jens/repos/RunCalculator-Env/bin/python -c "import setuptools, tokenize;__file__='/home/jens/repos/RunCalculator-Env/src/toga-core/src/core/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps --home=/tmp/tmp5llak5xx:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: option --home not recognized
----------------------------------------
Rolling back uninstall of toga-core
Command "/home/jens/repos/RunCalculator-Env/bin/python -c "import setuptools, tokenize;__file__='/home/jens/repos/RunCalculator-Env/src/toga-core/src/core/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps --home=/tmp/tmp5llak5xx" failed with error code 1 in /home/jens/repos/RunCalculator-Env/src/toga-core/src/core
* Installing project code...
Processing /home/jens/repos/RunCalculator-Env/src/run-calculator
Installing collected packages: run-calculator
Running setup.py install for run-calculator ... done
Successfully installed run-calculator-0.0.1
* No icons defined - using default...
* No splash screen defined...
Installation complete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment