Skip to content

Instantly share code, notes, and snippets.

@Fluxx
Created July 31, 2012 17:45
Show Gist options
  • Select an option

  • Save Fluxx/3218888 to your computer and use it in GitHub Desktop.

Select an option

Save Fluxx/3218888 to your computer and use it in GitHub Desktop.
(chattr.io)➜ client git:(master) python
Python 2.6.7 (r267:88850, Jul 31 2011, 19:30:54)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from kazoo.client import KazooClient
>>> from samsa.cluster import Cluster
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/jeff/.virtualenvs/chattr.io/lib/python2.6/site-packages/samsa/cluster.py", line 17, in <module>
from samsa.brokers import BrokerMap
File "/Users/jeff/.virtualenvs/chattr.io/lib/python2.6/site-packages/samsa/brokers.py", line 21, in <module>
from samsa.client import Client
File "/Users/jeff/.virtualenvs/chattr.io/lib/python2.6/site-packages/samsa/client.py", line 21, in <module>
from samsa.utils import attribute_repr
ImportError: No module named utils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment