![]() |
Bleachbit does not launch...
Hello:
I used sbopkg to install Bleachbit. It does not launch from the 'system' menu - the small icon just bounces and then nothing happens. (user or root) When I launch it from a terminal, as root, I get the following output: Code:
bash-4.1# bleachbitIt seems that I have these gtk packages installed: Code:
gtk+-1.2.10-i486-5Does anyone know what I need to do to get Bleachbit to launch? Thanks, |
I believe you need pygtk
Code:
[root@nfluxos guest]# slackpkg search py |
Quote:
Thanks, linus72 but I believe that it is installed: Code:
bash-4.1# slackpkg search py |
Here is the code that seems to be not working:
Code:
Thanks, |
Works fine here on pure 64bit and 32bit.
You can try - Code:
keith@disturbed1:~$ python |
Quote:
Code:
bash-4.1# pythonThanks, |
Quote:
Code:
upgradepkg --reinstall pygtk-2.16.0-i486-1.txz |
or - slackpkg reinstall pygtk
But, it looks like you have multiple, (or)incorrect, (or)downgraded python(s). Python 2.5.6 (r256:88840, May 30 2011, 20:25:27) Figure out why you have an old version of Python, and fix this :) |
Quote:
|
Hello:
Yesterday, when I was having trouble installing HandBreak, AlienBob suggested that my python was not well. So, is it possible to:
Where do I get the proper python package(s). When I look using sbopkg, there are many, many choices - I have no idea which one to install. I have never seen anything like python-2... in the sbopkg list. I tried the 'reinstall' suggested above but bleachbit still won't launch. If my python is broken, how can I fix it or replace it? Thanks for any help on this, |
Quote:
The python-2.6.4 in in the d series, the rest are in the l series. Probably you won't need to reinstall them all, only python and pygtk. But do check them just in case. Remove your old python packages using removepkg. If you have your Slackware DVD handy, just change to slackware/d and/or slackware/l and use installpkg. You can also use slackpkg. |
How did you install Python 2.5.x?
Did you make install or did you use installpkg? Quote:
Python is an official Slackware package. sbopkg - for 3rd party user maintained, unofficial, unsupported packages. slackpkg - for official, supported, and upstream maintained Slackware packages. removepkg is how you remove packages installed with pkgtools (installpkg, upgradepkg). You can find out your installed packages by grepping /var/log/packages - Code:
ls /var/log/packages/ |grep python |
Quote:
|
Quote:
I never thought to change it to 13.37 when I switched. And I was never able to get Gmail Backup to work so I left it on the cutting-room floor - I guess I have really screwed my system up. It seems that I have the correct python installed: Code:
bash-4.1# slackpkg search pyPerhaps I've broken it? |
Maybe not ;)
How did you install the other python (2.5.x)? What do you have in /usr/lib for python? /usr/lib/python2.6 /usr/lib/python2.5 ????? You might be able to do a manual removal, then reninstall the original packages. To manually remove python only as a last resort, and only if the directories are listed correctly below - Code:
rm -rf /usr/lib/python2.5Then reinstall python from Diantre's list- Code:
slackpkg reinstall python pyrex pygtk pygobject pycups pycairo PyQt |
| All times are GMT -5. The time now is 04:02 AM. |