py2exe "for loop" hangs in compiled program

Aahz aahz at pythoncraft.com
Sun Jan 10 23:53:42 EST 2010


In article <mailman.2237.1261415752.2873.python-list at python.org>,
p_tierchen  <1JoS at sms.at> wrote:
>
>the application is an interface to a sqlite database and stores image
>metadata (such as year, event, photographer, people on image etc.). i
>use pyqt4 for the interface and developed this application on a linux
>platform (python 2.5.4). friends of mine liked what i have done an want
>it for their windows computers. so i setup a test system (win XP and
>python 2.6.?). copying the code to this system and starting it: works
>as intended. however they complain python whats this, this is sooo
>complicated etc. so i took refuge in using py2exe, planing to give them
>a zip compressed archive ... testing this option i found out that on
>the surface all looks nice (GUI and functions etc) however: extending
>to "larger" datasets (>~50 images) some of the for loops stop after
>some time.

https://lists.sourceforge.net/lists/listinfo/py2exe-users            
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"If you think it's expensive to hire a professional to do the job, wait
until you hire an amateur."  --Red Adair



More information about the Python-list mailing list