Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用している IDE (Spyder と IEP) のいずれかで pygame プロジェクトを正常に実行できますが、.py ファイルのいくつかを変更しようとすると、プロジェクトを再度実行しても変更が反映されません。これは、スクリプトとして .py ファイルを実行している IDE と関係があると思いますが、良い解決策がわかりません。コンパイルされたファイルを削除しようとしましたが、同じ問題が引き続き発生します。
reload関数を使用して、実行中の Python インスタンスを更新されたファイルで更新できます。