Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError on pycall #9

Closed
Scinawa opened this issue Sep 2, 2015 · 5 comments
Closed

ImportError on pycall #9

Scinawa opened this issue Sep 2, 2015 · 5 comments

Comments

@Scinawa
Copy link

Scinawa commented Sep 2, 2015

Hi!
I have installed pycall but I can't use it:

$ python3
Python 3.4.2 (default, Oct 8 2014, 10:45:20)
[GCC 4.9.1] on linux
Type "help", "copyright", "credits" or "license" for more information.

from pycall import CallFile, Call, Application
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.4/dist-packages/pycall/init.py", line 6, in
from .errors import PycallError, InvalidTimeError, NoSpoolPermissionError, NoUserError, NoUserPermissionError, UnknownError, ValidationError
File "/usr/local/lib/python3.4/dist-packages/pycall/errors.py", line 4, in
from exceptions import Exception
ImportError: No module named 'exceptions'

@Scinawa
Copy link
Author

Scinawa commented Sep 2, 2015

works fine with python2, but I got this error with python3 :(

@timkofu
Copy link

timkofu commented Apr 2, 2016

Same error here on Python 3.5.1. When will it be fully Python 3 compatible?

@vmesel
Copy link

vmesel commented Apr 26, 2016

This lib is uncompatible with Python 3 guys!

@rdegges
Copy link
Owner

rdegges commented May 1, 2016

Hi @ALL.

To be totally honest, I no longer user Asterisk on a day-to-day basis, so don't really have a lot of time to invest in keeping this software up-to-date.

If anyone would like to submit a pull request for Python 3 compatibility, I'd be more than happy to merge it in. If any of you would like to potentially maintain the library, I'm also very open to that!

@rdegges
Copy link
Owner

rdegges commented Aug 15, 2016

Just released 2.3.0 which is fully python 3 compliant.

@rdegges rdegges closed this as completed Aug 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants