luis cota wrote: > Does anyone have (or know of) a working zipimport implementation for > IronPython? I'm trying to make use of the SQLObject library and need > zipimport for this.
I've not heard of one, but if you are up for some hacking then Brett Cannon has done some work on rewriting the import machinery in pure Python and you can probably use parts of that. All the best, Michael Foord http://www.ironpython.info/ > > Thanks! > > - Luis > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
