while debuging the code
PS C:\Users\admin\AppData\Local\Programs\Python\Convolutional_neural_network-master> python run.py Traceback (most recent call last): File "C:\Users\admin\AppData\Local\Programs\Python\Python35\lib\site-packages\werkzeug\utils.py", line 412, in import_string import(import_name) ImportError: bad magic number in 'config': b'\x03\xf3\r\n'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "run.py", line 2, in
- missing init.py in a package;
- package or module path not included in sys.path;
- duplicated package or module name taking precedence in sys.path;
- missing module, class, function or variable;
Debugged import:
- 'config' not found.
Original exception:
ImportError: bad magic number in 'config': b'\x03\xf3\r\n' PS C:\Users\admin\AppData\Local\Programs\Python\Convolutional_neural_network-master>