Skip to content
This repository has been archived by the owner on May 1, 2022. It is now read-only.

building 2.0 under Arch Linux #86

Closed
bjo81 opened this issue Dec 7, 2014 · 5 comments
Closed

building 2.0 under Arch Linux #86

bjo81 opened this issue Dec 7, 2014 · 5 comments

Comments

@bjo81
Copy link

bjo81 commented Dec 7, 2014

Hi,
I'm trying to build 2.0 under Arch Linux and get

Traceback (most recent call last): File "/usr/bin/birdie", line 8, in <module> from gi.repository import Gio, Gtk File "/usr/lib/python2.7/site-packages/gi/__init__.py", line 42, in <module> from . import _gi ImportError: /usr/lib/python2.7/site-packages/gi/_gi.so: undefined symbol: _Py_ZeroStruct

when I try to run it. What am I doing wrong?

@platypusgit
Copy link

Hi,
I'm encountering the same problem.

Traceback (most recent call last):
File "/usr/bin/birdie", line 8, in <module>
from gi.repository import Gio, Gtk
File "/usr/lib/python2.7/site-packages/gi/__init__.py", line 42, in <module>
from . import _gi
ImportError: /usr/lib/python2.7/site-packages/gi/_gi.so: undefined symbol: _Py_ZeroStruct

@StuntsPT
Copy link

+1

@StuntsPT
Copy link

This will work around the problem:

sed -i 's|/usr/bin/env python|/usr/bin/python2|' /usr/bin/birdie

@bjo81
Copy link
Author

bjo81 commented Dec 25, 2014

Thx.

@bjo81 bjo81 closed this as completed Dec 25, 2014
@StuntsPT
Copy link

Glad I could help!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants