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
Installing a custom python module
2 posts
You can use the ZipDLL plug-in to extract ZIP files on installation time.