In article <[EMAIL PROTECTED]>,
 David Bolen <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to