Skip to content
Snippets Groups Projects
  1. Feb 13, 2020
  2. Nov 15, 2019
  3. Jul 02, 2018
  4. Apr 27, 2018
  5. Mar 22, 2018
  6. May 08, 2013
    • Marco Biasini's avatar
      remove 'ost' directory from sys.path · a3be372c
      Marco Biasini authored
      since the ost startup script lives in the same directory as the
      top-level ost modules (python{version}/site-packages/ost), the
      directory got automatically added to sys.path. That's bad for
      several reasons I don't want to go in right now (see discussion
      on the mailing list). Instead of passing the script as a script
      name to execute, we now use execfile with the startup script.
      This circumvents addition of the directory to the path and
      makes Gabriel smile again.
      a3be372c
  7. Nov 19, 2012
    • Ansgar Philippsen's avatar
      refactored python startup files for ost and dng · 1e44748f
      Ansgar Philippsen authored
      there are now three startup files; ost_startup.py (former init_cl.py) initializes non-gui ost; dng_startup (former init.py) initializes dng; and gosty_startup initializes gosty (some issues remain what to put into dng_startup as opposed to gosty_startup). also, files are now properly placed into site-packages/ost (on osx and linux)
      1e44748f
  8. Sep 12, 2012
  9. Jun 03, 2012
    • Marco Biasini's avatar
      make directory layout more pythonic · 7cf0038d
      Marco Biasini authored
      Instead of creating a lib/openstructure subdirectory containing
      all ost modules, use lib/python$MAJOR.$MINOR/site-packages. This
      follows more closely what other projects are doing. The main
      motivation, however is to simplify deploment of tools built on
      OpenStructure.
      7cf0038d
  10. Jul 27, 2011
  11. Jul 07, 2011
  12. May 17, 2011
  13. Feb 21, 2011
  14. Nov 11, 2010
  15. Nov 08, 2010
  16. Oct 13, 2010
  17. Jul 28, 2010
  18. Jul 05, 2010
  19. Apr 30, 2010
  20. Apr 21, 2010
  21. Mar 25, 2010
  22. Mar 24, 2010
  23. Feb 26, 2010
Loading