using cProfile of python, I cprofiled my code, but I keep getting this error related with compile() and null character which I can't quite understand.
The error message is:
[cProfileV]: cProfile output available at http://127.0.0.1:4000 Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.7/bin/cprofilev", line 9, in load_entry_point('CProfileV==1.0.6', 'console_scripts', 'cprofilev')() File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/cprofilev.py", line 217, in main code = compile(fp.read(), progname, 'exec') TypeError: compile() expected string without null bytes
Is it a problem with my client code, or the server just isn't up?
Thank you in advance.