This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: python-celementtree prevents me from running python develop.py to compile Imprudence Viewer
Type: behavior Stage: resolved
Components: Interpreter Core Versions:
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: eric.araujo Nosy List: Kristoffer.Grundström, eric.araujo, terry.reedy
Priority: normal Keywords:

Created on 2011-07-11 14:32 by Kristoffer.Grundström, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (10)
msg140126 - (view) Author: Kristoffer Grundström (Kristoffer.Grundström) Date: 2011-07-11 14:32
I went to the wiki of Imprudence Viewer & then I went to the Compiling-part. Then I downloaded latest code from git. I installed everything needed. Then I went into Desktop/imprudence/linden/indra & wrote python develop.py & that resulted in this: http://pastebin.mandriva.com/23157

I then tried to import using the interpreter, but still I got the same issue.

I then uninstalled python-celementtree & ran python develop.py & then everything went on OK.
msg140127 - (view) Author: Kristoffer Grundström (Kristoffer.Grundström) Date: 2011-07-11 14:35
This is valid in Mageia, a fork of Mandriva.
Using 2.6.38.8-desktop-4.mga as kernel.
Arch is x86_64

The link to the imprudence wiki is here:

http://wiki.kokuaviewer.org/wiki/Imprudence:Compiling

Get the latest code for Imprudence here: git clone git://github.com/imprudence/imprudence.git
msg140137 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-07-11 16:02
setuptools bug are reported to these trackers: http://bugs.python.org/setuptools/ and https://bitbucket.org/tarek/distribute/issues

If a setuptools bugs comes from the underlying standard module, distutils, then this bug tracker is the right place, otherwise we can’t do anything.
msg140139 - (view) Author: Kristoffer Grundström (Kristoffer.Grundström) Date: 2011-07-11 16:07
Well, I didn't know what do choose when I reported.
What more info do you need to help me put it in the right place?
msg140140 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-07-11 16:10
If there is a bug with distutils, xml.etree or CPython, then we need instructions on how to reproduce it.

If the bug can only happen with third-party ElementTree release, setuptools or Imprudence, then I’ll suggest you to go to the setuptools bug trackers (there is a fork, so there are two trackers) with your report.
msg140468 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2011-07-15 19:39
The pastebin link gives me a blank box. In any case, a one-month retention does not work for the tracker. If you do get an error traceback indicating an error in CPython or its library, post it here. However, your post so far strongly suggests that the error is elsewhere, so we will close this in a week or so if nothing concrete is added.
msg140476 - (view) Author: Kristoffer Grundström (Kristoffer.Grundström) Date: 2011-07-16 01:23
Here's the link to the Imprudence bugzilla: http://redmine.kokuaviewer.org/issues/1025
msg140587 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-07-18 14:27
Thanks.  The Imprudence bug seems to confirm this is not a distutils bug.
msg145203 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-10-09 03:03
Closing, please reopen if there is more info.
msg145875 - (view) Author: Kristoffer Grundström (Kristoffer.Grundström) Date: 2011-10-18 22:56
Uhhhm. You could bypass the python-celementtree issue when compiling by editing fastest_celementree.py & uncommenting some lines so you compile using other instructions.
History
Date User Action Args
2022-04-11 14:57:19adminsetgithub: 56742
2011-10-18 22:56:14Kristoffer.Grundströmsetmessages: + msg145875
2011-10-09 03:03:09eric.araujosetstatus: pending -> closed
versions: - Python 2.7
messages: + msg145203

resolution: not a bug
stage: resolved
2011-07-18 14:27:44eric.araujosetstatus: open -> pending
assignee: eric.araujo
messages: + msg140587
2011-07-16 01:23:37Kristoffer.Grundströmsetmessages: + msg140476
2011-07-15 19:39:07terry.reedysetnosy: + terry.reedy
messages: + msg140468
2011-07-11 16:10:52eric.araujosetmessages: + msg140140
2011-07-11 16:07:22Kristoffer.Grundströmsetmessages: + msg140139
2011-07-11 16:02:34eric.araujosetnosy: + eric.araujo
messages: + msg140137
2011-07-11 14:35:29Kristoffer.Grundströmsetmessages: + msg140127
2011-07-11 14:32:23Kristoffer.Grundströmcreate