Giter Site home page Giter Site logo

infobip-api-python-client's People

Contributors

cesljasdavor avatar dario-ib avatar dnumicmesa avatar hkozacinski-ib avatar maricn avatar nmenkovic-ib avatar pducic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

infobip-api-python-client's Issues

AttributeError: module 'enum' has no attribute 'IntFlag' Python 3.6.2

hi
I run command pip install infobip-api-python-client
the command failed
error

Collecting infobip-api-python-client
Using cached https://files.pythonhosted.org/packages/d8/b6/6f975e3e795643dc86b4c19cc57f1acdc04bea35f9613ce93ce4244bb645/infobip-api-python-client-2.2.0.tar.gz
Collecting enum (from infobip-api-python-client)
Using cached https://files.pythonhosted.org/packages/0c/4e/1ea357e7783c756bb579333c1e4a026fb331371ee771f616ffedc781e531/enum-0.4.6.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/Users/folt/Documents/Working/dev_messenger/venv/lib/python3.6/site-packages/setuptools/init.py", line 5, in
import distutils.core
File "/Users/folt/Documents/Working/dev_messenger/venv/lib/python3.6/distutils/init.py", line 4, in
import imp
File "/Users/folt/Documents/Working/dev_messenger/venv/lib/python3.6/imp.py", line 27, in
import tokenize
File "/Users/folt/Documents/Working/dev_messenger/venv/lib/python3.6/tokenize.py", line 33, in
import re
File "/Users/folt/Documents/Working/dev_messenger/venv/lib/python3.6/re.py", line 142, in
class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/j_/qkr9lhfd0g593b64465q50cr0000gn/T/pip-install-59o613b7/enum/

I use Python 3.6.2

SMSTextualRequest package import issue

Unable to use the SMSTextualRequest object to send the SMS. I tried to import the package using all the following paths above but none of them worked.
from infobip_api_client.model.SmsAdvancedTextualRequest import SmsAdvancedTextualRequest
from infobip_api_client.model import SmsAdvancedTextualRequest
from infobip_api_client.model import *

# name 'SendSmsApi' is not defined

Hello.
I get this error win I try to send an SMS
from infobip_api_client.api_client import ApiClient, Configuration from infobip_api_client.model.sms_advanced_textual_request import * from infobip_api_client.model.sms_textual_message import * from infobip_api_client.model.sms_destination import *
can someone help
Thanks.

Error : Name 'send_single_textual_sms' is not defined

Hi
when i excute this script :
send_sms_client = send_single_textual_sms(Configuration("username", "password"))

request = SMSTextualRequest()
request.text = "This is an example message"
request.to = ["212670914264", "212670914264"]
response = send_sms_client.execute(request)

I have this error :

NameError: name 'send_single_textual_sms' is not defined

Can you help me to fix it?

The client is broken- Unable to Install

When i run
pip install

I got this response

Collecting infobip-api-python-client
  Using cached infobip-api-python-client-2.2.0.tar.gz (32 kB)
Collecting enum
  Using cached enum-0.4.7.tar.gz (20 kB)
    ERROR: Command errored out with exit status 1:
     command: /Users/saviourgidi/projects/python_extensive/total/total/env/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/vf/rl30wcj92_g723bs9nskxns80000gn/T/pip-install-qduaoqvr/enum/setup.py'"'"'; __file__='"'"'/private/var/folders/vf/rl30wcj92_g723bs9nskxns80000gn/T/pip-install-qduaoqvr/enum/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/vf/rl30wcj92_g723bs9nskxns80000gn/T/pip-pip-egg-info-k7agivbt
         cwd: /private/var/folders/vf/rl30wcj92_g723bs9nskxns80000gn/T/pip-install-qduaoqvr/enum/
    Complete output (11 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/Users/saviourgidi/projects/python_extensive/total/total-backend/env/lib/python3.7/site-packages/setuptools/__init__.py", line 6, in <module>
        import distutils.core
      File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/distutils/core.py", line 16, in <module>
        from distutils.dist import Distribution
      File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/distutils/dist.py", line 9, in <module>
        import re
      File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/re.py", line 143, in <module>
        class RegexFlag(enum.IntFlag):
    AttributeError: module 'enum' has no attribute 'IntFlag'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.```

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.