|
|
|
|
|
PythonTermine (Fonction) En anglais : PythonTerminate Décharge la DLL Python et libère la mémoire. sModulePython est une chaîne
<SI CibleExécution=Windows>
sModulePython = SysRep(srAppDataLocal) + ..
[fSep]+"Programs\Python\Python39\python39.dll"
<SINON>
<SI CibleExécution=Linux>
sModulePython ="/usr/bin/python/python39.so"
<FIN>
<FIN>
SI PAS PythonInitialise(sModulePython) ALORS
Erreur("Echec de l'initialisation de Python", ErreurInfo())
RETOUR
FIN
Info(FonctionPythonImporteeHelloWorld())
SI PAS PythonAjouteChemin(fRepDonnées()) ALORS
Erreur("Echec de l'initialisation d'un chemin Python", ErreurInfo())
RETOUR
FIN
Info(PythonExécute("fichier_python", "FonctionPythonHelloWorldNonImportee"))
PythonTermine()
Syntaxe
<Résultat> = PythonTermine()
<Résultat> : Booléen - Vrai si la libération de la mémoire a été effectuée,
- Faux dans le cas contraire.
Liste des exemples associés :
|
Exemples didactiques (WINDEV) : WD Python
[ + ] L’exemple WD Python montre comment exécuter du code Python dans vos applications WINDEV. Pré-requis : Il est nécessaire que Python 3 soit installé sur l’ordinateur. Vous pouvez installer Python 3 à partir de l’adresse suivante : http://legacy.python.org/download/
|
Classification Métier / UI : Code neutre
Documentation également disponible pour…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|