<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi,</DIV>
<DIV><BR>I am setting Fabric on my 64-bit Win (2008 Server R2, with Python 2.6.5 installed, also have paramiko-1.7.6, pycrypto 2.2, and Fabric-0.9.1 on the system) system, and ran into the famous error below:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><STRONG>Traceback (most recent call last):<BR>&nbsp; File "C:\Python26\Scripts\fab-script.py", line 9, in &lt;module&gt;<BR>&nbsp;&nbsp;&nbsp; load_entry_point('Fabric==0.9.1', 'console_scripts', 'fab')()<BR>&nbsp; File "C:\Python26\lib\site-packages\pkg_resources.py", line 305, in load_entry<BR>_point<BR>&nbsp;&nbsp;&nbsp; return get_distribution(dist).load_entry_point(group, name)<BR>&nbsp; File "C:\Python26\lib\site-packages\pkg_resources.py", line 2244, in load_entr<BR>y_point<BR>&nbsp;&nbsp;&nbsp; return ep.load()<BR>&nbsp; File "C:\Python26\lib\site-packages\pkg_resources.py", line 1954, in load<BR>&nbsp;&nbsp;&nbsp; entry = __import__(self.module_name, globals(),globals(), ['__name__'])<BR>&nbsp; File "C:\Python26\lib\site-packages\fabric-0.9.1-py2.6.egg\fabric\main.py", li<BR>ne 17, in &lt;module&gt;<BR>&nbsp;&nbsp;&nbsp; from fabric import api # For checking callables against the API<BR>&nbsp; File
 "C:\Python26\lib\site-packages\fabric-0.9.1-py2.6.egg\fabric\api.py", lin<BR>e 9, in &lt;module&gt;<BR>&nbsp;&nbsp;&nbsp; from fabric.context_managers import cd, hide, settings, show<BR>&nbsp; File "C:\Python26\lib\site-packages\fabric-0.9.1-py2.6.egg\fabric\context_mana<BR>gers.py", line 12, in &lt;module&gt;<BR>&nbsp;&nbsp;&nbsp; from fabric.state import env, output<BR>&nbsp; File "C:\Python26\lib\site-packages\fabric-0.9.1-py2.6.egg\fabric\state.py", l<BR>ine 9, in &lt;module&gt;<BR>&nbsp;&nbsp;&nbsp; from fabric.network import HostConnectionCache<BR>&nbsp; File "C:\Python26\lib\site-packages\fabric-0.9.1-py2.6.egg\fabric\network.py",<BR>&nbsp;line 19, in &lt;module&gt;<BR>&nbsp;&nbsp;&nbsp; abort("paramiko is a required module. Please install it:\n\t$ sudo easy_inst<BR>all paramiko")<BR>&nbsp; File "C:\Python26\lib\site-packages\fabric-0.9.1-py2.6.egg\fabric\utils.py", l<BR>ine 21, in abort<BR>&nbsp;&nbsp;&nbsp; from fabric.state import
 output<BR><U>ImportError: cannot import name output</U></STRONG></DIV>
<DIV>&nbsp;</DIV>
<DIV>I was pointed to <A href="http://code.fabfile.org/issues/show/194">http://code.fabfile.org/issues/show/194</A>, which mentioned that I need a 64-bit precompiled winrandom. </DIV>
<DIV>&nbsp;</DIV>
<DIV>I have been trying to search and create one, but no luch so far. Can any of you help me locate one, or provide information on how to build one?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Your help is very appreciated.</DIV>
<DIV><BR><BR>Thanks,<BR>Peter</DIV></td></tr></table><br>