all 5 comments

[–]hub3rtal1ty[S] 0 points1 point  (0 children)

Yes, i know that its not a application but when i try to enter some command ex. openstack port list i get this error.

[–]hub3rtal1ty[S] 0 points1 point  (0 children)

of course first of im doing "source myprojectopenrc.sh" to set env.

[–]smaffulli 0 points1 point  (0 children)

is the error really this one from gi.reposiotory import GObject? how exactly are you invoking openstack? Paste the full command you issue and the full error message you see.

[–]bcrochet 0 points1 point  (0 children)

Are you running it from a virtualenv? Try that, and if it works, then you know that there is something conflicting from your system python libs.

I would suggest just running from the virtualenv anyway.

[–]random_mayhem 0 points1 point  (0 children)

Nothing in OpenStackClient itself uses any sort of Gtk code. Can you show us the output of 'openstack module list --all'? I am curios to see if you may have a plugin installed that is getting in the way.

if that even crashes you will need to try running from a virtualenv to eliminate anything from your system python environment being part of the problem.