[Chicago] python 3 on leopard anyone?

jason gessner jason at multiply.org
Tue Jan 22 04:12:25 CET 2008


to close the loop on this.  This was weird.

I had my terminal set up so that LANG was en_US and the python 3.0a2
distro would not build.  when i set my LANG to en_US.utf8  all was
well in the world.  Here as an example from my terminal illustrating
the problem.

network-192-168-1-102:~ jason$ export LANG=en_US
network-192-168-1-102:~ jason$ python
Python 3.0a2 (r30a2:59382, Jan  5 2008, 16:35:28)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 1
>>> 2
>>>
network-192-168-1-102:~ jason$ python
Python 3.0a2 (r30a2:59382, Jan  5 2008, 16:35:28)
[GCC 4.0.1 (Apple Inc. build 5465)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 1
1
>>>

weird.  Just thought this might affect others.

-jason

On Dec 27, 2007 1:34 PM,  <bray at sent.com> wrote:
>
> On Wed, 26 Dec 2007 11:18:53 -0600, "jason gessner" <jason at multiply.org>
> said:
>
> >
> > i don't want to clutter the list with a bunch of compiler flag
> > questions, but has anyone had any luck getting ptyhon 3 alphas
> > compiled on leopard?  If so, please contact me off list (or if others
> > say they are interested on the list) with any notes you have on what
> > it took.
> >
>
> I suggest you repost this question to the Python Mac SIG
> http://mail.python.org/mailman/listinfo/pythonmac-sig after searching
> the archive.  There also is a #macpython and #pyobjc that are mostly
> quiet (freenode).  I find #macdev probably the most useful. But
> sometimes you will get scored for talking about things not Cocoa
> oriented--its a thick skin channel.
>
>
> Best,
>
> Brian Ray
>
>
>
>
>
>
>
> _______________________________________________
> Chicago mailing list
> Chicago at python.org
> http://mail.python.org/mailman/listinfo/chicago
>


More information about the Chicago mailing list