From: Gary P. <pa...@in...> - 2003-02-17 22:29:57
|
> That leaves the question of where to put the Visual demos. Currently they're > in PythonXX\Programs\Demos, which is highly arbitrary. Moreover, the > Programs part has proven to be irrelevant, so that PythonXX\Demos would make > more sense. I don't discern any pattern on Windows that suggests where > Python demos should go. By default, I favor PythonXX\Demos\Visual, and start > to encourage developers of other packages to put associated demos in > PythonXX\Demos\SomePackage. Another two cents: visual is the only package that uses PythonXX\Programs\Demos. More sensible to me is Pythonxx\Libs\site-packages\visual\demos IMHO, it doesn't sit right to have a catch-all Demo directory: \PythonXX\Demos. When I want to look for something about a package, I always start looking in site-packages\packagename. In fact, I prefer to see *everything* associated with a package under site-packages\packagename, although the case for the docs is arguable. And I always look for packages in site-packages. I think they all should be there. -gary |