python

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
python [2008/11/07 08:51] gerardpython [2017/08/25 09:56] (Version actuelle) – modification externe 127.0.0.1
Ligne 281: Ligne 281:
 python setup.py install --prefix=$HOME | & tee INSTALL.LOG python setup.py install --prefix=$HOME | & tee INSTALL.LOG
 </code> </code>
 +
  
  
Ligne 288: Ligne 289:
 > pwd > pwd
 /local/apps/src/pygraphviz-0.37 /local/apps/src/pygraphviz-0.37
- +bash-3.00$ export PYTHONPATH=/local/apps/lib/python2.4/site-packages 
-graphviz-2.20.3 will be compiled with the following: +bash-3.00$ export PATH=/opt/csw/graphviz2/bin:$PATH 
- +bash-3.00$ python setup.py install --prefix=$HOME | tee INSTALL.LOG 
-options: +Package libagraph was not found in the pkg-config search path. 
-  cgraph:        Yes +Perhaps you should add the directory containing `libagraph.pc' 
-  digcola:       Yes +to the PKG_CONFIG_PATH environment variable 
-  ipsepcola:     No (disabled by default C++ portability issues) +No package 'libagraph' found 
-  sfdp:          No (disabled by default experimental) +Package libagraph was not found in the pkg-config search path. 
-  codegens     Yes +Perhaps you should add the directory containing `libagraph.pc' 
-  fontconfig:    Yes +to the PKG_CONFIG_PATH environment variable 
-  freetype:      Yes +No package 'libagraph' found 
- +Trying pkg-config 
-commands: +Trying dotneato-config 
-  dot:           Yes (always enabled) +library_path=/opt/csw/graphviz2/lib/graphviz 
-  neato:         Yes (always enabled) +include_path=/opt/csw/graphviz2/include/graphviz 
-  fdp:           Yes (always enabled) +running install 
-  circo:         Yes (always enabled) +running build 
-  twopi:         Yes (always enabled) +running build_py 
-  lefty:         Yes (always enabled) +...
-  gvpr:          Yes (always enabled) +
-  smyrna:        No (disabled by default experimental) +
- +
-plugin libraries: +
-  dot_layout:    Yes (always enabled) +
-  neato_layout:  Yes (always enabled) +
-  core:          Yes (always enabled) +
-  devil:         No (missing library) +
-  gd:            Yes +
-  gdiplus:       No (disabled by default Windows only) +
-  gdk_pixbuf:    Yes +
-  glitz:         No (disabled by default incomplete) +
-  gtk:           No (gtk library not available) +
-  pangocairo:    No (pangocairo library not available) +
-  ming:          No (disabled by default incomplete) +
-  quartz:        No (disabled by default - Mac only) +
-  rsvg:          Yes +
-  xlib:          Yes +
- +
-language extensions: +
-  gv_sharp:      No (swig not available) +
-  gv_guile:      No (swig not available) +
-  gv_io:         No (disabled by default no swig support yet) +
-  gv_java:       No (swig not available) +
-  gv_lua:        No (swig not available) +
-  gv_ocaml:      No (swig not available) +
-  gv_perl:       No (swig not available) +
-  gv_php:        No (swig not available) +
-  gv_python:     No (swig not available) +
-  gv_python23:   No (disabled by default for multiversion installs) +
-  gv_python24:   No (disabled by default for multiversion installs) +
-  gv_python25:   No (disabled by default - for multiversion installs) +
-  gv_R:          No (swig not available) +
-  gv_ruby:       No (swig not available) +
-  gv_tcl:        No (tcl not available) +
- +
-  tcldot:        No (tcl not available) +
-  tclpathplan:   No (tcl not available) +
-  gctclft:       No (tcl not available) +
-  tkspline:      No (tk not available)+
  
 </code> </code>
  • python.txt
  • Dernière modification : 2017/08/25 09:56
  • de 127.0.0.1