如何在MAC中运行Twisted(python)程序?

时间:2017-09-14 03:18:53

标签: python twisted

我在MAC中安装了Twisted。

   $ python
Python 2.7.10 (default, Oct 23 2015, 18:05:06) 
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import twisted
>>> twisted.__version__
'13.1.0'
>>> import OpenSSL
>>> import twisted.internet.ssl
>>> twisted.internet.ssl.SSL
<module 'OpenSSL.SSL' from '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/OpenSSL/SSL.so'>
>>> 

我有一个名为test.tac

的测试程序

如何在MAC中运行?我可以将其作为python脚本运行吗?

p.s:我对python来说是全新的

1 个答案:

答案 0 :(得分:0)

如果这是一个Python脚本而不是,你可以在你的MAC上运行它。

还查看Twisted Documentation Page? http://twistedmatrix.com/documents/current/core/howto/index.html