-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: sequence index must be integer, not 'slice' #2
Comments
OS: Windows 10 I get this error too. My profile was generated from python embedded in the application Motionbuilder 2017 so I'm not sure if that makes a difference. I created my profile file with "cProfile.runctx" |
I moved into another library called SnakeViz. |
Sweet, thanks, I'll check it out. |
@mcfletch @stevkalinowski |
Awesome, thanks! |
Beautiful, totally work for me! |
Environment:
I had followed the example to dump profile output as mentioned in https://kupczynski.info/2015/01/16/profiling-python-scripts.html
But when I execute
runsnakerun
over the profile dump, I get the following error:Have got the above error while running in gitbash.
Whereas on executing in windows cmd, it does nothing.
Is there any installation issue?
Though I guess it shouldn't matter, but FYI, I had dumped profile output in Ubuntu and was trying to execute runsnake on Windows.
The text was updated successfully, but these errors were encountered: