py2exe + svn - the final drama

Just just at xs4all.nl
Fri May 6 18:24:07 EDT 2005


In article <uoebojc8g.fsf at fitlinxx.com>,
 David Bolen <db3l at fitlinxx.com> wrote:

> Are you perhaps trying to update the zip file in-place while it is still
> being used by the application?  I'm not sure that's a safe operation. 

I'm sure it's not :)

[lots of useful help snipped]

the zipimport module has an attr called _zip_directory_cache, which is a 
dict you can .clear(). Still, reloading modules is hairy at best, its 
probably easiest to relaunch your app when the .zip file has changed.

Just



More information about the Python-list mailing list