Re: Putting Py 3.4.1 to work.

2014-05-20 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

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, wrote: > > >> Experimented users have certainly noticed a lot of > > >> things have changed. > > >> > > > > This looks like something went weird i

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, 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 3.4.1 on top of 3.4.0,

Re: Putting Py 3.4.1 to work.

2014-05-20 Thread Zachary Ware
On Tue, May 20, 2014 at 9:31 AM, 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 interactive > inte

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 St

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 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. Oqapy

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 wrote: In 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:\\Pyt

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 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 Vincent Vande Vyvre
Le 20/05/2014 19:38, Ian Kelly a écrit : On Tue, May 20, 2014 at 11:14 AM, John Gordon wrote: In 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:\\

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 wrote: > In > 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-pa

Re: Putting Py 3.4.1 to work.

2014-05-20 Thread John Gordon
In 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', > 'C:\\Python34\\Lib\\site-packages\\PySide'] > >>>

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, ...