Did you know ...
Search Documentation:
Predicate py_version/0
HOME
DOWNLOAD
SWI-Prolog
Sources/building
Docker images
Add-ons
Browse GIT
DOCUMENTATION
Manual
Packages
FAQ
Command line
PlDoc
Bluffers
▶
Prolog syntax
PceEmacs
HTML generation
License
Publications
Rev 7 Extensions
TUTORIALS
Beginner
▶
Getting started
Learn Prolog Now!
Simply Logical
Debugger
Development tools
Advanced
▶
Modules
Grammars (DCGs)
clp(fd)
Printing messages
PlDoc
Web applications
▶
Web applications
Let's Encrypt!
Pengines
Semantic web
▶
ClioPatria
RDF namespaces
Graphics
▶
XPCE
GUI options
Machine learning
▶
Probabilistic Logic Programming
External collections
▶
Meta level tutorials
For packagers
▶
Linux packages
COMMUNITY
IRC
Forum & mailing list
Blog
News
Report a bug
Submit a patch
Submit an add-on
Roadmap (on GitHub)
External links
Contributing
Code of Conduct
Contributors
SWI-Prolog items
COMMERCIAL
WIKI
Login
View changes
Sandbox
Wiki help
All tags
Documentation
Reference manual
Packages
SWI-Prolog Python interface
library(janus): Call Python from Prolog
py_version/0
py_call/1
py_call/2
py_call/3
py_iter/2
py_iter/3
py_setattr/3
py_is_object/1
py_is_dict/1
py_free/1
py_with_gil/1
py_gil_owner/1
py_func/3
py_func/4
py_dot/3
py_dot/4
values/3
keys/2
key/2
items/2
py_shell/0
py_pp/1
py_pp/2
py_pp/3
py_object_dir/2
py_object_dict/2
py_obj_dir/2
py_obj_dict/2
py_type/2
py_isinstance/2
py_module_exists/1
py_hasattr/2
py_import/2
py_module/2
py_initialize/3
py_lib_dirs/1
py_add_lib_dir/1
py_add_lib_dir/2
Handling Python errors in Prolog
Calling and data translation errors
Janus and virtual environments (venv)
Availability:
:- use_module(
library(janus)
).
(can be autoloaded)
[det]
py_version
Print version info on the embedded Python installation based on Python
sys.version
. If a Python
virtual environment
(venv) is active, indicate this with the location of this environment found.