Bug 832030

Summary: [abrt] python-setuptools-0.6.24-2.fc17: setup.py:41:<module>:ImportError: No module named Cython.Distutils
Product: [Fedora] Fedora Reporter: aleallstarz
Component: python-setuptoolsAssignee: Toshio Ernie Kuratomi <a.badger>
Status: CLOSED CANTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: a.badger, dmalcolm, lmacken
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:e65fcb4ec4981c2e5b172b6e7ab2c5ab1373894e
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-14 18:01:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace none

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 ).