uunicorn / pyskype

MIT License
19 stars 8 forks source link

No module named logger #3

Closed vinnitu closed 9 years ago

vinnitu commented 9 years ago
$ python
Python 2.7.6 (default, Jun 22 2015, 17:58:13) 
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from logger import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named logger
>>>