[issue6364] freeze tool broken in Python 3.x

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: An equivalent patch had already been committed in r83606. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker _

[issue6364] freeze tool broken in Python 3.x

2009-07-15 Thread Hagen Fürstenau
Hagen Fürstenau added the comment: I'm attaching a patch with the minimal changes I had to make to get a "hello world" script frozen under 3.x. They all have to do with changes between 2.x and 3.x. -- keywords: +patch Added file: http://bugs.python.org/file14502/freeze.patch __

[issue6364] freeze tool broken in Python 3.x

2009-06-29 Thread Hagen Fürstenau
Hagen Fürstenau added the comment: I get the same error as before with a fresh install of r73676 on Linux. $ uname -a Linux zhuangzi 2.6.28-13-generic #44-Ubuntu SMP Tue Jun 2 07:55:09 UTC 2009 x86_64 GNU/Linux -- ___ Python tracker

[issue6364] freeze tool broken in Python 3.x

2009-06-29 Thread Jerry Chen
Jerry Chen added the comment: I am unable to reproduce with py3k latest r73676 after making and installing, and running $ python3.2 freeze.py hello.py # on OS X 10.5.7 $ uname -a Darwin 9.7.0 Darwin Kernel Version 9.7.0: Tue Mar 31 22:52:17 PDT 2009; root:xnu-1228.12.14~1/RELEASE_I386 i386 --

[issue6364] freeze tool broken in Python 3.x

2009-06-28 Thread Hagen Fürstenau
Hagen Fürstenau added the comment: > Would you like to provide a patch? I wouldn't mind if someone beat me to it. But if that doesn't happen, I'll look into it when I have some time to spare. -- ___ Python tracker

[issue6364] freeze tool broken in Python 3.x

2009-06-28 Thread Martin v . Löwis
Martin v. Löwis added the comment: Would you like to provide a patch? -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mai

[issue6364] freeze tool broken in Python 3.x

2009-06-28 Thread Hagen Fürstenau
New submission from Hagen Fürstenau : The freeze tool seems to be severely broken in Python 3.x. Applying it to a "hello world" script produces: Warning: unknown modules remain: _bisect _collections _ctypes _hashlib _heapq _multiprocessing _pickle _random _socket _ssl _struct _tkinter array atex