In article
<730fedb4-a3ad-46df-ad66-2376d0af4...@p13g2000yqh.googlegroups.com>,
Gnarlodious wrote:
> After copious headscratching I took Ned's advice and went for 3.2
> which includes built-in interactive arrow key support. To any Mac OSX
> readers, save yourself the trouble and don't even try P
After copious headscratching I took Ned's advice and went for 3.2
which includes built-in interactive arrow key support. To any Mac OSX
readers, save yourself the trouble and don't even try Python 3.1.3.
-- Gnarlie
http://Gnarlodious.com
--
http://mail.python.org/mailman/listinfo/python-list
In article
<6dc00d94-2776-47c1-8ad6-d7e608c6e...@n11g2000yqf.googlegroups.com>,
Gnarlodious wrote:
> Like so:
>
> ./configure MACOSX_DEPLOYMENT_TARGET=10.6 \
> --enable-framework=/usr/local/python-3.1/frameworks \
> --prefix=/usr/local/python-3.1 \
> --enable-universalsdk=/ \
> --with-universa
Like so:
./configure MACOSX_DEPLOYMENT_TARGET=10.6 \
--enable-framework=/usr/local/python-3.1/frameworks \
--prefix=/usr/local/python-3.1 \
--enable-universalsdk=/ \
--with-universal-archs=intel
Is there some directive to enable Readline?
-- Gnarlie
http://Gnarlodious.com
--
http://mail.python.
On Wed, Jun 1, 2011 at 7:37 AM, Gnarlodious wrote:
> I updated Python to 3.1.3 on Mac OSX. Now suddenly in the Interactive
> interpreter I get all this instead of scrolling the history:
>
^[[A^[[A^[[A
>
> What's wrong and how to fix it?
Looks like GNU readline support wasn't enabled in the b
I updated Python to 3.1.3 on Mac OSX. Now suddenly in the Interactive
interpreter I get all this instead of scrolling the history:
>>> ^[[A^[[A^[[A
What's wrong and how to fix it?
-- Gnarlie
http://Gnarlodious.com
--
http://mail.python.org/mailman/listinfo/python-list