I've recently figured out how to do wsgi with IIS <br><a href="http://pylonshq.com/project/pylonshq/wiki/ServePylonsWithIIS">http://pylonshq.com/project/pylonshq/wiki/ServePylonsWithIIS</a><br>But I have problem with setuptools. If I have any zip eggs used by the app I'm trying to serve with IIS, I get a dependency not found error. If I remove the .egg zip files and re-download those same packages with --always-unzip, they work fine. There seems to be something preventing zipimport from working.
<br><br>thanks.<br><br>davep<br>