Floobits / flootty

A collaborative terminal.
Apache License 2.0
175 stars 25 forks source link

flootty 3.0.0 fails with import error #32

Closed dparshin closed 10 years ago

dparshin commented 10 years ago

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
ggreer commented 10 years ago

What OS and version of Python are you on?

dparshin commented 10 years ago

linux, python 2.7

ggreer commented 10 years ago

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.

dparshin commented 10 years ago

works fine, thanks!