Dominic Amato

Results 40 comments of Dominic Amato

I figured that was likely the case after some searching. Luckily 2.7 still has a good amount of support even though its no longer getting more development beyond bug fixes

no update in months and limited functionality... kind of a shame since the github actions are nice but I guess for tests we can't really rely on this

So despite it seeming like the datacoding value should be an int it actually needs to be encoded as an enum value. Jasmin does this on its own here: https://github.com/jookies/jasmin/blob/master/jasmin/protocols/smpp/protocol.py#L242...

This is related to your other issue #54 as there is a reason we only target 3.7 at the moment.

you are likely trying to install the library on python2 which is not compatible. Can you run pip -V and check the output? We don't support python 2 anymore since...

if you want to use our SDK with python 2 you will need to pin the version to 0.8.3. The new version of the auth library is not compatible with...

you can use python 3 instead. Its probably aliased to pip3 on your system or something like that. If you really want to use python 2 you can grab code...

might want to try: https://github.com/mozes/smpp.pdu

Yeah this is an issue with trying to distribute compiled byte code as a python package. As far as I can tell there is no way to compile for different...