In article <d1e85803-1222-4cde-82de-e004fa706...@xiao-yu.com>,
 Xiao Yu <n...@xiao-yu.com> wrote:
> There is no problem at all when I use Apple Python with pretty much 
> everything. Except when I have to distribute it with py2app. A separate 
> Python is essential for me. I could use MacPort or Fink but that would put me 
> a few versions behind the latest release. I'd really like to just use Python 
> from python.org and add all the libraries I need but I can't seem to compile 
> any libraries for this Python. They all end with a similar error. I'm not 
> sure what I'm missing. It gives the same error when I try to egg this too. 

For what it's worth, the MacPorts pythons seem to be keeping right 
up-to-date with the latest releases. 

   $ sudo port selfupdate
   $ sudo port install py26-pil py26-py2app-devel

should get you a working PIL 1.1.6, py2app 0.4.4, and python 2.6.4, all 
rooted in /opt/local/, e.g. /opt/local/bin/python2.6.

-- 
 Ned Deily,
 n...@acm.org

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to