Floobits / flootty

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

ImportError: cannot import name migrations #36

Closed moughamir closed 9 years ago

moughamir commented 9 years ago

I get following error when I tried to share my terminal:

File "/usr/local/bin/flootty", line 9, in <module>
    load_entry_point('Flootty==3.1.5', 'console_scripts', 'flootty')()
  File "/home/moughamir/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 558, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/home/moughamir/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2682, in load_entry_point
    return ep.load()
  File "/home/moughamir/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2355, in load
    return self.resolve()
  File "/home/moughamir/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2361, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/home/moughamir/.local/lib/python2.7/site-packages/flootty/flootty.py", line 80, in <module>
    from floo.common import api, cert, shared as G, migrations, utils
ImportError: cannot import name migrations
bcjordan commented 9 years ago

Also getting this during initial run on OS X and Ubuntu (@islemaster)

ggreer commented 9 years ago

I'm very sorry about this. I'm on vacation so I didn't notice the error.

I've deployed a fix. 3.1.6 should be good to go.

moughamir commented 9 years ago

Now it's working fine, after pip upgrade!! :smiley: Thank you @ggreer :+1:

ggreer commented 9 years ago

Great. Closing this since it's fixed.

bcjordan commented 9 years ago

Thanks @ggreer!

islemaster commented 9 years ago

:+1: :+1: :+1: