Git Product home page Git Product logo

Comments (4)

danshev avatar danshev commented on September 28, 2024

I guess this is a Python 2.7 vs 3.0 issue.

from pyapns2.

skrew avatar skrew commented on September 28, 2024

I got the same problem with python 2.7. I had patched with:

super(Payload, self).__init__()

from pyapns2.

danshev avatar danshev commented on September 28, 2024

Thank you -- that's exactly what I ended up doing ... unfortunately, I then found out that Hyper doesn't support Python 2.7.6.

from pyapns2.

Pr0Ger avatar Pr0Ger commented on September 28, 2024

Yes, it's definitely 2.* vs 3.* issue. I limit support for > 3.3 for two reasons: 2.* branch is legacy and I don't use it in new projects. Also, I want to add asyncio support in future (that's why library version is 0.1 now), which is also limited to the version higher than 3.3.

from pyapns2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.