Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Cannot start devede #64

Closed
arun-gurung opened this issue Nov 5, 2017 · 6 comments
Closed

Cannot start devede #64

arun-gurung opened this issue Nov 5, 2017 · 6 comments

Comments

@arun-gurung
Copy link

This is the error message I get.

[root@macbook-air ~]# /bin/python3 /bin/devede_ng.py
Traceback (most recent call last):
File "/bin/devede_ng.py", line 20, in
import gi
File "/usr/lib/python3.4/site-packages/gi/init.py", line 39
print url
^
SyntaxError: Missing parentheses in call to 'print'

@rastersoft
Copy link
Owner

That is a bug in gobject introspection module for python, not in devede. You should send a bug report to the gi maintainer.

@arun-gurung
Copy link
Author

Just want to report that devede version 3.23 works on my system.

@rastersoft
Copy link
Owner

Current version is 4.8.11. You should update.
But I see that you are using a mac. Where did you download devede?

@arun-gurung
Copy link
Author

I have CentOS 7 on my Macbook Air, and I have updated to the latest packages.

Now I don't remember which version it was, but it was quite new 4.x and I get the error with "gi" as described above.

I tried to install version 4.8.11, but the autogen.sh configure script complains about too old Glib. And if I try to install the latest Glib, I get problems so I will wait with it.

@rastersoft
Copy link
Owner

Anyway, this is clearly a bug in gobject introspection package, not in Devede. Version 3.x of Devede used Gtk2, which didn't rely on gobject introspection, while version 4.x uses Gtk3, which needs it.

You should report this bug to the maintainer of that package in CentOS, anyway. I can't fix it from Devede.

@arun-gurung
Copy link
Author

I reinstalled the whole Python 3.6.5 from scratch with modules and now Devedeng starts properly.

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

2 participants