How to run a Twisted (python) program in MAC? -


i have installed twisted in mac.

   $ 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" more information. >>> import twisted >>> twisted.__version__ '13.1.0' >>> import openssl >>> import twisted.internet.ssl >>> twisted.internet.ssl.ssl <module 'openssl.ssl' '/system/library/frameworks/python.framework/versions/2.7/extras/lib/python/openssl/ssl.so'> >>>  

i have test program named test.tac

how can run in mac? can run python script?

p.s: im totally new python

if that's python script yes, can run on mac.

also check twisted documentation page ? http://twistedmatrix.com/documents/current/core/howto/index.html


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -