guake icon indicating copy to clipboard operation
guake copied to clipboard

Unable to run guake

Open krizajb opened this issue 10 years ago • 6 comments

Hi,

I managed to configure and make the guake using python2 but I am not unable to execute the binary when done, gives following output: /usr/bin/python2: No module named guake

Binary executes when I follow https://github.com/Guake/guake#testing-as-an-unprivileged-user with one minor bug, strange character in start of every line.

Oh, if it helps I'm on CentOS 7, can also post configure and make report if needed.

Any ideas?

krizajb avatar May 12 '15 13:05 krizajb

use ./dev.sh, this is the script I use every day.

Also, clean all pyc in you /usr/lib/.../dist-package/guake/

gsemet avatar May 12 '15 13:05 gsemet

Isn't dev.sh basically the same as instructions written in the link provided above? Haven't found any *.pyc files matching guake in dist-packages, found some in site-packages if that's somehow important.

Also whats with the long "]7;file://localhost.localdomain/home/krizajb/Downloads/guake-master" prefix on every line? I've just started using guake on CentOS 7, was working great on CentOS 6 :)

Posting the first character bug. screenshot from 2015-05-12 16 04 32

Thanks for the help!

Update: So I thought there might be some kind of defect during compile so I tried pre-compiled package and the binary runs without a problem. The prefix bug is still present :(

Update2: Suddenly the prefix disappeared, unfortunately I don't remember doing any changes relevant to this bug.

krizajb avatar May 12 '15 14:05 krizajb

Been a while, but have you tried removing all existing installations of guake before installing from source?

Davidy22 avatar Sep 05 '21 02:09 Davidy22

I think we should recommend to install guake through pipx which works fine.

gsemet avatar Sep 05 '21 06:09 gsemet

Hi, I am currently working on a non linux env, so I can not give it another try, will do so when on my linux machine :)

krizajb avatar Sep 05 '21 07:09 krizajb

Could also be the case that it's not in your path, potentially

Davidy22 avatar Jun 19 '22 14:06 Davidy22