hi-yox / apns-python-wrapper

Automatically exported from code.google.com/p/apns-python-wrapper
0 stars 0 forks source link

Cannot install if ssl module is not installed #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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__.

Original issue reported on code.google.com by stephane...@gmail.com on 23 Apr 2010 at 1:19

GoogleCodeExporter commented 8 years ago
This issue have been fixed in 0.5 version of APNSWrapper

Original comment by klymys...@gmail.com on 24 Apr 2010 at 9:35