uhulinux / ub-ubk3

64bit-only repo
1 stars 0 forks source link

ndisgtk not working #75

Closed attuska closed 4 years ago

attuska commented 4 years ago

attila@attila-pc:~$ ndisgtk File "/proc/self/fd/6", line 47 print "Failed to load GTK bindings. Please check your Gnome installation." ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Failed to load GTK bindings. Please check your Gnome installation.")? attila@attila-pc:~$

Lehet, hogy ez a gnome2 -höz készült valaha?

rezso commented 4 years ago

Inkább python 2-höz. A python 3 ugyanis syntax error-t ad, ha a print nem zárójeles. Azaz python 3-ban a print "szöveg" hibát okoz, print("szöveg") a helyes forma.

attuska commented 4 years ago

Python2-re megfoltoztam. Már csak a libgnome.so -t hiányolja, de attól még működik már. https://github.com/uhulinux/ub-ubk3/commit/8d8e07e758c83164a7bdb84142d414cf8089f0f3