Bug 1130567

Summary: Wrong Path for Django 1.5 Module
Product: [Fedora] Fedora EPEL Reporter: Rene Caspart <rcaspart>
Component: python-django15Assignee: Matthias Runge <mrunge>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: el6CC: mrunge
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-18 09:58:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Rene Caspart 2014-08-15 14:35:59 UTC
Description of problem:

When installing Django 1.5 using the python-django15 package it is installed to "/usr/lib/python2.6/site-packages/Django-1.5.6-py2.6.egg/django". This makes it impossible to import django using the import statement, unless one modifies the PYTHONPATH variable.

Version-Release number of selected component (if applicable):
python-django15-1.5.6-1.el6.noarch

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:
The python module is installed to
"/usr/lib/python2.6/site-packages/Django-1.5.6-py2.6.egg/django"

Expected results:
Installtion of the module to
"/usr/lib/python2.6/site-packages/django"

Additional info:

Comment 1 Matthias Runge 2014-08-18 09:58:04 UTC
python-django15 is a parallel installable version.

See http://fedoraproject.org/wiki/Packaging:Python_Eggs#Multiple_Versions
or the package included readme file