> > I'm personally also a java programmer :) and I like such prefixes :), but I > had truely the problem on installation all off those libs (I do it on linux > with rpm-packages) that in the libs-folder an empty __init__.py clashs with > the __init__.py from the other packages. So I will remove the libs folder on > installation now.
Take a look at setuptools (http://peak.telecommunity.com/DevCenter/setuptools), an extension for distutils that specifically handles this situation (namespace packages: http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages). Nathan > > The name of the package should be self speaking for me, e.g. the rpm-package > name must nearly unique to other rpms, the package name in python code should > not prefixed with 'django' and the name relation between the > python-lib-for-django tinymce is very similar the TinyMCE: It is the > functional code of TinyMCE package from http://tinymce.moxiecode.com/ with > LICENSE, README and Changelog. > > I posted the setup.py for mochikit here http://paste.e-scribe.com/1252/ and > the package structure here http://paste.e-scribe.com/1251/ > > Should this discussion stay on django-users or move to django-developers ? > > Regards, > Dirk > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---