On Thu, Apr 05, 2007 at 11:53:33AM -0400, Buddha Buck wrote: > > > > Having the module name for PySoy be "soy" is intuitive whereas a more > > generic > > name could potentially conflict with another module's name. > > True, but another reasonable alternative could be "pysoy". > > What do other modules called PyFoo do?
PyOgg import ogg PyVorbis import ogg.vorbis PySphinx import sphinx PyFestival import festival PySane import sane PyODE import ode PyOpenGL import OpenGL pyOpenSSL import OpenSSL PyWXGTK import wx PyCairo import cairo I'm just browsing through /usr/lib/python2.4/site-packages and I'm only seeing a handful of Py* modules that import as py* (ie, import pygtk) and, overall, I think I'd rather type import gtk than import pygtk if given the choice :-) _______________________________________________ PySoy-Dev mailing list [email protected] http://www.pysoy.org/mailman/listinfo/pysoy-dev
