Post #255,648
5/16/06 8:44:52 PM
|

Seems like a RH issue, not a Linux issue
Took a couple of apt-gets on Debian and I got it up and running.
Actually, when the glibc upgrade hit it scared the crap out of me. Can't get much more low level than that, unless you are swapping out a kernel.
Is Debian an option for you?
|
Post #255,661
5/16/06 11:09:07 PM
|

No other system is an option
its RHEL3 or nothing.
I figured on needing to build from source - but I expect source builds to work. They mostly pretend to - but don't.
Python building from source doesn't seem to install properly as it keeps digging back into 2.2 libs for various things when I'm building 2.4
[link|http://www.blackbagops.net|Black Bag Operations Log]
[link|http://www.objectiveclips.com|Artificial Intelligence]
[link|http://www.badpage.info/seaside/html|Scrutinizer]
|
Post #255,665
5/16/06 11:22:11 PM
|

Check the comments here.
[link|http://www.activegrid.com/try/idereadme.php|Active Grid] readme for the IDE. It has a lot of comments about getting Python running on RHEL3, and on installing wxPython.
HTH.
Cheers, Scott. (Who's glad he's never been tempted to run RedHat. ;-)
|
Post #255,668
5/16/06 11:54:55 PM
|

Have you checked that the 'wrong' RPMs are removed?
We had that sort of problem with MySQL. The RH one was the wrong version and something that wanted the libraries kept picking the wrong include files. Because we were running MySQL from a tarball, we just removed the RPMs for the other version and redirected the other thing and it worked.
Wade.
"Insert crowbar. Apply force."
|
Post #255,736
5/17/06 12:44:22 PM
5/17/06 1:00:45 PM
|

Never mind
I found it -e (for erase?).
Only it can't do it - because about 20+ packages depend on it. Brilliant dependency management there. Freakin' great.
And there is no rpm upgrade package available so I guess I'm going to abandon this adventure. Thanks for the help.
[link|http://www.blackbagops.net|Black Bag Operations Log]
[link|http://www.objectiveclips.com|Artificial Intelligence]
[link|http://www.badpage.info/seaside/html|Scrutinizer]
|
Post #255,821
5/18/06 12:16:05 AM
|

File a bug.
Not that that will fix it, but if you don't tell them, they won't know.
Wade.
"Insert crowbar. Apply force."
|
Post #255,832
5/18/06 2:57:57 AM
|

With/against who?
wxPython? RedHat?
[link|http://www.blackbagops.net|Black Bag Operations Log]
[link|http://www.objectiveclips.com|Artificial Intelligence]
[link|http://www.badpage.info/seaside/html|Scrutinizer]
|
Post #255,841
5/18/06 7:33:33 AM
|

Don't bother
RH: We support what is on our supported list. WxPython: We TOLD you, you just need to replace lib x with lib y and it should work fine. RH: If you replace lib x with lib y, then all the software we tested and support will no longer be supported. While it may work, don't bother calling us if it doesn't.
I've run into this situation several times. It is FAR easier (in my case) to get dispensation to run a Debian box for my projects than force our RH boxes to run them. The general rule is if it needs any vendor support it goes on the RH. If it doesn't, we try to place it on RH but we can then fall back.
|
Post #255,851
5/18/06 9:28:29 AM
|

My point still stands.
Even if they have no interest in fixing any level of that specific problem, sooner or later someone will ask "how many bugs did we close that we don't want to or can't fix?". That, IMO, is why you should file a bug with RH.
Wade.
"Insert crowbar. Apply force."
|
Post #255,860
5/18/06 9:50:46 AM
|

Bollocks.
The main reason I switched from RH to Debian (back in '02) was the following...I had a circular dependency situation going on between three different libs. No, I don't remember what they were. Basically, I couldn't install the latest version of some package because that would remove the older package, upon which other software relied upon that version and that version only.
Over the course of 6 months, I filed at least 3 bug reports with RH and up2date and wherever else I could find to submit bugs with these RPM packages.
None of them was ever even acknowledged -- much less "closed because [they] don't wanna look at it."
Once fed up enough, I switched from RH to Debian and haven't looked back.
Nothing I have heard in the intervening time makes me believe that RH has fixed ant of these problems inherent to the RPM review/dependency process. (NOTE: I'm not saying that it's the RPM format itself. It just all goes back to Debian's policy, and RPM-based-architectures' lack thereof.)
-YendorMike
"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, 1759 Historical Review of Pennsylvania
|
Post #255,679
5/17/06 3:21:25 AM
|

Ubuntu is also Python-friendly
Not that that helps here, alas.
|