joshu...@gmail.com
unread,Feb 16, 2008, 4:43:55 AM2/16/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Area Diffraction Machine
When you run the Mac OS X version of the program, you will probably
notice that the program lacks the console that you get when you run
the windows version of the program. Sometimes interesting things are
printed to the console, especially when fitting calibration data. So
this is kind of irritating. Unfortunately, I can not figure out how to
build the Mac version of the program to include the console window. So
for now, there is a kind of annoying work around. If you want the
console functionality, you are going to have to launch the program
from the Terminal instead of launching it by clicking on the icon. To
do this, open up the Terminal, then navigate to the folder with the
AreaDiffractionMachine application in it, and issue the following
command:
$ ./AreaDiffractionMachine.app/Contents/MacOS/MyApplication
This will launch the application from the Terminal. Since the terminal
is still running after you launch the program from it, the console
output from the program will be displayed in that terminal. Hopefully
this will work well enough for now. If anybody knows how to make
py2app do the right thing so we don't need this work around, I am all
ears,
Josh