Re: Updated now can't scroll uparrow

2011-06-03 Thread Ned Deily
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

Re: Updated now can't scroll uparrow

2011-06-02 Thread Gnarlodious
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

Re: Updated now can't scroll uparrow

2011-06-01 Thread Ned Deily
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

Re: Updated now can't scroll uparrow

2011-06-01 Thread Gnarlodious
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.

Re: Updated now can't scroll uparrow

2011-06-01 Thread Chris Rebert
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

Updated now can't scroll uparrow

2011-06-01 Thread Gnarlodious
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