Python Interpreter
Python is an interpreted, object-oriented programming language, and is
often compared to Tcl, Perl, Scheme, or Java. You can find an overview
of Python in the documentation and tutorials included in the python-doc
(HTML) or python-doc-pdf (PDF) packages.
If you want to install third party modules using distutils, you need to
install python-devel package.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout windows:mingw:win32/mingw32-python3 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Latest Revision
Ralf Habacker (rhabacker)
accepted
request 1167148
from
Ralf Habacker (rhabacker)
(revision 7)
- Fix sysconfig var "VERSION" returning version without dot as delimiter (detected with python-config.py from gdb 14.2 source) - Add patches: * python-3.9.10-sysconfig-return-version-with-dot.patch
Comments 1
This package needs to add <install-root>/lib/python3.9/site-packages to sys.path for finding python packages installed in the default location.
A workaround is to set env variable PYTHONPATH as