开发者

How do you properly setup pyssh (PYTHON)

I'm trying to test out pys开发者_Go百科sh, but I'm having trouble importing it. I'm new to python so I'm not sure how to get this thing to import properly.

What do I have to do before I can import pyssh 0.3 into my code?


In order for Python to import a module, it has to be either in the PYTHONPATH, or in the current directory. You can check this by looking at sys.path.

Check the documentation on modules.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜