Bug 1130567 - Wrong Path for Django 1.5 Module
Summary: Wrong Path for Django 1.5 Module
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: python-django15
Version: el6
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Matthias Runge
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-15 14:35 UTC by Rene Caspart
Modified: 2014-08-18 09:58 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-18 09:58:04 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.