=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== pyotherside-1.5.9/docs/index.rst-657-not provide new versions, you can install the most recent version of PyOpenGL pyotherside-1.5.9/docs/index.rst:658:to your ``$HOME`` using: pyotherside-1.5.9/docs/index.rst-659- ############################################## pyotherside-1.5.9/python.pri-6- pyotherside-1.5.9/python.pri:7:QMAKE_LIBS += $$system($$PWD/python-config-wrapper $$PYTHON_CONFIG --libs) pyotherside-1.5.9/python.pri:8:QMAKE_CXXFLAGS += $$system($$PWD/python-config-wrapper $$PYTHON_CONFIG --includes) ############################################## pyotherside-1.5.9/src/pythonlib_loader.cpp-61- memset(&info, 0, sizeof(info)); pyotherside-1.5.9/src/pythonlib_loader.cpp:62: int res = dladdr((void *)&extractPythonLibrary, &info); pyotherside-1.5.9/src/pythonlib_loader.cpp-63- if (!res) { ############################################## pyotherside-1.5.9/src/pythonlib_loader.cpp-69- qDebug() << "Got library name: " << fname; pyotherside-1.5.9/src/pythonlib_loader.cpp:70: // On Android, dladdr() returns only the basename of the file, so we go pyotherside-1.5.9/src/pythonlib_loader.cpp-71- // hunt for the full path in /proc/self/maps, where the shared library is