Ticket #5 (closed defect: wontfix)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by adigeo

  • Status changed from new to closed
  • Resolution set to wontfix

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.

comment:2 Changed 3 years ago by MichielLeenaars

The same goes for sip_im_session?

comment:3 Changed 3 years ago by adigeo

Somehow an old library is being loaded. Try to find on your system in which path are the sipclient* folders installed. Remove any pypjua* or sipclient* folders from the site-packages and re-install again.

comment:4 Changed 3 years ago by adigeo

I have added docs/Upgrade.txt with information for how to fix this.

Note: See TracTickets for help on using tickets.