python錯誤:unexpected unident 這是什麼錯誤?
為什麼我在python裡某一行寫print('123'),它會彈出這個錯誤?
File "C:\Documents and Settings\Administrator\桌面\test.py", line 2
8
print('123')
^
IndentationError: unexpected unindent
後來發現是縮排問題!!!python依靠indent來縮排。要麼全部用空格縮排,要麼全部tab鍵,所以我覺得你的問題是可能縮排有問題。用有些編輯器可以顯示tab和空格的。另外,最好不要放到帶中文的目錄下,防止出問題。
相關推薦
python錯誤:unexpected unident 這是什麼錯誤?
為什麼我在python裡某一行寫print('123'),它會彈出這個錯誤? File "C:\Documents and Settings\Administrator\桌面\test.py", line 2 8 print('123') ^ IndentationError: unexpected
win10+python遇到:Using TensorFlow backend.錯誤
target http inf redist python HR tails tensor str 錯誤描述:Using TensorFlow backend. 一.安裝Microsoft Visual C++ 2015 Redistributable Update 3
載入springIOC容器報錯誤:Unexpected exception parsing XML document from class path resource
報錯誤如下: Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from cla
Jupyter執行時出現下面的錯誤:Unexpected error while saving file: arma/Untitled.ipynb [Errno 13] Permission denied:
執行環境:Ubuntu16.04+Python2.7執行如下程式碼修改Jupyter的一部分檔案的許可權(執行完之後重新啟動即可): sudo chmod 777 ~/.local/share/jupyter/ cd ~/.local/share/jupyter/ ls s
【git學習】在CenterOS系統上恢復GitLab時出現錯誤:tar: 由於前次錯誤,將以上次的錯誤狀態退出 unpacking backup failed
一、問題描述 今天在測試加密GitLab備份檔案之後,進行解密,然後再恢復GitLab的時候,恢復失敗,報瞭如下的錯誤: tar: db:無法 mkdir: 許可權不夠 tar: db:無法 mkdir: 許可權不夠 tar: db/database.sql.
vsftpd 錯誤:530 and 500 錯誤解決方法
VSFTP 530 Login incorrect And 500 OOPS: vsftpd: refusing to run with writable anonymous root 錯誤的解決方法 530 Login incorrect : 在檔案中限制
VS2010中的編譯錯誤:error C2061: 語法錯誤: 識別符號"string"
編譯程式時出現: error C2061: 語法錯誤: 識別符號"string" 仔細查,在出現錯誤的類的標頭檔案裡已經 #include "String" 經過查詢網上資料,解決如下: 增加一行: using namespace std;
SQL資料庫還原時錯誤:作業系統返回了錯誤 '5(拒絕訪問)'的解決辦法
解決SQL Server 2005 還原資料庫錯誤:System.Data.SqlClient.SqlError: 在對 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\BusinessDB.mdf' 嘗試 'RestoreContaine
oracle有三種類型的異常錯誤: 預定義 ( Predefined )錯誤裏面的常見錯誤
名稱 內部錯誤 ack 用戶名 invalid 使用 body type divide oracle有三種類型的異常錯誤: 預定義 ( Predefined )錯誤, 非預定義 ( Predefined )錯誤, 用戶定義(User_define) 錯誤 預定義 ( P
python csv文件打開錯誤:_csv.Error: line contains NULL byte
sum print question utf-16 null ecs 格式 .cn repl 正常的csv文件讀取如下: #coding:utf-8 import csv csvfilename = ‘demo.csv‘ print u‘########
phpmyadmin-錯誤:配置文件權限錯誤,不應任何用戶都能修改!這裏有答案
highlight 文字 所有權限 配置文件 inux style true 所有 整理 今天在linux下使用phpMyadmin的時候突然出現這個紅色警告。差點把我嚇暈在電腦前。不過冷靜想一下這個報錯,肯定就是linux權限那幾個 ‘7’ 惹的禍。 於是 通過命令
JavaScript onclick傳遞對象參數(easyui傳遞一行數據時)錯誤:uncaught SyntaxError: Unexpected identifier
提示框 edit fun 過程 傳遞對象 HR expected 思路 ide JavaScript onclick傳遞對象參數(easyui傳遞一行數據時)錯誤:uncaught SyntaxError: Unexpected identifier 博主遇到的是用on
python問題:IndentationError:expected an indented block錯誤解決
onerror err Python程序員 出現 經驗 erro 疑問 ati 空格 Python語言是一款對縮進非常敏感的語言,給很多初學者帶來了困惑,即便是很有經驗的Python程序員,也可能陷入陷阱當中。最常見的情況是tab和空格的混用會導致錯誤,或者縮進不對,而這是
WIn10遠程:mstsc:出現身份驗證錯誤,要求的函數不支持, 這可能是由於CredSSP加密Oracle修正
mic rac mst windows 定位 red reg soft nor a.單擊 開始 > 運行,輸入 regedit,單擊 確定。 b.定位到 HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\S
Python常見錯誤:IndexError: list index out of range
spa bsp lis 遍歷字典 pan nbsp exe 字典 dex 用python寫腳本查詢字典時,在遍歷字典時循環到某一項時老是報錯 出現這種錯誤有兩種情況: 第1種可能情況 list[index]index超出範圍 第2種可能情況 list是空值就會出現 In
解決Python3安裝turtle提示錯誤:Command "python setup.py egg_info" failed with error code 1
pip install turtle 出現 可以選擇升級 setuptools pip install --upgrade setuptools 升級完成後,還是會出現錯誤的話,就手動選擇更改檔案 按照給定的連結,下載turtle包,手動解壓,修改setu
【C++】 Debug 版的 C/C++ Python 擴充套件模組連結錯誤:Error LNK1104 cannot open file 'python27_d.lib
Debug 版的 C/C++ Python 擴充套件模組連結錯誤:Error LNK1104 cannot open file 'python27_d.lib' 環境配置 (1)python的lib 以及標頭檔案分別加到vc的include/lib directories中去。
python】-- 安裝 xadmin錯誤:"UnicodeDecodeError: 'gbk' codec can't decode byte 0xa4 in position 3444"
在學習 Django 時,需要安裝 xadmin ,結果出現了一下錯誤 C:\WINDOWS\system32>pip install xadmin Collecting xadmin Using cached xadmin-0.6.1.tar.gz Complete output fro
遇到錯誤:python檔案讀寫許可權permission denied
程式碼shutil.copyfile(os.path.join(sourcepath+'/'+eachclass+ '/',im),valpath+'/'+eachclass+'/'+im)中 訪問後一個路徑上的檔案valpath+'/'+eachclass+'/'+im,im是一個*
第一次使用jupyter建立python時錯誤:Creating Notebook Failed An error occurred while creating a new notebook.
當我們用命令列在瀏覽器中啟動jupyter notebook後需要點選右上角的New建立新的python檔案,此時會報錯。在Linux下可以用命令列解決這個問題。首先需要找到anaconda2中jupyter檔案,在anaconda2中的share檔案中,對jupyter執行如下命令,來修改jupy