summaryrefslogtreecommitdiff
path: root/pipermail/pycrypto/2010q2/000253.html
diff options
context:
space:
mode:
Diffstat (limited to 'pipermail/pycrypto/2010q2/000253.html')
-rw-r--r--pipermail/pycrypto/2010q2/000253.html147
1 files changed, 147 insertions, 0 deletions
diff --git a/pipermail/pycrypto/2010q2/000253.html b/pipermail/pycrypto/2010q2/000253.html
new file mode 100644
index 0000000..400cb08
--- /dev/null
+++ b/pipermail/pycrypto/2010q2/000253.html
@@ -0,0 +1,147 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [pycrypto] Pycrypto working with python 3.0 or 3.1
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:pycrypto%40lists.dlitz.net?Subject=%5Bpycrypto%5D%20Pycrypto%20working%20with%20python%203.0%20or%203.1&In-Reply-To=4C1F4AD7.2010902%40amberfisharts.com">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000252.html">
+ <LINK REL="Next" HREF="000217.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[pycrypto] Pycrypto working with python 3.0 or 3.1</H1>
+ <B>Christoph Tapler</B>
+ <A HREF="mailto:pycrypto%40lists.dlitz.net?Subject=%5Bpycrypto%5D%20Pycrypto%20working%20with%20python%203.0%20or%203.1&In-Reply-To=4C1F4AD7.2010902%40amberfisharts.com"
+ TITLE="[pycrypto] Pycrypto working with python 3.0 or 3.1">christoph.tapler at gmx.net
+ </A><BR>
+ <I>Mon Jun 21 12:56:12 CST 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000252.html">[pycrypto] Pycrypto working with python 3.0 or 3.1
+</A></li>
+ <LI>Next message: <A HREF="000217.html">[pycrypto] Exporting/importing RSA publickeys
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#253">[ date ]</a>
+ <a href="thread.html#253">[ thread ]</a>
+ <a href="subject.html#253">[ subject ]</a>
+ <a href="author.html#253">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hi,
+
+I did a few adaptations in the test suite during the last days.
+Dwayne is about to incorporate them. However, still, pycrypto is not
+(yet) usable in combination with Python 3.1.
+What I have experienced so far, is that there are still major issues in
+the library and not only in the test suite.
+
+I would also highly appreciate a repository for pycrypto-py3k. I would
+be way easier for me to contribute (instead of generating the patches
+and sending the forth and back). Is there any possibility to set up such
+a repository?
+
+Kind Regards,
+Christoph
+
+On 21.06.2010 13:19, Lorenz Quack wrote:
+&gt;<i> Hi there,
+</I>&gt;<i>
+</I>&gt;<i> has there been further development on py3k porting?
+</I>&gt;<i> How about setting up a publicly accessible repository for a pycrypto-py3k branch?
+</I>&gt;<i> This would make it easier for others to contribute and track the porting progress.
+</I>&gt;<i>
+</I>&gt;<i> Dwayne, where do you stand on this? What are your plans for py3k support?
+</I>&gt;<i>
+</I>&gt;<i> cheers,
+</I>&gt;<i> //Lorenz
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i> On 04/11/2010 08:46 PM, Christoph Tapler wrote:
+</I>&gt;&gt;<i> Hi,
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Short update - a missing string/byte conversion in the test suite caused
+</I>&gt;&gt;<i> the high FAIL rate. With the conversion, the PASS/FAIL ratio looks way
+</I>&gt;&gt;<i> better (&gt;70% PASS). I assume that the rest of the FAILs have a similar
+</I>&gt;&gt;<i> reason. Just tell me if some of you wants the patch.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Cheers,
+</I>&gt;&gt;<i> Christoph
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> -------- Original Message --------
+</I>&gt;&gt;<i> Subject: Re: [pycrypto] Pycrypto working with python 3.0 or 3.1
+</I>&gt;&gt;<i> Date: Sun, 11 Apr 2010 12:32:58 +0200
+</I>&gt;&gt;<i> From: Christoph Tapler&lt;<A HREF="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">christoph.tapler at gmx.net</A>&gt;
+</I>&gt;&gt;<i> To: PyCrypto discussion list&lt;<A HREF="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">pycrypto at lists.dlitz.net</A>&gt;
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Hi,
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Fyi, I have adapted the test suite and now I am at least able to execute
+</I>&gt;&gt;<i> it on Python 3.1. However, around 99% of all tests are fail. Moreover,
+</I>&gt;&gt;<i> at the end of the test suite execution, Python crashes.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Hope to find some time to look into the issues. Anyway, if somebody
+</I>&gt;&gt;<i> wants to have the patch, please let me know.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Cheers,
+</I>&gt;&gt;<i> Christoph
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> On 18.03.2010 02:57, Grail Dane wrote:
+</I>&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> Hi Christoph
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> So I tried the suggestion below but still received the error about
+</I>&gt;&gt;&gt;<i> import from non-package :(
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> I changed it to read:
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> from Crypto.SelfTest.Cipher import common
+</I>&gt;&gt;&gt;<i> return common.make_block_tests(AES, &quot;AES&quot;, test_data)
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> and it does not error on that but now presents me with a segfault :(
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> So I seem to have gone from bad to worse. So I am hoping someone on this
+</I>&gt;&gt;&gt;<i> list might be able to suggest how I can track the fault to find out what
+</I>&gt;&gt;&gt;<i> is wrong now??
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> Cheers
+</I>&gt;&gt;&gt;<i> Grail
+</I>&gt;&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>
+
+--
+Christoph Tapler
+E-Mail: <A HREF="http://lists.dlitz.net/cgi-bin/mailman/listinfo/pycrypto">christoph.tapler at gmail.com</A>
+Adresse: Langwattstrasse 36, CH - 8125 Zollikerberg
+Telefon: +41 (0) 79 695 24 89
+</PRE>
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000252.html">[pycrypto] Pycrypto working with python 3.0 or 3.1
+</A></li>
+ <LI>Next message: <A HREF="000217.html">[pycrypto] Exporting/importing RSA publickeys
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#253">[ date ]</a>
+ <a href="thread.html#253">[ thread ]</a>
+ <a href="subject.html#253">[ subject ]</a>
+ <a href="author.html#253">[ 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>