Re: Use à Python 2 module with Python 3

2015-03-12 Thread Ian Kelly
On Wed, Mar 11, 2015 at 11:30 AM, Michael Parchet mparc...@sunrise.ch wrote: Hello, Only one file of pyside project has update at 10 fob, What's your opinion Pyside is ded ? This thread has some discussion that would be useful in determining the current state of the project:

Re: Use à Python 2 module with Python 3

2015-03-12 Thread Michael Torrie
On 03/11/2015 11:30 AM, Michael Parchet wrote: Hello, Only one file of pyside project has update at 10 fob, What's your opinion Pyside is ded ? Qt 4 is very stable, with no new features. PySide works very well for me, and the few bugs/limitations that I know of can be worked around

Re: Use à Python 2 module with Python 3

2015-03-11 Thread Ian Kelly
On Wed, Mar 11, 2015 at 4:54 AM, Steven D'Aprano steve+comp.lang.pyt...@pearwood.info wrote: Michael Parchet wrote: Hello, The pyside project is ded. What makes you think that Pyside is dead? It seems to be active to me. The latest update was just 29 days ago: https://github.com/PySide

Re: Use à Python 2 module with Python 3

2015-03-11 Thread Robert Kern
On 2015-03-11 19:31, Michael Torrie wrote: On 03/11/2015 01:29 PM, Chris Warrick wrote: On Wed, Mar 11, 2015 at 8:20 PM, Michael Torrie torr...@gmail.com wrote: My biggest complaint with PySide is that for historical reasons (looking at you, PyQt), it does not use pep8 naming conventions,

Re: Use à Python 2 module with Python 3

2015-03-11 Thread Robert Kern
On 2015-03-11 18:46, Vincent Vande Vyvre wrote: Le 11/03/2015 18:06, Ian Kelly a écrit : On Wed, Mar 11, 2015 at 4:54 AM, Steven D'Aprano steve+comp.lang.pyt...@pearwood.info wrote: Michael Parchet wrote: Hello, The pyside project is ded. What makes you think that Pyside is dead? It seems

Re: Use à Python 2 module with Python 3

2015-03-11 Thread Chris Warrick
On Wed, Mar 11, 2015 at 8:20 PM, Michael Torrie torr...@gmail.com wrote: My biggest complaint with PySide is that for historical reasons (looking at you, PyQt), it does not use pep8 naming conventions, which makes for some really ugly function and method names. This isn’t PyQt’s fault. Both

Re: Use à Python 2 module with Python 3

2015-03-11 Thread Michael Torrie
On 03/11/2015 01:29 PM, Chris Warrick wrote: On Wed, Mar 11, 2015 at 8:20 PM, Michael Torrie torr...@gmail.com wrote: My biggest complaint with PySide is that for historical reasons (looking at you, PyQt), it does not use pep8 naming conventions, which makes for some really ugly function and

Re: Use à Python 2 module with Python 3

2015-03-11 Thread Vincent Vande Vyvre
Le 11/03/2015 18:06, Ian Kelly a écrit : On Wed, Mar 11, 2015 at 4:54 AM, Steven D'Aprano steve+comp.lang.pyt...@pearwood.info wrote: Michael Parchet wrote: Hello, The pyside project is ded. What makes you think that Pyside is dead? It seems to be active to me. The latest update was just 29

Re: Use à Python 2 module with Python 3

2015-03-11 Thread Michael Parchet
Hello, Only one file of pyside project has update at 10 fob, What's your opinion Pyside is ded ? Best regards mparchet Le 11.03.15 18:06, Ian Kelly a écrit : On Wed, Mar 11, 2015 at 4:54 AM, Steven D'Aprano steve+comp.lang.pyt...@pearwood.info wrote: Michael Parchet wrote: Hello,

Re: Use à Python 2 module with Python 3

2015-03-11 Thread Steven D'Aprano
Michael Parchet wrote: Hello, The pyside project is ded. What makes you think that Pyside is dead? It seems to be active to me. The latest update was just 29 days ago: https://github.com/PySide PySide supports Python 3: http://qt-project.org/wiki/PySide_Python_3_Support Dose pyqt4

Re: Use à Python 2 module with Python 3

2015-03-11 Thread Michael Parchet
Hello, The pyside project is ded. Dose pyqt4 support Python 3 ? Thanks for your answer Best regards mparchet Le 10 mars 2015 à 01:20, Michael Torrie torr...@gmail.com a écrit : On 03/09/2015 05:47 PM, Steven D'Aprano wrote: Michael Parchet wrote: Hello, For a new project, a person

Re: Use à Python 2 module with Python 3

2015-03-11 Thread Michael Torrie
On 03/11/2015 03:28 AM, Michael Parchet wrote: The pyside project is ded. Why do you say PySide is dead? Dose pyqt4 support Python 3 ? Thanks for your answer Best regards mparchet Riverbank Computing has a web page that I'm sure has information on their PyQt product. (Yes PyQt is a

Re: Use à Python 2 module with Python 3

2015-03-11 Thread Michael Torrie
On 03/11/2015 04:54 AM, Steven D'Aprano wrote: Dose pyqt4 support Python 3 ? I can only repeat what I already wrote a few days ago: For PyQt specifically, googling suggests that PyQt does work with Python 3, but the documentation is out of date and you may have difficulty installing it:

Re: Use à Python 2 module with Python 3

2015-03-09 Thread Steven D'Aprano
Michael Parchet wrote: Hello, For a new project, a person recommande me to use Python 3 can I use Python 3 with a Python 2 y module ex : pyQt 4 ? Maybe. If the module is really only Python 2, then no. If it is pure-Python, with no C extensions, then you might be able to fork it and

Use à Python 2 module with Python 3

2015-03-09 Thread Michael Parchet
Hello, For a new project, a person recommande me to use Python 3 can I use Python 3 with a Python 2 y module ex : pyQt 4 ? Tanks for your answer Best regards mparchet -- https://mail.python.org/mailman/listinfo/python-list

Re: Use à Python 2 module with Python 3

2015-03-09 Thread Mark Lawrence
On 09/03/2015 22:30, Michael Parchet wrote: Hello, For a new project, a person recommande me to use Python 3 can I use Python 3 with a Python 2 y module ex : pyQt 4 ? Tanks for your answer Best regards mparchet Python 2 code can be converted with

Re: Use à Python 2 module with Python 3

2015-03-09 Thread Michael Torrie
On 03/09/2015 05:47 PM, Steven D'Aprano wrote: Michael Parchet wrote: Hello, For a new project, a person recommande me to use Python 3 can I use Python 3 with a Python 2 y module ex : pyQt 4 ? Maybe. If the module is really only Python 2, then no. If it is pure-Python, with no C