In order to isolate the problem as much as possible, I made another very simple program called test1.py:
from twython import TwythonStreamer
print "program arrived to second line"
When running it, it stops in the first line (see the screenshoot), and at this

- 2016-10-26-165234_1824x984_scrot.png (61.9 KiB) Viewed 2479 times

- 2016-10-26-165234_1824x984_scrot.png (61.9 KiB) Viewed 2479 times
point, when I click Ctrl-C, it appears a message that I wrote in other program several weeks ago called blinker.py that use GPIO to switch leds on/of. This message is in a except clause
After that, the program goes ahead and arrives to second line (see the screenshoot)
I can't understand why the program blinker is concerned here, but I think that this is the origin of the problem, because the first time I tried to run the script importing twython next message appeared
"Runtime warnnig.This channel is already in use, continuing anyway, Use GPIO.setwarnings(False) to disable warnings. GPIO.setup(16, GPIO.OUT)