SyntaxError: invalid syntax

エラー

問題発生したコード

 状態:-  閲覧数:564  投稿日:2017-10-23  更新日:2017-10-23  
▼index.py
global internalLinks=[]



エラーメッセージ


Apacheログ
▼/var/log/httpd/
[error] global internalLinks=[]
[error] SyntaxError: invalid syntax


修正後コード


▼index.py
global internalLinks
internalLinks=[]



IndentationError: unexpected indent

_csv.Error: iterator should return strings, not bytes (did you open the file in text mode?)

コメント投稿(ログインが必要)



週間人気ページランキング / 6-21 → 6-27
順位 ページタイトル抜粋 アクセス数
1 Python用語 16
2 インポート | インポートシステム 1
2 AttributeError: type object 'datetime.datetime' has no attribute 'datetime' | AttributeError(エラー) 1
2026/6/28 5:05 更新