Open coccoinomane opened 8 years ago
After various pkg_resources.DistributionNotFound
errors complained about missing packages while building on El Capitan, I installed pyobjc-framework-Cocoa
& durus
and was eventually able to compile the app from the latest commit f440aa5.
However, the resulting app crashes at launch with the following error: The console error isn't very helpful:
2016-09-15 12:56:24.576 MacTimeLog[61181]: MacTimeLog Error
The application log file at ~/Library/Logs/MacTimeLog/MacTimeLog.log
contains no new entries for this crash.
If you need to run the app on El Capitan, the last release that works is the “official” release: 0.2-beta3. But running this means you'll miss all the later changes.
@SPlyer Any chance you'd be able to compile the latest changes into a version that runs on El Capitan?
See #17.
I just wanted to note that I was able to pull from the repo as of today (v0.3-alpha2, commit: f440aa5) and build/run (via scons) without issue on El Capitan (10.11.6) with the standard python install (2.7.10).
Hi! I am on El Capitan 10.11.5. When I try to compile:
I get the following error:
The complete output is in mactimelog_log.txt.
If I instead use python2.7 from MacPorts (
/opt/local/bin/python
), the MacTimeLog.app file is created correctly, but it crashes when I open it with Console error:Any idea?
Thank you! Guido