0
Completed

ImportError: No module named 'codeivated'

Sándor Czettner 10 years ago updated by Paul Sinclair 10 years ago 3
When I try to install the ST3 package I get this error message:

File "/home/sandor/.config/sublime-text-3/Packages/codeivate-st/codeivate.py", line 3, in <module>
import codeivated.Auth as Auth
ImportError: No module named 'codeivated'

It turned out the __init__.pyc is corrupted. If I want to import it from python 3 or python2 I get this:

"Bad magic number"
Under review
Hi Sandor, 

How did you install it? did you use the package manager https://sublime.wbond.net/installation ?

If you tried to copy it from github you need to switch to the st3 branch
https://github.com/codeivate/codeivate-st/tree/sub...



Cheers,
Paul
Thanks, it was Package Control, but checked out git as well. Now switched the branch and all ok.