You are not logged in.

#1 2009-11-13 20:15:27

cmj
Member
Registered: 2009-11-07
Posts: 14

Installing Gummi, the LaTeX thingy

I installed Gummi and all of the dependencies listed in the arch linux wiki and when I type gummi into terminal I get the following:

Traceback (most recent call last):
  File "/usr/bin/gummi", line 25, in <module>
    from gummi import GummiGUI
  File "/usr/lib/python2.6/site-packages/gummi/GummiGUI.py", line 35, in <module>
    import PreviewPane
  File "/usr/lib/python2.6/site-packages/gummi/PreviewPane.py", line 28, in <module>
    import poppler
ImportError: No module named poppler


I installed pypoppler and poppler

Offline

#2 2009-11-14 10:06:28

bender02
Member
From: UK
Registered: 2007-02-04
Posts: 1,328

Re: Installing Gummi, the LaTeX thingy

Why don't you try to use the gummi package in AUR? (It worked for me some time ago.)

Offline

#3 2009-11-14 18:11:27

cmj
Member
Registered: 2009-11-07
Posts: 14

Re: Installing Gummi, the LaTeX thingy

During installation I'm back to this error:

==> Making package: gummi 0.4.2-0 i686 (Sat Nov 14 13:02:04 EST 2009)
==> Checking Runtime Dependencies...
==> Installing missing dependencies...
python-poppler package not found, searching for group...
error: 'python-poppler': not found in sync db
==> ERROR: Pacman failed to install missing dependencies.

I installed it manually using AUR and it still craps out.

Offline

#4 2009-11-14 18:33:15

bender02
Member
From: UK
Registered: 2007-02-04
Posts: 1,328

Re: Installing Gummi, the LaTeX thingy

scrape that, I see you installed python-poppler from aur as well. well... I don't know. Sorry.

EDIT2: I just tried installing python-poppler and gummi from AUR, and it works fine, so I really don't know.
EDIT3: It works for me even from command line: run 'python', then type 'import poppler', and no error should appear.

Last edited by bender02 (2009-11-14 18:41:49)

Offline

#5 2009-11-14 18:44:00

cmj
Member
Registered: 2009-11-07
Posts: 14

Re: Installing Gummi, the LaTeX thingy

Upon typing import popper

Type "help", "copyright", "credits" or "license" for more information.
>>> import poppler
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named poppler

Offline

Board footer

Powered by FluxBB