Changes between Initial Version and Version 1 of Ticket #33020
- Timestamp:
- Aug 13, 2021, 7:08:31 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33020
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #33020 – Description
initial v1 1 1 When I run every project it shows me this error. 2 2 3 3 {{{ 4 4 Traceback (most recent call last): 5 5 File "E:\Git Project\django-calculator\mainproject\manage.py", line 22, in <module> … … 40 40 File "<frozen importlib._bootstrap>", line 984, in _find_and_load_unlocked 41 41 ModuleNotFoundError: No module named 'main' 42 }}}