On 2008-01-12, Jorgen Bodde <[EMAIL PROTECTED]> wrote: >> Normally you'd split up the bulk of the code into a module which gets >> installed into site-packages and a piece of stand-alone front-end code which >> imports the module and executes whatever you need to do and gets installed >> into a typical PATH directory. > > I would agree but it is not a site package I am trying to distribute, > but a wxPython application. I would not think my app belongs in the > python site packages dir.
That's my opinion also, but I've seen several apps that are distributed that way. The bulk of the application code goes into the site-packages directory and then there's a 5-line script in /usr/bin that calls the application's main module that's in site-packages. That seems wrong to me... -- Grant Edwards grante Yow! Civilization is at fun! Anyway, it keeps visi.com me busy!! -- http://mail.python.org/mailman/listinfo/python-list