Skip to content

Instantly share code, notes, and snippets.

@managementboy
Created September 26, 2011 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save managementboy/1242268 to your computer and use it in GitHub Desktop.
Save managementboy/1242268 to your computer and use it in GitHub Desktop.
error with getLogger
Traceback (most recent call last):
File "/usr/local/bin/mntv", line 27, in <module>
import program
File "/usr/share/mythnettv/program.py", line 34, in <module>
from plugins import bittorrent
File "/usr/share/mythnettv/plugins/bittorrent.py", line 20, in <module>
import transmissionrpc
File "/usr/local/lib/python2.7/dist-packages/transmissionrpc-0.7-py2.7.egg/transmissionrpc/__init__.py", line 5, in <module>
from transmissionrpc.constants import DEFAULT_PORT, DEFAULT_TIMEOUT, STATUS, PRIORITY, RATIO_LIMIT, LOGGER
File "/usr/local/lib/python2.7/dist-packages/transmissionrpc-0.7-py2.7.egg/transmissionrpc/constants.py", line 7, in <module
>
LOGGER = logging.getLogger('transmissionrpc')
AttributeError: 'module' object has no attribute 'getLogger'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment