Re: 2to3 for 2.7

2012-05-27 Thread ru...@yahoo.com
On 05/27/2012 07:53 AM, Steven D'Aprano wrote: > > On Sat, 26 May 2012 19:37:33 -0700, ru...@yahoo.com wrote: >> >> Is there a list of fixers I can tell 2to3 to use that will limit changes >> >> to things that will continue to run under python-2.7? > > > > So you want a 2to2? Yes. :-) > > I sugg

Tkinter deadlock on graceful exit

2012-05-27 Thread Matteo Landi
Hi list, recently I started to work on an application [1] which makes use of the Tkinter module to handle interaction with the user. Simply put, the app is a text widget displaying a file filtered by given criteria, with a handy feature that the window is raised each time a new line is added to th

Re: PEP 405 vs 370

2012-05-27 Thread Damjan Georgievski
http://www.python.org/dev/peps/pep-0405/ I don't get what PEP 405 (Python Virtual Environments) brings vs what we already had in PEP 370 since Python 2.6. Obviously 405 has a tool to create virtual environments, but that's trivial for PEP 370 [1], and has support for isolation from the system-wi

Re: Smallest/cheapest possible Python platform?

2012-05-27 Thread Gelonida N
On 05/27/2012 05:37 PM, Colin J. Williams wrote: On 26/05/2012 12:25 PM, Paul Rubin wrote: Roy Smith writes: The Rasberry Pi certainly looks attractive, but isn't quite available today. Can you run Python on an Arduino? No. YOu want a 32-bit platform with an OS and perhaps 1 meg of memory. An

Re: Smallest/cheapest possible Python platform?

2012-05-27 Thread Colin J. Williams
On 26/05/2012 12:25 PM, Paul Rubin wrote: Roy Smith writes: The Rasberry Pi certainly looks attractive, but isn't quite available today. Can you run Python on an Arduino? No. YOu want a 32-bit platform with an OS and perhaps 1 meg of memory. And by the time you port Python to it unless it's

Re: 2to3 for 2.7

2012-05-27 Thread Steven D'Aprano
On Sat, 26 May 2012 19:37:33 -0700, ru...@yahoo.com wrote: > Is there a list of fixers I can tell 2to3 to use that will limit changes > to things that will continue to run under python-2.7? So you want a 2to2? I suggest you read the Fine Manual and choose the fixers you want to apply yourself:

Re:How to build a browser on Mac in Official Python (not MacPorts Python).

2012-05-27 Thread Mr.T Beppu
Hello All ! I installed Qt and PySide in Macintosh. There is a sample browser program @ the PySide site. It operated by Python2.7 and 2.6. Thank you for Barry Scott . U r welcome. from tokyo Japan. -- http://mail.python.org/mailman/listinfo/python-list