Sorry… was not able to test until today… nothing much to add:
Output of sw_vers:
ProductName: Mac OS X
ProductVersion: 10.9.2
BuildVersion: 13C64
Issues with Step 1:
All programs except 'kiway_test.app' opened and launched
appropriately.
Issues with Step 2:
No issues.
Issues with Step 3: One issue, see below.
Issues with Step 4: One issue, see below.
Issues with Step 5: One issue, see below.
Issues with Step 6:
Output from pcbnew's Python console:
Welcome To PyCrust 0.9.8 - KiCAD Python Shell
Python 2.6.8 (unknown, Sep 12 2013, 21:34:02)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
print "hello world"
hello world
Issues with Step 7: One issue, see below.
Issues with Step 8: One issue, see below.
Issues with Step 9: One issue, see below.
Issues with Step 10: No issue.
One issue with launching apps from kicad (but not launching them
individually from the finder):
For all of the sub-apps, when I opened them from inside of kicad.app
they launched but their windows did not appear. When I clicked on the
app’s icon in the task bar their window did open up (ie: they were
launched and running but had not rendered and/or raised their main
window yet. However once I put the application in the foreground the
window was there and things appeared to work fine.)
I am guessing that the main loop that actually instantiates the
windows of these apps is not being entered until it receives an actual
event (like the finder ‘foreground process’ event)