summaryrefslogtreecommitdiff
path: root/pipermail/pycrypto/2010q4/000291.html
diff options
context:
space:
mode:
Diffstat (limited to 'pipermail/pycrypto/2010q4/000291.html')
-rw-r--r--pipermail/pycrypto/2010q4/000291.html139
1 files changed, 139 insertions, 0 deletions
diff --git a/pipermail/pycrypto/2010q4/000291.html b/pipermail/pycrypto/2010q4/000291.html
new file mode 100644
index 0000000..7121e50
--- /dev/null
+++ b/pipermail/pycrypto/2010q4/000291.html
@@ -0,0 +1,139 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [pycrypto] Help on PyCrypto errors on 64-bit Windows
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:pycrypto%40lists.dlitz.net?Subject=%5Bpycrypto%5D%20Help%20on%20PyCrypto%20errors%20on%2064-bit%20Windows&In-Reply-To=76867.84694.qm%40web62304.mail.re1.yahoo.com">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000298.html">
+ <LINK REL="Next" HREF="000293.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[pycrypto] Help on PyCrypto errors on 64-bit Windows</H1>
+ <B>Dwayne C. Litzenberger</B>
+ <A HREF="mailto:pycrypto%40lists.dlitz.net?Subject=%5Bpycrypto%5D%20Help%20on%20PyCrypto%20errors%20on%2064-bit%20Windows&In-Reply-To=76867.84694.qm%40web62304.mail.re1.yahoo.com"
+ TITLE="[pycrypto] Help on PyCrypto errors on 64-bit Windows">dlitz at dlitz.net
+ </A><BR>
+ <I>Mon Nov 29 22:34:25 CST 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000298.html">[pycrypto] Policy changes - Now accepting patches from the U.S.
+</A></li>
+ <LI>Next message: <A HREF="000293.html">[pycrypto] PyCrypto TSU NOTIFICATION
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#291">[ date ]</a>
+ <a href="thread.html#291">[ thread ]</a>
+ <a href="subject.html#291">[ subject ]</a>
+ <a href="author.html#291">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hi Peter,
+
+So far, PyCrypto doesn't build on Win64. I tried getting Win64 support
+working one day by renting a Win64 virtual machine from Amazon, but I
+wasn't able to make it work, and it seems to be a bug in Python distutils,
+but I could be wrong.
+
+Also, there's not much point in asking for a &quot;64-bit precompiled
+winrandom&quot;, because you would also need a precompiled MD2, MD5, AES,
+_fastmath, ... Most of the intersting stuff in PyCrypto is written in C,
+so what you need is for somebody to figure out the problems with building
+PyCrypto (and C Python modules in general) on Win64.
+
+Cheers,
+- Dwayne
+
+On Fri, Aug 13, 2010 at 05:11:54PM -0700, Peter Bee wrote:
+&gt;<i>Hi,
+</I>&gt;<i>
+</I>&gt;<i>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:
+</I>&gt;<i>&#160;
+</I>&gt;<i>&#160;
+</I>&gt;<i>Traceback (most recent call last):
+</I>&gt;<i>&#160; File &quot;C:\Python26\Scripts\fab-script.py&quot;, line 9, in &lt;module&gt;
+</I>&gt;<i>&#160;&#160;&#160; load_entry_point('Fabric==0.9.1', 'console_scripts', 'fab')()
+</I>&gt;<i>&#160; File &quot;C:\Python26\lib\site-packages\pkg_resources.py&quot;, line 305, in load_entry
+</I>&gt;<i>_point
+</I>&gt;<i>&#160;&#160;&#160; return get_distribution(dist).load_entry_point(group, name)
+</I>&gt;<i>&#160; File &quot;C:\Python26\lib\site-packages\pkg_resources.py&quot;, line 2244, in load_entr
+</I>&gt;<i>y_point
+</I>&gt;<i>&#160;&#160;&#160; return ep.load()
+</I>&gt;<i>&#160; File &quot;C:\Python26\lib\site-packages\pkg_resources.py&quot;, line 1954, in load
+</I>&gt;<i>&#160;&#160;&#160; entry = __import__(self.module_name, globals(),globals(), ['__name__'])
+</I>&gt;<i>&#160; File &quot;C:\Python26\lib\site-packages\fabric-0.9.1-py2.6.egg\fabric\main.py&quot;, li
+</I>&gt;<i>ne 17, in &lt;module&gt;
+</I>&gt;<i>&#160;&#160;&#160; from fabric import api # For checking callables against the API
+</I>&gt;<i>&#160; File &quot;C:\Python26\lib\site-packages\fabric-0.9.1-py2.6.egg\fabric\api.py&quot;, lin
+</I>&gt;<i>e 9, in &lt;module&gt;
+</I>&gt;<i>&#160;&#160;&#160; from fabric.context_managers import cd, hide, settings, show
+</I>&gt;<i>&#160; File &quot;C:\Python26\lib\site-packages\fabric-0.9.1-py2.6.egg\fabric\context_mana
+</I>&gt;<i>gers.py&quot;, line 12, in &lt;module&gt;
+</I>&gt;<i>&#160;&#160;&#160; from fabric.state import env, output
+</I>&gt;<i>&#160; File &quot;C:\Python26\lib\site-packages\fabric-0.9.1-py2.6.egg\fabric\state.py&quot;, l
+</I>&gt;<i>ine 9, in &lt;module&gt;
+</I>&gt;<i>&#160;&#160;&#160; from fabric.network import HostConnectionCache
+</I>&gt;<i>&#160; File &quot;C:\Python26\lib\site-packages\fabric-0.9.1-py2.6.egg\fabric\network.py&quot;,
+</I>&gt;<i>&#160;line 19, in &lt;module&gt;
+</I>&gt;<i>&#160;&#160;&#160; abort(&quot;paramiko is a required module. Please install it:\n\t$ sudo easy_inst
+</I>&gt;<i>all paramiko&quot;)
+</I>&gt;<i>&#160; File &quot;C:\Python26\lib\site-packages\fabric-0.9.1-py2.6.egg\fabric\utils.py&quot;, l
+</I>&gt;<i>ine 21, in abort
+</I>&gt;<i>&#160;&#160;&#160; from fabric.state import output
+</I>&gt;<i>ImportError: cannot import name output
+</I>&gt;<i>&#160;
+</I>&gt;<i>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.
+</I>&gt;<i>&#160;
+</I>&gt;<i>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?
+</I>&gt;<i>&#160;
+</I>&gt;<i>Your help is very appreciated.
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i>Thanks,
+</I>&gt;<i>Peter
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i>_______________________________________________
+</I>&gt;<i>pycrypto mailing list
+</I>&gt;<i><A HREF="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">pycrypto at lists.dlitz.net</A>
+</I>&gt;<i><A HREF="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto</A>
+</I>
+
+--
+Dwayne C. Litzenberger &lt;<A HREF="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">dlitz at dlitz.net</A>&gt;
+ OpenPGP: 19E1 1FE8 B3CF F273 ED17 4A24 928C EC13 39C2 5CF7
+</PRE>
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000298.html">[pycrypto] Policy changes - Now accepting patches from the U.S.
+</A></li>
+ <LI>Next message: <A HREF="000293.html">[pycrypto] PyCrypto TSU NOTIFICATION
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#291">[ date ]</a>
+ <a href="thread.html#291">[ thread ]</a>
+ <a href="subject.html#291">[ subject ]</a>
+ <a href="author.html#291">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">More information about the pycrypto
+mailing list</a><br>
+</body></html>