User Profile

Collapse

Profile Sidebar

Collapse
sanyogita
sanyogita
Last Activity: Mar 17 '16, 04:32 AM
Joined: Feb 26 '16
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jira.client.JIRA object at 0x00000000028CC400 error in jira-025 python library instal

    Code:
    from jira.client import JIRA
    
    jira_options={'server': 'https://jira.atlassian.com'}
    jira=JIRA(options=jira_options,basic_auth=('*******','******'))
    I am getting error as
    https://jira.atlassian. com/rest/api/2/serverInfo
    Exception jira.exceptions .JIRAError: JIRAError() in <bound method JIRA.__del__ o
    f <jira.client.JI RA object at 0x0000000002927 400>> ignored
    ...
    See more | Go to post

  • sanyogita
    started a topic C header library is not there in /usr/include/
    in C

    C header library is not there in /usr/include/

    I have c code which is from standard source. I want to build it but as I tried I got message that signalfd is missing.
    I found that code was usin <sys/signalfd.h> but it wasnt there in my /usr/include directory.
    Please tell me from where to get it and hoew to add it.
    See more | Go to post
No activity results to display
Show More
Working...