Re: Putting Py 3.4.1 to work.

2014-05-21 Thread wxjmfauth
I really expected I worked to quickly and I did a mistake in freezing applications. But, no. cx_freeze just re-became problematic, __file__, bootstap, importlib and so on. My take on the subject. Since the introduction of this uncecessary __pycache__ mess, I'm experimenting a lot of problems (I'm

Putting Py 3.4.1 to work.

2014-05-20 Thread wxjmfauth
Experimented users have certainly noticed a lot of things have changed. Short. I installed Py3.4.1, it overwrites c:\Python34 which contained eg. PySide in ...\site-packages. So far, so good. I can launch Python, IDLE and my interactive interpreter I wrote with tkinter via a cmd in dos, .bat,

Re: Putting Py 3.4.1 to work.

2014-05-20 Thread John Gordon
In d195c26b-62f9-4240-8f3e-c579a2889...@googlegroups.com wxjmfa...@gmail.com writes: sys.path ['D:\\jm\\jmpy\\smid\\smid50beta1', 'C:\\Windows\\system32\\python34.zip', 'C:\\Python34\\DLLs\\DLLs', 'C:\\Python34\\DLLs\\lib', 'C:\\Python34\\DLLs', 'C:\\Python34\\DLLs\\lib\\site-packages',

Re: Putting Py 3.4.1 to work.

2014-05-20 Thread Ian Kelly
On Tue, May 20, 2014 at 11:14 AM, John Gordon gor...@panix.com wrote: In d195c26b-62f9-4240-8f3e-c579a2889...@googlegroups.com wxjmfa...@gmail.com writes: sys.path ['D:\\jm\\jmpy\\smid\\smid50beta1', 'C:\\Windows\\system32\\python34.zip', 'C:\\Python34\\DLLs\\DLLs',

Re: Putting Py 3.4.1 to work.

2014-05-20 Thread Vincent Vande Vyvre
Le 20/05/2014 19:38, Ian Kelly a écrit : On Tue, May 20, 2014 at 11:14 AM, John Gordon gor...@panix.com wrote: In d195c26b-62f9-4240-8f3e-c579a2889...@googlegroups.com wxjmfa...@gmail.com writes: sys.path ['D:\\jm\\jmpy\\smid\\smid50beta1', 'C:\\Windows\\system32\\python34.zip',

Re: Putting Py 3.4.1 to work.

2014-05-20 Thread Chris Angelico
On Wed, May 21, 2014 at 4:02 AM, Vincent Vande Vyvre vincent.vandevy...@swing.be wrote: from pyside import QtCore, QtGui Is it pyside or PySide? There seems to be some inconsistency here. ChrisA -- https://mail.python.org/mailman/listinfo/python-list

Re: Putting Py 3.4.1 to work.

2014-05-20 Thread Mark Lawrence
On 20/05/2014 18:38, Ian Kelly wrote: On Tue, May 20, 2014 at 11:14 AM, John Gordon gor...@panix.com wrote: In d195c26b-62f9-4240-8f3e-c579a2889...@googlegroups.com wxjmfa...@gmail.com writes: sys.path ['D:\\jm\\jmpy\\smid\\smid50beta1', 'C:\\Windows\\system32\\python34.zip',

Re: Putting Py 3.4.1 to work.

2014-05-20 Thread Vincent Vande Vyvre
Le 20/05/2014 20:12, Chris Angelico a écrit : On Wed, May 21, 2014 at 4:02 AM, Vincent Vande Vyvre vincent.vandevy...@swing.be wrote: from pyside import QtCore, QtGui Is it pyside or PySide? There seems to be some inconsistency here. ChrisA Yes PySide, off course. Sorry. -- Vincent V.V.

Re: Putting Py 3.4.1 to work.

2014-05-20 Thread wxjmfauth
- Complete (re)Fresh install Stop Python34, PySide ok Stop cx_freeze 4.3.3 for py34 seems to suffer, again, from the same desease as with cx_freeze 4.3.2, Py 3.4.0 leading to a Py crash Stop Python, PySide, cx_freeze, Windows issue? No idea Stop Have some idea about the guilty msi installer

Re: Putting Py 3.4.1 to work.

2014-05-20 Thread Zachary Ware
On Tue, May 20, 2014 at 9:31 AM, wxjmfa...@gmail.com wrote: Experimented users have certainly noticed a lot of things have changed. Short. I installed Py3.4.1, it overwrites c:\Python34 which contained eg. PySide in ...\site-packages. So far, so good. I can launch Python, IDLE and my

Re: Putting Py 3.4.1 to work.

2014-05-20 Thread Terry Reedy
On 5/20/2014 4:55 PM, Zachary Ware wrote: On Tue, May 20, 2014 at 9:31 AM, wxjmfa...@gmail.com wrote: Experimented users have certainly noticed a lot of things have changed. Short. I installed Py3.4.1, it overwrites c:\Python34 which contained eg. PySide in ...\site-packages. I installed

Re: Putting Py 3.4.1 to work.

2014-05-20 Thread wxjmfauth
Le mercredi 21 mai 2014 00:19:37 UTC+2, Terry Reedy a écrit : On 5/20/2014 4:55 PM, Zachary Ware wrote: On Tue, May 20, 2014 at 9:31 AM, wxjmfa...@gmail.com wrote: Experimented users have certainly noticed a lot of things have changed. This looks like something went weird