mariano / snakefire

A Linux desktop client for Campfire
http://snakefire.org
MIT License
99 stars 24 forks source link

Snakefire didn't work on archlinux no more #64

Closed SqREL closed 10 years ago

SqREL commented 11 years ago

It depends on unexisting packages: python-keyring and python-notify. So i replaced it with python2-gnomekeyring (couldn't find nothing else) and python2-notify. While starting snakefire i get error like this:

Traceback (most recent call last):
  File "/usr/bin/snakefire", line 8, in <module>
    import snakefire
  File "/usr/lib/python2.7/site-packages/snakefire/__init__.py", line 19, in <module>
    from .mainframe import QSnakefire as Snakefire
  File "/usr/lib/python2.7/site-packages/snakefire/mainframe.py", line 23, in <module>
    import keyring
ImportError: No module named keyring
wuputah commented 11 years ago

I'm having the same issue. The AUR package could use an update as well.

iangreenleaf commented 11 years ago

I needed to install the following packages (some of which are in AUR): python2-pyenchant python2-keyring python-pyfire.

iangreenleaf commented 11 years ago

Looks like #67 includes a PKGBUILD update.

mariano commented 11 years ago

@iangreenleaf i just merged #67 could you test on arch now please?

iangreenleaf commented 11 years ago

Works great! I opened one small issue in #71, but otherwise it's up and running for me. Now just need to get that into AUR.

brad commented 10 years ago

Why is this still open? I just installed from AUR and it works perfectly.

mariano commented 10 years ago

Its opened because I'm stupid enough not to close it. I fixed the arch installation a while back, so closing it. Thanks @brad :)

brad commented 10 years ago

:smile: no problem