On Wed, Jul 20, 2011, Russell E. Owen wrote:
>
> Will py2app to work to build Mac application bundles under Lion (MacOS X 
> 10.7)?
> 
> I'm using python.org 32-bit python and ActiveState Tcl/Tk 8.4.19 and 
> trying to build self-contained Python/Tk apps that run on at least MacOS 
> X 10.5 and later.
> 
> I assume there's no problems, but it would be very helpful to know what 
> to watch out for if there are.

Works for us, but Lion always runs installs as root so you need to
update your flights to use "su -u $USER" for anything you previously did
as the default user.
-- 
Aahz (a...@pythoncraft.com)           <*>         http://www.pythoncraft.com/

"If you don't know what your program is supposed to do, you'd better not
start writing it."  --Dijkstra
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to