Re: [Pythonmac-SIG] py2app and Terminal

2008-12-24 Thread Conan C. Albrecht
Be sure the shebang is at the TOP of your script -- first line with nothing in front of it. Py2app is really for GUI applications. The solution Sean suggests is the best way for a terminal app. Conan C. Albrecht, Ph.D. Information Systems Department

Re: [Pythonmac-SIG] Status of Python 3.0 for Mac?

2008-12-16 Thread Conan C. Albrecht
to 3.0. That should switch the system. ________ Conan C. Albrecht, Ph.D. Information Systems Department Brigham Young University Email: co...@warp.byu.edu Phone: +1-801-805-1615 Web/Blog: http://warp.byu.edu/ On Dec 15, 2008, at 17:33, Christopher Barker wrote: Dav Clark wrote: It's easy to

Re: [Pythonmac-SIG] Status of Python 3.0 for Mac?

2008-12-15 Thread Conan C. Albrecht
o change to a different version. ________ Conan C. Albrecht, Ph.D. Information Systems Department Brigham Young University Email: co...@warp.byu.edu Phone: +1-801-805-1615 Web/Blog: http://warp.byu.edu/ On Dec 15, 2008, at 07:53, Ken Mankoff wrote: On Mon, 15 Dec 2008,

Re: [Pythonmac-SIG] Status of Python 3.0 for Mac?

2008-12-14 Thread Conan C. Albrecht
5-etc-/ I have no idea when the .dmg download will be available. ________ Conan C. Albrecht, Ph.D. Information Systems Department Brigham Young University Email: co...@warp.byu.edu Phone: +1-801-805-1615 Web/Blog: http://warp.byu.edu/ On Dec 14, 2008, at 08:16, Rodney S

Re: [Pythonmac-SIG] LOLpatents

2008-12-12 Thread Conan C. Albrecht
any patent to give them time to move ahead of the competition. After that, it should be fair game. Check out this web site on the topic: http://www.linuxfoundation.org/en/Osapa ________ Conan C. Albrecht, Ph.D. Information Systems Department Brigham Young University

[Pythonmac-SIG] Appscript

2008-12-11 Thread Conan C. Albrecht
xt items of scriptname set AppleScript's text item delimiters to {""} set scriptname to textItems as string set scriptname to scriptname & ".py" -- Run the script do shell script "python '" & scriptname & "'"