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

invoke ssl throws errors (likely related to some path variable...?) #62

Open
calhamd opened this issue Jul 10, 2016 · 2 comments
Open

Comments

@calhamd
Copy link

calhamd commented Jul 10, 2016

C:\Users\ECALDOW\Dropbox\OSIRIS\API\Betfair\betfair.py-master>invoke ssl
Traceback (most recent call last):
File "c:\python27\lib\runpy.py", line 162, in run_module_as_main
"main", fname, loader, pkg_name)
File "c:\python27\lib\runpy.py", line 72, in run_code
exec code in run_globals
File "C:\Python27\Scripts\invoke.exe__main
.py", line 9, in
File "c:\python27\lib\site-packages\invoke\program.py", line 270, in run
self.execute()
File "c:\python27\lib\site-packages\invoke\program.py", line 381, in execute
executor.execute(_self.tasks)
File "c:\python27\lib\site-packages\invoke\executor.py", line 113, in execute
result = call.task(_args, *_call.kwargs)
File "c:\python27\lib\site-packages\invoke\tasks.py", line 111, in call
result = self.body(_args, *_kwargs)
File "C:\Users\ECALDOW\Dropbox\OSIRIS\API\Betfair\betfair.py-master\tasks.py",
line 49, in ssl
generate_key(name, bits)
File "c:\python27\lib\site-packages\invoke\tasks.py", line 111, in call
result = self.body(args, *kwargs)
File "C:\Users\ECALDOW\Dropbox\OSIRIS\API\Betfair\betfair.py-master\tasks.py",
line 14, in generate_key
run(cmd)
File "c:\python27\lib\site-packages\invoke__init
.py", line 32, in run
return Context().run(command, *_kwargs)
File "c:\python27\lib\site-packages\invoke\context.py", line 53, in run
return runner_class(context=self).run(command, **kwargs)
File "c:\python27\lib\site-packages\invoke\runners.py", line 259, in run
self.start(command, shell, env)
File "c:\python27\lib\site-packages\invoke\runners.py", line 966, in start
stdin=PIPE,
File "c:\python27\lib\subprocess.py", line 710, in init
errread, errwrite)
File "c:\python27\lib\subprocess.py", line 958, in _execute_child
startupinfo)
WindowsError: [Error 3] The system cannot find the path specified

@bitup-cs
Copy link

i had come accross the same problem. Have you found the solution.

@varneyo
Copy link

varneyo commented Jun 15, 2018

Did anyone find a solution to this? Struggling to generate a SSL certificate. Cant see much help on the internet on this.

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