Archive: Installing a custom python module


Installing a custom python module
I am using the distutils for python to create a zipfile for installation of the module. How do I go about installing the content of that zip-file to the local python directory?

/Johannes


You can use the ZipDLL plug-in to extract ZIP files on installation time.