Ticket #5 (closed defect: wontfix)
Clean install results in failure under Fedora and FreeBSD
| Reported by: | MichielLeenaars | Owned by: | support@ag-projects.com |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Packaging | Version: | trunk |
| Keywords: | PyPJUAError | Cc: |
Description
I checked out trunk cleanly and updated all dependencies. I get the same error under Fedora and FreeBSD; however, under Ubuntu the same procedure results in a working instance.
For sip_im_conference:
File "/usr/local/bin/sip_im_conference", line 9, in <module>
from pypjua import Credentials, PyPJUAError
ImportError: cannot import name PyPJUAError
For sip_im_session:
Traceback (most recent call last):
File "/usr/local/bin/sip_im_session", line 15, in <module>
from pypjua import Credentials, SDPSession, SDPConnection, SIPURI, PyPJUAError
ImportError: cannot import name PyPJUAError
Change History
Note: See
TracTickets for help on using
tickets.

sip_im_conference script is deprecated. The chat server is developed in a separate tree and this script will be obliterated soon after its features are copied into the new server.