[Pythonmac-SIG] py2app not including /Library/Python/2.6/site-packages

michael ferraro michael at possibleworlds.com
Mon Jan 24 02:53:26 CET 2011


how about I do a
	sys.path.append ("/Library/Python/2.6/site-packages")
in my main?




On Jan 23, 2011, at 8:04 PM, Aahz wrote:

> On Sun, Jan 23, 2011, michael ferraro wrote:
>> 
>> I am running MacOS X 10.6.6 I started out using the system python 2.6.  I built the
>> 3d extensions (PyQt, numpy, PyOpenGL &c) and they are installed in 
>> 	/Library/Python/2.6/site-packages
>> 
>> As I expected. My app runs fine when invoked directly from the Terminal.
> 
> Short answer (someone may come along with a longer one): use the
> python.org installer.  If you use Python 2.7, pick the 32-bit version
> unless you're absolutely certain ALL your users are on 10.6.
> -- 
> Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/
> 
> "All problems in computer science can be solved by another level of     
> indirection."  --Butler Lampson
> _______________________________________________
> Pythonmac-SIG maillist  -  Pythonmac-SIG at python.org
> http://mail.python.org/mailman/listinfo/pythonmac-sig
> unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG
> 



More information about the Pythonmac-SIG mailing list