Floobits/flootty

flootty 3.0.0 fails with import error

dparshin opened this issue · 4 comments

I get following error with flootty 3.0.0

flootty 
Traceback (most recent call last):
  File "/usr/bin/flootty", line 9, in <module>
    load_entry_point('Flootty==3.0.0', 'console_scripts', 'flootty')()
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 345, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2381, in load_entry_point
    return ep.load()
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2087, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/usr/lib/python2.7/site-packages/flootty/flootty.py", line 82, in <module>
    from floo.common import api, cert, shared as G, migrations, utils
ImportError: No module named floo.common

What OS and version of Python are you on?

linux, python 2.7

Whoops. There was a bug in our build that didn't include some very important files. Please let me know if the newest release (3.0.1) works.

works fine, thanks!