wins和linux 系統不同編碼格式導致的.py執行問題: bad interpreter: No such or file directory

來源:互聯網
上載者:User

標籤:

我在win7上用IDLE編寫了一個python檔案(MyTopo .py),但是用putty 傳到VM中的ubuntu系統中,用 ./MyTopo方式執行。 顯示: /bin/sh^M: bad interpreter: No such    file or  directory  
但是用 python MyTopo.py執行方式就可以正確執行。 百思不得其解,後來在網上查到了原因: 這是不同系統編碼格式的不同所引起的問題,在windows系統中編輯的.py檔案中有linux系統無法識別的字元, 所以在ubuntu系統下執行會報錯:bad interpreter: No such or file directory 。?
MyTopo中部分原始碼:
#!/usr/bin/python# The Mininet Project2                                                         # filename:MyTopo.py# Author: Lewis                               from mininet.topo import Topofrom mininet.net import Mininetfrom mininet.util import irange,dumpNodeConnectionsfrom mininet.log import setLogLevel......

 

wins和linux 系統不同編碼格式導致的.py執行問題: bad interpreter: No such or file directory

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.