Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Failes after install #91

Closed
kevthehermit opened this issue Dec 5, 2016 · 4 comments
Closed

Run Failes after install #91

kevthehermit opened this issue Dec 5, 2016 · 4 comments

Comments

@kevthehermit
Copy link
Contributor

$ sudo tanner
Traceback (most recent call last):
File "/usr/local/bin/tanner", line 4, in
import('pkg_resources').run_script('Tanner==0.1.0', 'tanner')
File "/usr/local/lib/python3.5/dist-packages/pkg_resources/init.py", line 744, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/local/lib/python3.5/dist-packages/pkg_resources/init.py", line 1499, in run_script
exec(code, namespace, namespace)
File "/usr/local/lib/python3.5/dist-packages/Tanner-0.1.0-py3.5.egg/EGG-INFO/scripts/tanner", line 21, in
main()
File "/usr/local/lib/python3.5/dist-packages/Tanner-0.1.0-py3.5.egg/EGG-INFO/scripts/tanner", line 16, in main
config.TannerConfig.set_config(args.config)
File "/usr/local/lib/python3.5/dist-packages/Tanner-0.1.0-py3.5.egg/tanner/config.py", line 12, in set_config
TannerConfig.create_default_config(cfg, config_path)
File "/usr/local/lib/python3.5/dist-packages/Tanner-0.1.0-py3.5.egg/tanner/config.py", line 23, in create_default_config
with open(config_path, 'w') as configfile:
FileNotFoundError: [Errno 2] No such file or directory: '/opt/tanner/config.cfg'

@kevthehermit
Copy link
Contributor Author

Looks like #90 will fix

@afeena
Copy link
Collaborator

afeena commented Dec 5, 2016

Please, let me know if something goes wrong with #90 :)

@glaslos
Copy link
Member

glaslos commented Dec 5, 2016

Just merged #90 please check if that solves your issue.

@kevthehermit
Copy link
Contributor Author

Looks good thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants