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
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
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,
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
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
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 & "'"