Export to GitHub

apns-python-wrapper - issue #5

Cannot install if ssl module is not installed


Posted on Apr 23, 2010 by Massive Hippo

APNSWrapper 0.4: If you don't have the ssl module, then you can't install APNSWrapper, despite it should work without ssl module by forcing invocation of openssl executable.

Correction: in file connection.py, remove initial "import ssl" at line 9, because import is done conditionally later in APNSConnection's init.

Comment #1

Posted on Apr 24, 2010 by Happy Cat

This issue have been fixed in 0.5 version of APNSWrapper

Status: Fixed

Labels:
Type-Defect Priority-Medium