So I've gotten around the zipimport requirement, though now I am running into this:
sys.path_importer_cache does not exist in the default sys package. Is there a way I can get around this one? It appears when attempting to use the FormEncode module from standard python. Alternatively, perhaps you can suggest a good SQL abstraction library such as SQLObject that works with IronPython. Thanks, - Luis On 9/5/07, Michael Foord <[EMAIL PROTECTED]> wrote: > > 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 >
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
