Re: [newbie] Help with Python Problem (MDK 10.0)

2004-10-07 Thread JoeHill
On Tue, 5 Oct 2004 21:12:42 -0400 JoeHill disseminated the following: > > segmentation fault > > Yep, me too. I'm still running 1.3 (which has a few very minor bugs), because > 2.0 requires Imlib2 v1.1.1, and it looks like MDK 10.0 is still on 1.0.6-4.1. > > I'm gonna try and track down the sour

Re: [newbie] Help with Python Problem (MDK 10.0)

2004-10-05 Thread JoeHill
On Tue, 5 Oct 2004 05:44:21 -0400 (EDT) David B. Carter disseminated the following: > segmentation fault Yep, me too. I'm still running 1.3 (which has a few very minor bugs), because 2.0 requires Imlib2 v1.1.1, and it looks like MDK 10.0 is still on 1.0.6-4.1. I'm gonna try and track down the so

Re: [newbie] Help with Python Problem (MDK 10.0)

2004-10-05 Thread David B. Carter
Must be a problem with PyPanel 2.0 because I removed it and installed 1.3 and it works! One thing that is different between the two is that 2.0 requires imlib2 1.1.1 or later (according to the docs). When I do a rpm -qa | grep imlib2 I get libimlib2_1-filters-1.0.6-4.1.100mdk libimlib2_1-loaders

Re: [newbie] Help with Python Problem (MDK 10.0)

2004-10-05 Thread David B. Carter
Thanks for giving it a shot. At least I know I'm not the only one that it doesn't work for. Anyone else have any helpful insight? Stephen Kühn said: > MEANWHILE... > > [23:[EMAIL PROTECTED]:~]$ pypanel > /usr/lib/python2.3/site-packages/Xlib/display.py:30: DeprecationWarning: > Non-ASCII character

Re: [newbie] Help with Python Problem (MDK 10.0)

2004-10-05 Thread Stephen Kühn
On Tue, 2004-10-05 at 23:07, David B. Carter wrote: > Just for the heck of it (although I have no idea what it means), I tried > running pypanel with a "&" after it. I did it several times, and this was > what the output to the terminal window looked like: > > [ddecjc]$ pypanel & > [1] 4777 > [dde

Re: [newbie] Help with Python Problem (MDK 10.0)

2004-10-05 Thread Hoyt Bailey
On Tuesday 05 October 2004 08:04, David B. Carter wrote: > No pypanel.py anywhere. Just pypanel (with no extension) in /usr/bin. > Whether I just type 'pypanel' or 'python /usr/bin/pypanel' all I get > is > > segmentation fault > > BTW, in all the reading I've done, I keep seeing commands that have

Re: [newbie] Help with Python Problem (MDK 10.0)

2004-10-05 Thread David B. Carter
Just for the heck of it (although I have no idea what it means), I tried running pypanel with a "&" after it. I did it several times, and this was what the output to the terminal window looked like: [ddecjc]$ pypanel & [1] 4777 [ddecjc]$ pypanel & [2] 4792 [1] Segmentation fault pypanel [dd

Re: [newbie] Help with Python Problem (MDK 10.0)

2004-10-05 Thread David B. Carter
No pypanel.py anywhere. Just pypanel (with no extension) in /usr/bin. Whether I just type 'pypanel' or 'python /usr/bin/pypanel' all I get is segmentation fault BTW, in all the reading I've done, I keep seeing commands that have have " &" after them. What does that do/mean? H.J.Bathoorn said: >

Re: [newbie] Help with Python Problem (MDK 10.0)

2004-10-05 Thread H.J.Bathoorn
On Tuesday 05 October 2004 11:44, David B. Carter wrote: > segmentation fault > > I tried to go to the PyPanel site to look for troubleshooting info, but I > didn't find any. I googled (pypanel "segmentation fault") but got nothing > useful. > > Anyone have any ideas? try running it in the python

Re: [newbie] Help with Python Problem (MDK 10.0)

2004-10-05 Thread David B. Carter
JoeHill said: > BTW, could you do a 'rpm -qa | grep imlib2' on your machine? I'm curious > to see > what your version is. My 9.2 box is now too out-of-date to run PyPanel > 2.0, my > version of imlib is too old. > libimlib2_1-filters-1.0.6-4.1.100mdk libimlib2_1-loaders-1.0.6-4.1.100mdk libimlib2_

Re: [newbie] Help with Python Problem (MDK 10.0)

2004-10-04 Thread JoeHill
On Mon, 4 Oct 2004 23:15:48 -0400 (EDT) David B. Carter disseminated the following: > > I'm assuming you mean PyPanel and not Pekwm... > > You're right. My newbie-ness is painfully obvious... > > > Methinks you have Python installed, but not the necessary libs. This > > should take care of every

Re: [newbie] Help with Python Problem (MDK 10.0)

2004-10-04 Thread David B. Carter
JoeHill said: > I'm assuming you mean PyPanel and not Pekwm... You're right. My newbie-ness is painfully obvious... > Methinks you have Python installed, but not the necessary libs. This > should take care of everything. > > urpmi libpython-devel Thanks. I'll give it a shot... _

Re: [newbie] Help with Python Problem (MDK 10.0)

2004-10-04 Thread David B. Carter
Yep. It was done after "su" in a terminal window... Stephen Kühn said: > And I assume you're doing this as the root user, eh? Cuz if you ain't, > yer gonna get errors left right and centre... > Want to buy your Pack or Services from MandrakeSo

Re: [newbie] Help with Python Problem (MDK 10.0)

2004-10-04 Thread JoeHill
On Mon, 4 Oct 2004 20:49:12 -0400 (EDT) David B. Carter disseminated the following: > Sure enough, when I go look, there is no "config" directory under the > /usr/lib/python2.3/ directory. Now I'm stuck. I don't know what to do > next. I ran rpmdrake and searched for python packages. There are ton

Re: [newbie] Help with Python Problem (MDK 10.0)

2004-10-04 Thread Stephen Kühn
On Tue, 2004-10-05 at 10:49, David B. Carter wrote: > I'm trying to get setup to try Pekwm. Joe Hill has given me some great > info on where to download stuff from, and I've got it all ready to try. My > problem is I've never done anything with Python before, and, when I try to > run the install fo