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 4 (latest revision is 7)
Ralf Habacker (rhabacker)
committed
(revision 4)
Use mingw32-cross-cmake package (boo#1209611)
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