Glad to see the reply from you ronald.. Can you please (or anybody in this
list) suggest me an temporary alternate to freeze python 3 scripts for Mac
OS X as of now?

Thanks..

On Wed, Apr 7, 2010 at 8:20 PM, Ronald Oussoren <ronaldousso...@mac.com>wrote:

>   Hi,
>
> distribute does indeed support python3 and is a fork of setuptools.   Py2app 
> should work just fine with distribute, however: I haven't ported py2app to 
> python3 yet and therefore installing it into a python3 tree may or may not 
> work.
>
> I'm currently porting pyobjc to python3, and that port is far enough along 
> that it is worthwhile for me to start porting py2app as well to be able to 
> check the pyobjc port with real applications. I have no timeframe for this 
> yet though.
>
> Ronald
>
> On Wednesday, April 07, 2010, at 02:51PM, "Jeba raj" <jebama...@gmail.com> 
> wrote:
> >_______________________________________________
> >Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
> >http://mail.python.org/mailman/listinfo/pythonmac-sig
> >unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG
> >
> >
>
>  Hello all,
>
>           When i tried to install py2app from it's source for *python 3 *i
> stuck up with this error.
> Traceback (most recent call last):
>   File "setup.py", line 3, in <module>
>     import ez_setup
>   File "/Users/zoho/Program Files/py2app-0.4.3/ez_setup/__init__.py", line
> 98
>     except pkg_resources.VersionConflict, e:
>                                         ^
> And when i googled around found that setuptools doesn't support python 3.
> Link : http://trac.getwindmill.com/ticket/326
>
> I also found Distribute <http://pypi.python.org/pypi/distribute> which is
> a fork of the Setuptools project supports python 3. Can i install py2app
> using distribute?? If so please tell me the steps..
>
> Any help in this regard would be much appreciated..
>
> Thanks..
>
_______________________________________________
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