ettoreleandrotognoli / python-ami

Python AMI Client
BSD 3-Clause "New" or "Revised" License
107 stars 66 forks source link

ImportError #14

Closed scuba323 closed 6 years ago

scuba323 commented 6 years ago

Hello! I am still learning python, but I ran
pip install asterisk-ami
and tried the code in the README.md page, but I still get
File "/home/scuba323/lulpy/asterisk.py", line 8, in <module> from asterisk.ami import AMIClient ImportError: No module named ami

ettoreleandrotognoli commented 6 years ago

Sorry, I couldn't reproduce the problem Can you give more information about your problem? Opeation System, python version, asterisk-ami version can help

stripcode commented 6 years ago

He called the file asterisk.py. I got the same problem :) It's not your fault

ettoreleandrotognoli commented 6 years ago

It's becomes obvious now what happened, thanks!