From pacopablo at pacopablo.com Tue Oct 7 08:22:21 2008 From: pacopablo at pacopablo.com (John Hampton) Date: Mon, 06 Oct 2008 23:22:21 -0700 Subject: [PythonCE] HTTPS support in httplib Message-ID: <48EB001D.9000001@pacopablo.com> All, I'm developing an application for the handheld that uses xmlrpc lib. I'd really like to use https://, however, if I try, it complains: NotImplementedError: your version of httplib doesn't support HTTPS So, has anyone implemented https support? Or does anyone have any pointers as to where I need to start looking to provide such support? I'm using PythonCE-2.5-20061219. Thanks. -John From iksteen at gmail.com Tue Oct 7 09:01:17 2008 From: iksteen at gmail.com (Ingmar Steen) Date: Tue, 7 Oct 2008 07:01:17 +0000 Subject: [PythonCE] HTTPS support in httplib Message-ID: <1630531720-1223362943-cardhu_decombobulator_blackberry.rim.net-773363056-@bxe047.bisx.produk.on.blackberry> Hi John, From what I remeber from earlier endeavours is that PythonCE doesn't come with the ssl module. To build the module you'll need to build OpenSSL for your device and then compile Python's ssl module. This was a while ago though, things may have changed. Ingmar Ps. Sorry if this reply is above the original message. Blackberry doesn't give me any options. ------Original Message------ From: John Hampton Sender: pythonce-bounces+iksteen=gmail.com at python.org To: pythonce at python.org Subject: [PythonCE] HTTPS support in httplib Sent: Oct 7, 2008 08:22 All, I'm developing an application for the handheld that uses xmlrpc lib. I'd really like to use https://, however, if I try, it complains: NotImplementedError: your version of httplib doesn't support HTTPS So, has anyone implemented https support? Or does anyone have any pointers as to where I need to start looking to provide such support? I'm using PythonCE-2.5-20061219. Thanks. -John _______________________________________________ PythonCE mailing list PythonCE at python.org http://mail.python.org/mailman/listinfo/pythonce --- From alexandre.delattre at enst-bretagne.fr Tue Oct 7 12:43:50 2008 From: alexandre.delattre at enst-bretagne.fr (Alexandre Delattre) Date: Tue, 7 Oct 2008 12:43:50 +0200 Subject: [PythonCE] HTTPS support in httplib Message-ID: <200810071043.m97AhvZl026052@courrier.enst-bretagne.fr> Hi, You may give a try to tlslite which works fine with PythonCe. Alexandre -------------- next part -------------- An HTML attachment was scrubbed... URL: From ignacio_m_m at yahoo.es Fri Oct 17 15:34:46 2008 From: ignacio_m_m at yahoo.es (Ignacio) Date: Fri, 17 Oct 2008 15:34:46 +0200 Subject: [PythonCE] Newbie Message-ID: Hola a todos/as ?! Estuve un tiempo trasteando con PyS60, Python para Nokia, y logr? hacer unas cuantas cosas propias para mejorar mi m?vil anivel personal y laboral, aunque mi nivel sea b?sico. Ahora tengo un WM Smartphone y me est? resultando hiper frustrante el meterme con PyCe, Ya que ni tiene nos m?dulos propios como PyS60, ni las funcionalidades normales de Python (en particular las de win32). ?alguien me eca un cable? ?por d?nde empiezo para reaprender Python ? PyCe? ?Aun no existe ning?n m?dulo espec?fico para PyCe? Precisamente cambi? a WM-Win CE porque mi operador me daba un Samrtphone gratis de teclado QWERTY, y yo pensaba que esto era genial para lanzarme a saco con Python en los dispositivos m?viles, xo voy mucho peor que antes. Gracias por vuestra ayuda Ignacio ************************************************************************ ******************************************* Lo menos frecuente en este mundo es vivir. La mayor?a de la gente existe, eso es todo. Oscar Wilde ************************************************************************ ******************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: From bob at axtel.com Thu Oct 16 22:05:24 2008 From: bob at axtel.com (Robert E. Payan) Date: Thu, 16 Oct 2008 13:05:24 -0700 Subject: [PythonCE] Getting started Message-ID: <32A1589F5DF54682804AD4E6A231DAB9@BobWinXP001> Hello, I have the required setup as described in README-winCE.txt. However, I am not able to compile the PythonCE sources. I get an error saying that 'defpaths' is not defined. Is there an environment variable that must be defined? Also, how does one apply a patch in Windows ? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: