Oops, sorry about that.  Forgot to check it in the venv, which reveals the issue:<div><br></div><div><div> % tools/with_venv.sh </div><div>jdg@grumpy ~/Projects/OpenStack/nova</div><div> % python</div><div>Python 2.7.2+ (default, Oct  4 2011, 20:06:09) </div>

<div>[GCC 4.6.1] on linux2</div><div>Type "help", "copyright", "credits" or "license" for more information.</div><div>>>> import M2Crypto</div><div>Traceback (most recent call last):</div>

<div>  File "<stdin>", line 1, in <module></div><div>  File "/usr/local/lib/python2.7/dist-packages/M2Crypto/__init__.py", line 22, in <module></div><div>    import __m2crypto</div><div>

ImportError: /usr/local/lib/python2.7/dist-packages/M2Crypto/__m2crypto.so: undefined symbol: SSLv2_method</div><div>>>> </div><div><br></div><div><br></div><div>Looking in .venv M2Crypto was NOT installed, I ran things on a clean 11.10 install last night and the results were the same.  Repeat on a clean 11.04 and everything is fine. Looking at the venv setup script to see if I can figure out why this failed.  Seems odd I've reproduced on multiple machines but nobody else has seen this?  Maybe there's a step I'm missing still?</div>
<div><br></div><div>John</div>
<div><br></div><div><br></div><div><br><div class="gmail_quote">On Fri, Dec 30, 2011 at 12:13 PM, Jay Pipes <span dir="ltr"><<a href="mailto:jaypipes@gmail.com" target="_blank">jaypipes@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>On Thu, Dec 29, 2011 at 11:27 AM, John Griffith<br>
<<a href="mailto:john.griffith@solidfire.com" target="_blank">john.griffith@solidfire.com</a>> wrote:<br>
> jdg@grumpy /tmp % python<br>
> Python 2.7.2+ (default, Oct  4 2011, 20:06:09)<br>
> [GCC 4.6.1] on linux2<br>
> Type "help", "copyright", "credits" or "license" for more information.<br>
>>>> import M2Crypto<br>
<br>
</div>What does this result in, though?<br>
<br>
$> tools/with_venv.sh python<br>
>>>> import M2Crypto<br>
<span><font color="#888888"><br>
-jay<br>
</font></span></blockquote></div><br></div></div>