[ホーム] - [バッチファイル サンプル一覧]

よく見るエラーメッセージ一覧






足し算の問題
■SyntaxError: Missing parentheses in call to 'print'

メッセージボックス作成のサンプル
■NameError: name 'messagebox' is not defined の原因と対処
■NameError: name 'true' is not defined の原因と対処 | messagebox
■ModuleNotFoundError: No module named 'tkMessageBox' の原因と対処

テキストファイルを読み込むサンプル
■"UnicodeDecodeError: 'cp932' codec can't decode byte 0x86 in position 13: illegal multibyte sequence"の原因と対処
■"PermissionError: [Errno 13] Permission denied"の原因と対処

インターネットからファイルをダウンロードするサンプル
■socket.gaierror: [Errno 11001] getaddrinfo failed の原因と対処
■urllib.error.URLError: の原因と対処
■"ConnectionRefusedError: [WinError 10061] 対象のコンピューターによって拒否されたため、接続できませんでした"の原因と対処
■"ValueError: unknown url type" の原因と対処
■"NameError: name 'urllib' is not defined" の原因と対処

while 文による繰り返し処理
■while 文で SyntaxError: invalid syntax が発生
■IndentationError: expected an indented block が while 文で表示される

range 型のデータを生成する
■"TypeError: range expected at most 3 arguments, got 4" がrange 生成で発生する原因と対処
■"leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers" の原因と対処

pythonで最大、最小 、平均を求める
■NameError: name 'statistics' is not defined が min 関数で表示される
■TypeError: 'builtin_function_or_method' object is not subscriptable エラー が min 関数で発生する

Python で csv ファイルを読み込み | Windows
■open関数にて "OSError: [Errno 22] Invalid argument" の原因と対処
■open関数にて "SyntaxError: positional argument follows keyword argument"の原因と対処
■"SyntaxError: Non-UTF-8 code starting with '\x83' in file"がopen関数で発生する原因と対処
■"LookupError: unknown error handler name" が open 関数で発生する原因と対処

if 判定文の使い方
■if 文で syntaxerror invalid syntax が発生するよくある理由
■If 条件式で IndentationError: expected an indented block エラーが出る場合の対処
■If 条件式で IndentationError: unexpected indent が発生する原因と対処

for 文によるループの基本
■for 文でSyntaxError: invalid syntax
■TypeError: 'int' object is not iterable が for 文で表示される




[ホーム] - [よく見るエラーメッセージ一覧]