Home
last modified time | relevance | path

Searched refs:pyHome (Results 1 – 7 of 7) sorted by relevance

/dports/www/trac-devel/Trac-1.5.3/contrib/
H A Dappveyor.ps197 $pyHome = $env:PYTHONHOME variable
169 $env:Path = "$pyHome;$pyHome\Scripts;$pyHome\Library\bin;$msysHome;$($env:Path)" in Trac-Install()
345 $config = "$pyHome - $env:TRAC_TEST_DB_URI" in Trac-Tests()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/scripting/
H A Dpython_scripting.cpp120 wxFileName pyHome; in scriptingSetup() local
122 pyHome.Assign( Pgm().GetExecutablePath() ); in scriptingSetup()
124 pyHome.Normalize(); in scriptingSetup()
129 Py_SetPythonHome( pyHome.GetFullPath().c_str() ); in scriptingSetup()
/dports/devel/php-ice37/ice-3.7.2/python/python/Ice/
H A D__init__.py620 pyHome = os.path.join(os.path.dirname(__file__), "..")
626 dir = os.path.join(pyHome, "slice")
635 dir = os.path.join(pyHome, "..", "slice")
643 dir = os.path.join(pyHome, "..", "..", "slice")
/dports/devel/ice37/ice-3.7.2/python/python/Ice/
H A D__init__.py620 pyHome = os.path.join(os.path.dirname(__file__), "..")
626 dir = os.path.join(pyHome, "slice")
635 dir = os.path.join(pyHome, "..", "slice")
643 dir = os.path.join(pyHome, "..", "..", "slice")
/dports/devel/py-ice37/ice-3.7.2/python/python/Ice/
H A D__init__.py620 pyHome = os.path.join(os.path.dirname(__file__), "..")
626 dir = os.path.join(pyHome, "slice")
635 dir = os.path.join(pyHome, "..", "slice")
643 dir = os.path.join(pyHome, "..", "..", "slice")
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin/
H A Dscriptplugin.cpp165 QString pyHome = qApp->applicationDirPath() + "/python"; in initPlugin() local
166 if (QDir(pyHome).exists()) in initPlugin()
168 QString ph = QDir::toNativeSeparators(pyHome); in initPlugin()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin_py2x/
H A Dscriptplugin.cpp165 QString pyHome = qApp->applicationDirPath() + "/python"; in initPlugin() local
166 if (QDir(pyHome).exists()) in initPlugin()
168 QString ph = QDir::toNativeSeparators(pyHome); in initPlugin()