djacobs / PyAPNs

Python library for interacting with the Apple Push Notification service (APNs)
http://pypi.python.org/pypi/apns/
MIT License
1.22k stars 374 forks source link

PyPi package is not updated #69

Closed adam-vioozer closed 10 years ago

adam-vioozer commented 10 years ago

Hi,

When I install PyAPNs from source (using python setup.py install), it works fine. But when I install it from PyPi (pip install apns) and run the same code, I get:

from apns import APNs, Frame, Payload
ImportError: cannot import name Frame

Perhaps the PyPi package is not update?

djacobs commented 10 years ago

It is not, it will be soon.

adam-vioozer commented 10 years ago

Thanks.

adam-vioozer commented 9 years ago

Hi,

I see that the package isn't updated yet ("Uploaded on 2012-08-23"), and the link still points to the previous maintainer at http://github.com/simonwhitaker/PyAPNs.

screen shot 2014-10-22 at 19 05 48

It's a shame, because the instructions on the README are misleading.

Would you like some help with uploading to PyPi?

djacobs commented 9 years ago

@adam-vioozer very soon ("very soon" means days, not "soon" as in months).

adam-vioozer commented 9 years ago

Thanks! Let me know if and how I can help.

djacobs commented 9 years ago

Dupe of #63