- Notifications
You must be signed in to change notification settings - Fork 385
Open
Description
I get this bug at the very fist instance of a special character: (base) C:\Users\me\.spyder-py3>mprof run "myfile V2.36.py" mprof: Sampling memory every 0.1s running new process running as a Python program... Traceback (most recent call last): File "C:\ProgramData\Anaconda3\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\ProgramData\Anaconda3\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "C:\ProgramData\Anaconda3\lib\site-packages\memory_profiler.py", line 1303, in <module> exec_with_profiler(script_filename, prof, args.backend, script_args) File "C:\ProgramData\Anaconda3\lib\site-packages\memory_profiler.py", line 1204, in exec_with_profiler exec(compile(f.read(), filename, 'exec'), ns, ns) File "myfile V2.36.py", line 277 Gasdurchströmt = 1 # nimmt das Gas Wärme auf? ^ SyntaxError: invalid character '¶' (U+00B6) It should say Gasdurchströmt = 1. First line of my program: # -*- coding: utf-8 -*-
Originally posted by @Eheran1 in #113 (comment)
Metadata
Metadata
Assignees
Labels
No labels