Skip to main content

Launch a Google search for exceptions from Python apps

Project description

Launch a Google search for exceptions from Python apps.

$ wtw ./tester.py
Searching for: TypeError unhashable type: 'list'
Traceback (most recent call last):
  File Users/dhellmann/Envs/whatthewhat/bin/wtw line 10, in <module>
    sys.exit(main())
  File Users/dhellmann/Devel/whatthewhat/whatthewhat/main.py line 65, in main
    sys.argv,
  File Users/dhellmann/Devel/whatthewhat/whatthewhat/execfile.py line 120, in run_python_file
    exec_code_object(code, main_mod.__dict__)
  File exec_function> line 2, in exec_code_object
  File /tester.py line 7, in <module>
    f()
  File /tester.py line 5, in f
    return {['a', 'b']: ['c', 'd']}
TypeError: unhashable type: 'list'

Inspired by

https://raw2.github.com/dhellmann/whatthewhat/master/tweets.png

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

whatthewhat-1.1.0.tar.gz (93.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page