简体   繁体   中英

IDLE hangs when importing sleekxmpp in python 2.7.3

Actually IDLE doesnt hang but kind of behaves erratically when the Sleekxmpp library is imported. I can type in the idle but it will not recognize commands. But runs fine on python 3.2 in the same machine. All other packages works fine on the 2.7 version of python. After importing, the idle will not execute any more command entered. It imports fine on Python 2.7.3 command-line interface. Just doesn't work on IDLE. Please help me. I have tried both 'master' and 'develop' version of the package. What would be the problem?

You answered your own question. IDLE really is the worst IDE in python, 27. I would use ipython if you really want to use 27, or IDLE in python 3.2.3, if you want to update. ipython can be found here and python 3.2.3 can be found here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM