-
Notifications
You must be signed in to change notification settings - Fork 36
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
Random Issues on mac os x 10.8.5 #22
Comments
I run 10.9.2 using python from brew and wx 2.9.5 with none of the issues you describe above. I'm not sure which version of py2app I last used but 0.8 does mention an argv fix that may be related. |
I am running wx 3.0 version, I do not see an older wx version in their homepage, http://www.wxpython.org/download.php |
Also when I click on Settings, I get the below exception
|
Sorry it took so long but I did finally get a chance to upgrade to wx 3.0. After this I was able to run py2app with no issues and dist/Loxodo.app was created. The running After opening my vault the open screen went blank but the vault contents window never came up. The menu was functional and when I went to settings both the vault contents and settings windows popped up. This does not happen when I run the loxodo.py directly from the code, ie 'python loxodo.py'. I was able to copy user/passwords out fine once my vault contents was up. Looking closer at what you said, you should probably be starting the app via open or double click in finder, digging the python out of the app is likely to have some issues. What exactly is going on beyond that I have yet to figure out. |
@arbinish I believe I had these same issues and found a solution (based on some changes I see I made):
|
To start with, I can't create a mac app from source. setup.py fails with argv_emulation error.
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:
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:
Any observed similar issues in their mac? Any workaround / resolution exists?
The text was updated successfully, but these errors were encountered: