cortex
cortex copied to clipboard
On MacOSX, doesn't open links
Traceback (most recent call last):
File "./cortex", line 949, in main
interface.main()
File "./cortex", line 600, in main
cmd(self.data, self)
File "./cortex", line 788, in cm_open
interface.entry.open()
File "./cortex", line 477, in open
browseropen(self.data["url"])
File "./cortex", line 273, in browseropen
cmdline = webbrowser.get().name + " " + uri
AttributeError: 'MacOSXOSAScript' object has no attribute 'name'
I'm getting the same error on Mac OS 10.9.3 with Python 3.4.1.