Examples with "PythonParts" and their translation in French
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
The PythonParts have a user interface with properties palettes, handles, and individual work processes, and can be adjusted with just a few clicks.
Les PythonParts offrent une interface utilisateur dotée de palettes de propriétés, de poignées et de macros individuelles modifiables en quelques clics.
We updated some of the PythonParts that come with the program.
Other results
The PYTHONPATH is an environment variable, consisting of a list of directories.
Le PYTHONPATH est une variable d'environnement, consistant en une liste de répertoires.
Set PYTHONPATH to include the python directory within the certificate-transparency tools.
Définissez PYTHONPATH de façon à inclure le répertoire python dans les chemins par défaut des utilitaires du projet certificate-transparency.
Notice that the script directory is inserted before the entries inserted as a result of PYTHONPATH.
Notez que le dossier du script est inséré avant les dossiers de PYTHONPATH.
If you're using virtualenv, you can omit PYTHONPATH=... when running the tests.
Si vous utilisez virtualenv, vous pouvez omettre PYTHONPATH=... en lançant les tests.
If the module isn't found, Python then searches each directory in the shell variable PYTHONPATH.
Si le module ne se trouve pas, Python recherche alors chaque répertoire dans le shell PYTHONPATH variable.
Delete the variables PYTHON and PYTHONPATH.
Supprimez les variables PYTHON et PYTHONPATH.
The default search path is always appended to $PYTHONPATH.
Le chemin de recherche par défaut est toujours rajouté à la fin de $PYTHONPATH.
The sys.path variable contains the current directory, PYTHONPATH, and the installation-dependent default.
La variable sys.path contient le répertoire courant, PYTHONPATH, et la valeur par défaut dépendant de l'installation.
At the current integration level, .py files can only import python modules which are within the python PYTHONPATH.
Au niveau d'intégration actuel, les fichiers.py ne peuvent importer que des modules python qui se trouvent dans le PYTHONPATH python.
If you want to import your own module placed inside Scripts/python directory, put your module in pythonpath directory nearby your script file.
Si vous souhaitez importer votre propre module placé dans le répertoire Scripts/python, placez votre module dans le répertoire pythonpath au même niveau que votre fichier script.
To be importable, the shared library must be available on PYTHONPATH, and must be named after the module name, with an appropriate extension.
Pour pouvoir être importée, la bibliothèque partagée doit pourvoir être trouvée dans PYTHONPATH, et doit porter le nom du module, avec l'extension appropriée.