[python] Problém s nahráváním knihovny *.pyd do win
Hynek Fabian
hynek.fabian na firma.seznam.cz
Pondělí Září 21 15:52:06 CEST 2009
PYTHONPATH
Augments the default search path for module files. The format is the same as
the shell's $PATH: one or more directory pathnames separated by colons.
Non-existent directories are silently ignored. The default search path is
installation dependent, but generally begins with
${prefix}/lib/python<version> (see PYTHONHOME above). The default search path
is always appended to $PYTHONPATH. If a script argument is given, the
directory containing the script is inserted in the path in front of
$PYTHONPATH. The search path can be manipulated from within a Python program
as the variable sys.path .
Predpokladam ze wydlacky python bude pouzivat wydlacke konvence, cili misto
$PYTHONPATH=/a/b:/c/d bude neco jako %PYTHONPATH=A:\B;C:\D
Další informace o konferenci Python