Skip to content

Random Issues on mac os x 10.8.5 #22

@arbinish

Description

@arbinish

To start with, I can't create a mac app from source. setup.py fails with argv_emulation error.

$ python2.7 setup.py py2app
running py2app
error: argv-emulation is not supported for 64-bit executables

This works fine once I disable argv_emulation (set to False in setup.py)
However the app then fails (double clicking Loxodo.app) to launch with the following error:

com.apple.launchd.peruser.11188[565] ([0x0-0x1386385].org.pythonmac.unspecified.Loxodo[32192]): Exited with code
: 255

Now the strange thing there is that, I can launch it from command line if I open Loxodo binary, which is under Contents/MacOS/Loxodo, but then the any clipboard operation fails with the following exception:

Traceback (most recent call last):
  File "/Users/arbinish/dev/me/loxodo/dist/Loxodo.app/Contents/Resources/lib/python2.7/src/frontends/wx/vaultframe.py", line 562, in _on_copy_username
    self._copy_to_clipboard(entry.user)
  File "/Users/arbinish/dev/me/loxodo/dist/Loxodo.app/Contents/Resources/lib/python2.7/src/frontends/wx/vaultframe.py", line 284, in _copy_to_clipboard
    wx.TheClipboard.SetData(clip_object)
  File "/usr/local/lib/wxPython-3.0.0.0/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_misc.py", line 5841, in SetData
    return _misc_.Clipboard_SetData(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "(syncFlags&kPasteboardClientIsOwner)" failed at /BUILD/wxPython-src-3.0.0.0/src/osx/carbon/clipbrd.cpp(121) in AddData(): client couldn't own clipboard

Any observed similar issues in their mac? Any workaround / resolution exists?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions