 
        0
    
    
    
        
        
        Completed
        
        
    
    
    
    
    
    ImportError: No module named 'codeivated'
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"
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"
Customer support service by UserEcho
 Ideas
		
		
	
Ideas 
	
 
                
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