179624SyntaxError: invalid syntax
97186NameError: name '' is not defined
76026EOFError: EOF when reading a line
26097SyntaxError: unexpected EOF while parsing
20758IndentationError: unindent does not match any outer indentation level
16673SyntaxError: EOL while scanning string literal
16166IndentationError: unexpected indent
13599TabError: inconsistent use of tabs and spaces in indentation
11788IndentationError: expected an indented block
11592ValueError: invalid literal for func() with base #: ''
10327TypeError: '' object is not iterable
9762TypeError: '' object is not callable
9656TypeError: can't multiply sequence by non-int of type ''
8851TypeError: unsupported operand type(s) for +: '' and ''
8073NameError: global name '' is not defined
6843TypeError: unsupported operand type(s) for -: '' and ''
6707IndexError: string index out of range
6326SyntaxError: unexpected character after line continuation character
6005TypeError: Can't convert '' object to str implicitly
5874TypeError: unsupported operand type(s) for //: '' and ''
5627AttributeError: '' object has no attribute ''
5584TypeError: '' object is not subscriptable
5553TypeError: string indices must be integers
5030IndexError: list index out of range
4005SyntaxError: can't assign to function call
3360UnboundLocalError: local variable '' referenced before assignment
3277SyntaxError: can't assign to operator
2712ValueError: could not convert string to float: ''
2656TypeError: unorderable types: func() > func()
2643TypeError: not all arguments converted during string formatting
2633TypeError: object of type '' has no func()
2455TypeError: '' object cannot be interpreted as an integer
2266TypeError: list indices must be integers, not <TYPE>
2208TypeError: an integer is required
2080TypeError: unsupported operand type(s) for /: '' and ''
2026TypeError: func() expected string of length #, but <TYPE> found
2025RuntimeError: maximum recursion depth exceeded while calling a Python object
1995TypeError: unsupported operand type(s) for ** or func(): '' and ''
1734IndexError: list assignment index out of range
1702TypeError: slice indices must be integers or None or have an __index__ method
1658TypeError: unsupported operand type(s) for *: '' and ''
1475SyntaxError: break outside loop
1453TypeError: func() expected a character, but string of length # found
1431SyntaxError: return outside function
1345SyntaxError: can't assign to literal
1330TypeError: unorderable types: func() < func()
1209ValueError: ? is not in list
1133TypeError: func() argument must be a string or a number, not ''
1090TypeError: can only concatenate list (not "") to list
1070TypeError: '' object does not support item assignment
1062ValueError: math domain error
923SyntaxError: invalid token
912TypeError: func() takes exactly # arguments (# given)
867RuntimeError: maximum recursion depth exceeded in comparison
832TypeError: '' is an invalid keyword argument for this function
806TypeError: unorderable types: func() >= func()
784SyntaxError: invalid character in identifier
749TypeError: func() missing # required positional arguments: ''
721MemoryError
648TypeError: bad operand type for unary +: ''
634ZeroDivisionError: integer division or modulo by zero
585SyntaxError: continue not properly in loop
480TypeError: unsupported operand type(s) for ^: '' and ''
426TypeError: func() takes at least # arguments (# given)
403TypeError: bad operand type for unary -: ''
394SyntaxError: keyword can't be an expression
373RuntimeError: maximum recursion depth exceeded
360TypeError: descriptor '' requires a '' object but received a ''
353TypeError: func() takes no arguments (# given)
346ValueError: list.remove(x): x not in list
344ZeroDivisionError: division by zero
335TypeError: a float is required
323TypeError: func() argument must be a string or a number
310SyntaxError: can use starred expression only as assignment target
284TypeError: unorderable types: func() <= func()
271PermissionError: [Errno #] Permission denied: ''
261TypeError: func() takes # positional arguments but # were given
248TypeError: can only concatenate tuple (not "") to tuple
224TypeError: argument of type '' is not iterable
210ImportError: No module named ''
203TypeError: unsupported operand type(s) for %: '' and ''
189SyntaxError: non-keyword arg after keyword arg
185TypeError: func() argument after * must be a sequence, not <TYPE>
185TypeError: unsupported operand type(s) for +=: '' and ''
178TypeError: func() takes no keyword arguments
173SyntaxError: EOF while scanning triple-quoted string literal
170ValueError: substring not found
168TypeError: func() expected # arguments, got #
144ZeroDivisionError: float division by zero
130AttributeError: type object '' has no attribute ''
125IndexError: pop index out of range
117TypeError: func() takes at most # arguments (# given)
114ValueError: func() arg is an empty sequence
107TypeError: func() expected at most # arguments, got #
101ValueError: func() arg not in range(Ox#)
92TypeError: unsupported operand type(s) for &: '' and ''
89IndexError: tuple index out of range
87TypeError: func() can't convert non-string with explicit base
86SyntaxWarning: name '' is assigned to before global declaration
84BlockingIOError: [Errno #] Resource temporarily unavailable
84FileNotFoundError: [Errno #] No such file or directory: ''
79ValueError: could not convert string to float:
76TypeError: descriptor '' of '' object needs an argument
68ValueError: too many values to unpack (expected #)
60TypeError: '' requires string as left operand, not <TYPE>
56SyntaxError: can't delete function call
55SyntaxError: name '' is parameter and global
52TypeError: integer argument expected, got float
51TypeError: func() first arg must be str or a tuple of str, not <TYPE>
51TypeError: int object argument after * must be a sequence, not <TYPE>
50TypeError: func() argument # must be str, not <TYPE>
48ValueError: empty separator
47SyntaxError: can't assign to comparison
46TypeError: func() arg # must be a type or tuple of types
44ValueError: slice step cannot be zero
43AttributeError: '' object attribute '' is read-only
43KeyError: ?
43TypeError: '' object doesn't support item deletion
39ImportError: No module named ''; math is not a package
38OverflowError: (#, 'Numerical result out of range')
38PermissionError: [Errno #] Operation not permitted
38ValueError: not allowed to raise maximum limit
36ValueError: need more than # value to unpack
36socket.gaierror: [Errno -#] Name or service not known
35TypeError: func() takes # or # arguments
34ValueError: func() arg # must be >= # and <= #
33TypeError: '' object does not support item deletion
32TypeError: decoding str is not supported
32UnicodeEncodeError: '' codec can't encode character '' in position #: surrogates not allowed
30TypeError: source code string cannot contain null bytes
26TypeError: func() got an unexpected keyword argument
25SyntaxError: assignment to keyword
24TypeError: func() does not take keyword arguments
24TypeError: sequence item #: expected str instance, <TYPE> found
23SyntaxError: only named arguments may follow *expression
23ValueError: attempt to assign sequence of size # to extended slice of size #
21TypeError: bad operand type for func(): ''
20SyntaxError: duplicate argument '' in function definition
18TypeError: (Raised by CS Circles) func() can only be applied to numbers
18TypeError: not enough arguments for format string
18TypeError: unsupported operand type(s) for |: '' and ''
18ValueError: func() arg # must not be zero
18ValueError: need more than # values to unpack
18ZeroDivisionError: float modulo
17TypeError: func() expected at least # arguments, got #
16TypeError: unhashable type: ''
16TypeError: unsupported operand type(s) for -=: '' and ''
15TypeError: must assign iterable to extended slice
14TypeError: Required argument '' (pos #) not found
13StderrExample
13SyntaxError: keyword argument repeated
13TypeError: can only assign an iterable
13TypeError: must use keyword argument for key function
12TypeError: '' object does not support indexing
12TypeError: func() arg must be None or str
12ValueError: unsupported format character '' () at index #
11ImportError: cannot import name ?
11IndexError: range object index out of range
11SyntaxError: (unicode error) '' codec can't decode bytes in position #-#: truncated \\xXX escape
11SyntaxError: can't delete literal
11TypeError: coercing to str: need bytes, bytearray or buffer-like object, <TYPE> found
11ZeroDivisionError: float func()
10NotADirectoryError: [Errno #] Not a directory: ''
10SyntaxError: illegal expression for augmented assignment
10SyntaxError: yield outside function
10TypeError: %d format: a number is required, not <TYPE>
10TypeError: __str__ returned non-string (type <TYPE>)
10TypeError: end must be None or a string, not <TYPE>
10TypeError: func() arg # must be a string, bytes or code object
10TypeError: type <TYPE> doesn't define ? method
9TypeError: can't set attributes of built-in/extension type ''
9TypeError: string argument expected, got ''
9ZeroDivisionError: #.# cannot be raised to a negative power
8AssertionError
8SyntaxError: (unicode error) '' codec can't decode bytes in position #-#: truncated \\uXXXX escape
8SyntaxWarning: name '' is used prior to global declaration
7AttributeError: __exit__
7SyntaxError: can't assign to conditional expression
7TypeError: (Raised by CS Circles) func() can only be applied to non-negative integers
7TypeError: NoneType object argument after * must be a sequence, not <TYPE>
7TypeError: float object argument after * must be a sequence, not <TYPE>
7TypeError: unsupported operand type(s) for <<: '' and ''
6OSError: [Errno #] File too large
6SyntaxError: starred assignment target must be in a list or tuple
6TypeError: str object argument after * must be a sequence, not <TYPE>
6ValueError: Unknown format code '' for object of type ''
5PermissionError: [Errno #] Permission denied
5TypeError: The fill character cannot be converted to Unicode
5TypeError: expected # arguments, got #
5TypeError: type object argument after * must be a sequence, not <TYPE>
5ValueError: incomplete format
5socket.gaierror: [Errno -#] No address associated with hostname
4IndexError: pop from empty list
4OverflowError: long int too large to convert to float
4RuntimeError: maximum recursion depth exceeded while getting the repr of a list
4SyntaxError: (unicode error) '' codec can't decode bytes in position #-#: end of string in escape sequence
4SyntaxError: can't assign to ()
4TypeError
4TypeError: can't convert complex to float
4TypeError: can't take floor of complex number.
4TypeError: must be bytes, not <TYPE>
4TypeError: unsupported operand type(s) for >>: '' and ''
4TypeError: unsupported operand type(s) for func(): '' and ''
4ValueError: Invalid format specifier
4ValueError: tuple.index(x): x not in tuple
3IndentationError: unexpected unindent
3IsADirectoryError: [Errno #] Is a directory: ''
3OSError: [Errno #] Function not implemented
3OverflowError: signed integer is greater than maximum
3SyntaxError: (unicode error) '' codec can't decode bytes in position #-#: truncated \\UXXXXXXXX escape
3SyntaxError: Generator expression must be parenthesized if not sole argument
3SyntaxError: can't delete ()
3SyntaxError: cannot mix bytes and nonbytes literals
3TypeError: %i format: a number is required, not <TYPE>
3TypeError: '' does not support the buffer interface
3TypeError: '' object is not an iterator
3TypeError: The fill character must be exactly one character long
3TypeError: can't convert complex to int
3TypeError: format requires a mapping
3TypeError: func() argument after ** must be a mapping, not <TYPE>
3TypeError: func() got an unexpected keyword argument ''
3TypeError: sep must be None or a string, not <TYPE>
3ValueError: could not convert string to float: ""
3__main__.BailOut
2NameError: free variable '' referenced before assignment in enclosing scope
2OverflowError: cannot fit '' into an index-sized integer
2OverflowError: math range error
2RuntimeError: can't start new thread
2RuntimeError: maximum recursion depth exceeded while getting the repr of a tuple
2StopIteration
2SyntaxError: (unicode error) '' codec can't decode bytes in position #-#: malformed \\N character escape
2SyntaxError: (unicode error) '' codec can't decode bytes in position #-#: unknown Unicode character name
2SyntaxError: no binding for nonlocal '' found
2TypeError: bad operand type for unary ~: ''
2TypeError: func() can't sum strings [use ''.join(seq) instead]
2TypeError: object does not provide __dir__
2TypeError: tuple indices must be integers, not <TYPE>
2UnicodeEncodeError: '' codec can't encode characters in position #-#: ordinal not in range(#)
2ValueError: Unknown conversion specifier b
2ValueError: func() only accepts integral values
2urllib.error.URLError: <urlopen error [Errno -#] Name or service not known>
1AssertionError: You are mathing wrong
1FAILED (errors=#)
1FileNotFoundError: [Errno #] No such file or directory
1ImportError: No module named ''; datetime is not a package
1ImportError: No module named ''; random is not a package
1OSError: [Errno #] Address already in use
1OSError: out of pty devices
1ProcessLookupError: [Errno #] No such process
1RuntimeError: dictionary changed size during iteration
1SyntaxError: can't assign to Ellipsis
1SyntaxError: can't delete operator
1SyntaxError: from __future__ imports must occur at the beginning of the file
1TypeError: Input must be an integer.
1TypeError: Tuple or struct_time argument required
1TypeError: argument # must have a "" method
1TypeError: argument to func() must be a sequence
1TypeError: array item must be unicode character
1TypeError: bytes expected instead of str instance
1TypeError: cannot convert dictionary update sequence element ## to a sequence
1TypeError: expected string or buffer
1TypeError: func() argument # must be tuple, not <TYPE>
1TypeError: func() must have at least two arguments.
1TypeError: must be a unicode character, not <TYPE>
1TypeError: must be str, not <TYPE>
1TypeError: range indices must be integers or slices, not <TYPE>
1TypeError: str object argument after ** must be a mapping, not <TYPE>
1TypeError: string argument without an encoding
1TypeError: unsupported operand type(s) for *=: '' and ''
1TypeError: unsupported type for timedelta days component: str
1TypeError: zip argument ## must support iteration
1UnicodeDecodeError: '' codec can't decode byte Ox# in position #: invalid start byte
1ValueError: Format specifier missing precision
1ValueError: Nothing to see here!
1ValueError: Precision not allowed in integer format specifier
1ValueError: Sign not allowed in string format specifier
1ValueError: Single '' encountered in format string
1ValueError: dictionary update sequence element ## has length #; # is required
1ValueError: empty range for func() (#,#, -#)
1ValueError: func() not defined for negative values
1ValueError: unmatched '' in format
1mainfile: error: must provide name of pdb file
1sre_constants.error: redefinition of group name '' as group #; was group #