Skip to content

Instantly share code, notes, and snippets.

@anddam
Created April 9, 2021 15:42
Show Gist options
  • Save anddam/612b18e5c248c5b872bbeb2d7b211f13 to your computer and use it in GitHub Desktop.
Save anddam/612b18e5c248c5b872bbeb2d7b211f13 to your computer and use it in GitHub Desktop.
python3-3.9.4_1: configuring ...
Byte-compiling python code in usr/lib/python3.9...
./usr/lib/python3.9/site-packages/wx/lib/masked/maskededit.py:2648: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
ve = ValueError('"%s" will not fit into field %d of control "%s"' (choice, index, self.name))
./usr/lib/python3.9/site-packages/wx/lib/plot/plotcanvas.py:1855: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if self._xSpec is not 'none':
./usr/lib/python3.9/site-packages/wx/lib/plot/plotcanvas.py:1860: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if self._ySpec is not 'none':
./usr/lib/python3.9/site-packages/wx/lib/masked/maskededit.py:2648: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
ve = ValueError('"%s" will not fit into field %d of control "%s"' (choice, index, self.name))
./usr/lib/python3.9/site-packages/wx/lib/plot/plotcanvas.py:1855: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if self._xSpec is not 'none':
./usr/lib/python3.9/site-packages/wx/lib/plot/plotcanvas.py:1860: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if self._ySpec is not 'none':
Byte-compiling python3.9 code for module README.txt...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment