cortex icon indicating copy to clipboard operation
cortex copied to clipboard

On MacOSX, doesn't open links

Open vorstack-jeff opened this issue 11 years ago • 1 comments

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'

vorstack-jeff avatar May 23 '14 12:05 vorstack-jeff

I'm getting the same error on Mac OS 10.9.3 with Python 3.4.1.

asmallteapot avatar May 26 '14 05:05 asmallteapot