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
Revision 6 (latest revision is 7)
Ralf Habacker (rhabacker)
accepted
request 1088920
from
Ralf Habacker (rhabacker)
(revision 6)
- Adjust 0007-Install-cmake-support-to-be-able-to-use-find_package.patch to fix find_package error not finding the file specified by PYTHON_TARGETS (boo#1211700)
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