<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-flowed"
 style="font-family: -moz-fixed; font-size: 13px;" lang="x-western">Hello,
I need zlib under Stackless Python (because virtualenv uses it).<br>
<br>
import zlib doesnt says 'No module named zlib' under stackless but not
under
<br>
normal Python.
<br>
<br>
I have tried this with the 2.6 and 2.52 versions of Stackless on ubuntu
(running on virtualbox) with no success:
<br>
<br>
terrence@terrence-laptop ~/downloads/stackless-26-export : python
<br>
Python 2.6 Stackless 3.1b3 060516 (trunk, Oct 22 2008, 05:58:25)
<br>
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
<br>
Type "help", "copyright", "credits" or "license" for more information.
<br>
&gt;&gt;&gt; import zlib
<br>
Traceback (most recent call last):
<br>
&nbsp;File "&lt;stdin&gt;", line 1, in &lt;module&gt;
<br>
ImportError: No module named zlib
<br>
&gt;&gt;&gt; import sys
<br>
&gt;&gt;&gt; sys.path
<br>
['', '/usr/local/lib/python26.zip', '/usr/local/lib/python2.6',
'/usr/local/lib/python2.6/plat-linux2',
'/usr/local/lib/python2.6/lib-tk', '/usr/local/lib/python2.6/lib-old',
'/usr/local/lib/python2.6/lib-dynload',
'/usr/local/lib/python2.6/site-packages']
<br>
&gt;&gt;&gt;
<br>
terrence@terrence-laptop ~/downloads/stackless-26-export : find
/usr/local/lib/python2.6 -name '<b class="moz-txt-star"><span
 class="moz-txt-tag">*</span>zlib<span class="moz-txt-tag">*</span></b>'
<br>
/usr/local/lib/python2.6/test/test_zlib.py
<br>
/usr/local/lib/python2.6/test/test_zlib.pyc
<br>
/usr/local/lib/python2.6/test/test_zlib.pyo
<br>
/usr/local/lib/python2.6/encodings/zlib_codec.pyo
<br>
/usr/local/lib/python2.6/encodings/zlib_codec.py
<br>
/usr/local/lib/python2.6/encodings/zlib_codec.pyc
<br>
terrence@terrence-laptop ~/downloads/stackless-26-export :
<br>
<br>
<br>
</div>
<pre class="moz-signature" cols="72">-- 
Non-linear floating words - <a class="moz-txt-link-freetext" href="http://groups.google.com/group/odd-musings">http://groups.google.com/group/odd-musings</a>
Ambient floating blog - <a class="moz-txt-link-freetext" href="http://ohfloat.com">http://ohfloat.com</a>
Floating mindmap - <a class="moz-txt-link-freetext" href="http://static.livingcosmos.org/super-scio/floating/">http://static.livingcosmos.org/super-scio/floating/</a>
The mothership - <a class="moz-txt-link-freetext" href="http://www.LivingCosmos.org">http://www.LivingCosmos.org</a>
</pre>
</body>
</html>