eikenb / aws-console

Open AWS consoles from CLI using only your key pair
Other
11 stars 1 forks source link

failure on osx #1

Open querry43 opened 7 years ago

querry43 commented 7 years ago
$ python2.7 ./aws-console 

Traceback (most recent call last):
  File "./aws-console", line 181, in <module>
    if getArgs().create_role:
  File "./aws-console", line 56, in getArgs
    cache.append(parseArgs())
  File "./aws-console", line 34, in parseArgs
    browser_name = webbrowser.get().name
AttributeError: 'MacOSXOSAScript' object has no attribute 'name'
jorgedlt commented 6 years ago

I too am having this issue, previously everything was working. I reinstalled MACOSX with 10.12.6- now I get the same exact we above