<div>So I&#39;ve gotten around the zipimport requirement, though now I am running into this:</div>
<div>&nbsp;</div>
<div>sys.path_importer_cache does not exist in the default sys package.&nbsp; Is there a way I can get around this one?&nbsp; It appears when attempting to use the FormEncode module from standard python.</div>
<div>&nbsp;</div>
<div>Alternatively, perhaps you can suggest a good SQL abstraction library such as SQLObject that works with IronPython.</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>&nbsp;</div>
<div>- Luis<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 9/5/07, <b class="gmail_sendername">Michael Foord</b> &lt;<a href="mailto:fuzzyman@voidspace.org.uk">fuzzyman@voidspace.org.uk</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">luis cota wrote:<br>&gt; Does anyone have (or know of) a working zipimport implementation for<br>&gt; IronPython?&nbsp;&nbsp;I&#39;m trying to make use of the SQLObject library and need
<br>&gt; zipimport for this.<br><br>I&#39;ve not heard of one, but if you are up for some hacking then Brett<br>Cannon has done some work on rewriting the import machinery in pure<br>Python and you can probably use parts of that.
<br><br>All the best,<br><br>Michael Foord<br><a href="http://www.ironpython.info/">http://www.ironpython.info/</a><br><br>&gt;<br>&gt; Thanks!<br>&gt;<br>&gt; - Luis<br>&gt; ------------------------------------------------------------------------
<br>&gt;<br>&gt; _______________________________________________<br>&gt; Users mailing list<br>&gt; <a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><br>&gt; <a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com">
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br>&gt;<br><br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com
</a><br><a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br></blockquote></div><br>