Bug 832030 - [abrt] python-setuptools-0.6.24-2.fc17: setup.py:41:<module>:ImportError: No module named Cython.Distutils
Summary: [abrt] python-setuptools-0.6.24-2.fc17: setup.py:41:<module>:ImportError: No ...
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: python-setuptools
Version: 17
Hardware: i686
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Toshio Ernie Kuratomi
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:e65fcb4ec4981c2e5b172b6e7ab...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-14 10:58 UTC by aleallstarz
Modified: 2012-06-14 18:01 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-06-14 18:01:24 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (8.91 KB, text/plain)
2012-06-14 10:58 UTC, aleallstarz
no flags Details

Description aleallstarz 2012-06-14 10:58:54 UTC
libreport version: 2.0.10
abrt_version:   2.0.10
cmdline:        /usr/bin/python /usr/bin/easy_install pymssql
executable:     /usr/bin/easy_install
kernel:         3.4.0-1.fc17.i686
time:           Thu 07 Jun 2012 03:39:42 PM CEST
uid:            0
username:       root

backtrace:      Text file, 9123 bytes

Comment 1 aleallstarz 2012-06-14 10:58:57 UTC
Created attachment 591805 [details]
File: backtrace

Comment 2 Toshio Ernie Kuratomi 2012-06-14 18:01:24 UTC
This is more of an architectural flaw with easy_install, pip, and setuptools packaging in general than a bug.  You could carry it upstream to distribute's issue tracker if you want but distribute and setuptools are not the future of upstream python packaging -- distutils2 is.  So it may or may not get worked on.

The workaround should be to install Cython (which provides the Cython.Distutils module).

 yum install Cython
 pip-python install --user pymssql

(You can substitute whatever your particular easy_install command is for pip-python and it should work ).


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