GithubHelp home page GithubHelp logo

Inactive menus about sublime-tweet HOT 9 CLOSED

rozboris avatar rozboris commented on August 12, 2024
Inactive menus

from sublime-tweet.

Comments (9)

mrjabba avatar mrjabba commented on August 12, 2024

Mine is grayed out as well. I'm using Beta, Build 2165 on Ubuntu 11.10. I may try this on Arch later to see if there' a difference. Has this been tested on Linux before? Is there an error or output file I can check?

from sublime-tweet.

mrjabba avatar mrjabba commented on August 12, 2024

Found it on the Sublime console.

Reloading plugin /home/mrjabba/.Sublime Text 2/Packages/Sublime Tweet/SublimeTweet.py
Traceback (most recent call last):
File "./sublime_plugin.py", line 59, in reload_plugin
File "./SublimeTweet.py", line 5, in
import libs.twitter
File "./libs/twitter.py", line 66, in
import oauth2 as oauth
File "./libs/oauth2.py", line 31, in
import httplib2
File "./libs/httplib2.py", line 795, in
class HTTPSConnectionWithTimeout(httplib.HTTPSConnection):
AttributeError: 'module' object has no attribute 'HTTPSConnection'

Is this a version of Python problem?
This what I see when I invoke python.

Python 2.7.2+ (default, Oct 4 2011, 20:06:09)
[GCC 4.6.1] on linux2

from sublime-tweet.

ianleckey avatar ianleckey commented on August 12, 2024

Seems sublime uses 2.6, so won't matter what your 2.7 version has been built with

from sublime-tweet.

Erwyn avatar Erwyn commented on August 12, 2024

same problem here, grayed as well. Any solution?

from sublime-tweet.

Erwyn avatar Erwyn commented on August 12, 2024

I have to precise that I have the same error than mrjabba

from sublime-tweet.

Erwyn avatar Erwyn commented on August 12, 2024

After looking through the web, I found out that it was a question of http not compiled with ssl in the linux package of sublime text. However I don't know how to correct it.

from sublime-tweet.

kracekumar avatar kracekumar commented on August 12, 2024

The issue is sublime2 ships python with .pyo file, untar sublime2 for linux and unzip Sublime Text 2/lib/python26.zip you will find *.pyo files, sublime2 built with python 2.6.6,


>>> sys.version
'2.6.7 (r267:88850, Aug 11 2011, 12:16:10) \n[GCC 4.6.1]'
>>> httplib.HTTPSConnection
<class httplib.HTTPSConnection at 0xb743865c>

HTTPSConnection is available in 2.6.7, one hack is to replace the httplib with requests, I know lot of work is needed.

from sublime-tweet.

salmankhwaja avatar salmankhwaja commented on August 12, 2024

I am having the same problem.
Restarted the Sublime Text. Didn't ask me the Twitter Username / Password.
TOOLS > Tweet and TOOLS > Read Timeline are greyed out. Disabled.
Command Pallette is not showing anything when Twitter is typed.

screenshot-untitled public_html - sublime text 2 unregistered -1
screenshot-untitled public_html - sublime text 2 unregistered

from sublime-tweet.

rozboris avatar rozboris commented on August 12, 2024

It was greyed out because package could not import the other packages.
Fixed in v.1.0.0 for ST3. Please update from Package Control!

from sublime-tweet.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.