labyrinth-team / labyrinth

Labyrinth is a lightweight mind-mapping tool (and looking for maintainers)
GNU General Public License v2.0
97 stars 32 forks source link

import error- no module named GTK #15

Closed blurymind closed 9 years ago

blurymind commented 9 years ago

I get this error message:

[fox@darkstar ~]$ labyrinth Traceback (most recent call last): File "/usr/bin/labyrinth", line 25, in main() File "/usr/lib/python3.4/site-packages/labyrinth_lib/init.py", line 4, in main from .launch import main File "/usr/lib/python3.4/site-packages/labyrinth_lib/launch.py", line 10, in import gtk ImportError: No module named 'gtk'

blurymind commented 9 years ago

note: I am trying to make a PKGBUILD for arch linux users: https://aur.archlinux.org/packages/labyrinth-git/

But the resulting build gives me the above error!

blurymind commented 9 years ago

nevermind, I renamed python to python2.7 and that fixed it

takluyver commented 9 years ago

I tried porting to GTK 3 so I could also port to Python 3, but I hit some problems and gave up. It may be feasible now, but for the moment, labyrinth remains Python 2 only.