https://bugzilla.redhat.com/show_bug.cgi?id=1070230 --- Comment #4 from Lars Kellogg-Stedman <lars@xxxxxxxxxx> --- Matthias, Thanks for the updated packages; I'm checking them out right now. I still have a question about how these packages are supposed to work with existing Django applications: For example, the package "darkserver" requires "Django": $ rpm -q --requires darkserver /usr/bin/python Django config(darkserver) = 0.5.4-3.fc19 httpd koji mod_wsgi mysql python(abi) = 2.7 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(PayloadIsXz) <= 5.2-1 "Django" is provided by your python-django15 package: $ rpm -q --provides python-django15 Django = 1.5.5-3.fc19 config(python-django15) = 1.5.5-3.fc19 django = 1.5.5-3.fc19 python-django15 = 1.5.5-3.fc19 But when you install darkserver it will fail to run because it can't import the "django" module: mod_wsgi (pid=21157): Target WSGI script '/usr/sbin/darkserver.wsgi' cannot be loaded as Python module. mod_wsgi (pid=21157): Exception occurred processing WSGI script '/usr/sbin/darkserver.wsgi'. Traceback (most recent call last): File "/usr/sbin/darkserver.wsgi", line 7, in <module> import django.core.handlers.wsgi ImportError: No module named django.core.handlers.wsgi I just picked this package as an example after running "repoquery --whatrequires Django"; there are several other matching packages. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review