You are not logged in.

#1 2008-11-01 15:37:35

Fiona
Member
Registered: 2008-11-01
Posts: 13

Installing PyRoom on Arch

I've been attempting to get PyRoom working all morning on Arch.

The problem involves it's use of pygtksourceview. The version available for Arch is 2. (In gnome-python-desktop). But PyRoom requires version 1. When running PyRoom I get

Traceback (most recent call last):

  File "/usr/bin/pyroom", line 38, in <module>
    sys.exit(PyRoom.cmdline.main())

  File "/usr/lib/python2.5/site-packages/PyRoom/cmdline.py", line 99, in main
    pyroom = BasicEdit(style=style, pyroom_config=pyroom_config)

  File "/usr/lib/python2.5/site-packages/PyRoom/basic_edit.py", line 108, in __init__
    self.gui = GUI(style, pyroom_config, self)

  File "/usr/lib/python2.5/site-packages/PyRoom/gui.py", line 104, in __init__
    self.textbox = gtksourceview.SourceView()

AttributeError: 'module' object has no attribute 'SourceView'

So yeah, pygtksourceview 2 is definitely not backwards compatible. I've had no luck at all installing older versions.

Has anyone ever got Pyroom working on Arch...? Any ideas on where I go from here?

Thanks,
Fiona

Offline

#2 2008-11-01 16:09:07

elmer_42
Member
From: /na/usa/ca
Registered: 2008-10-11
Posts: 427

Re: Installing PyRoom on Arch

Perhaps you could try textroom? It seems to be the same kind of thing.


[ lamy + pilot ] [ arch64 | wmii ] [ ati + amd ]

Offline

#3 2008-11-01 16:20:35

mentallaxative
Member
From: Australia
Registered: 2008-07-14
Posts: 134
Website

Re: Installing PyRoom on Arch

Have you tried this?

Offline

#4 2008-11-01 16:37:34

Fiona
Member
Registered: 2008-11-01
Posts: 13

Re: Installing PyRoom on Arch

elmer_42 wrote:

Perhaps you could try textroom? It seems to be the same kind of thing.

Thank you, that does look similar, I'll give it a try.

I'd still like to get pyroom working though. (Stubborn.)

mentallaxative wrote:

Have you tried this?

I have indeed, I get the same problem.

Offline

#5 2008-11-01 16:43:02

elmer_42
Member
From: /na/usa/ca
Registered: 2008-10-11
Posts: 427

Re: Installing PyRoom on Arch

Looking through the comments on pyroom-bzr, it appears that gnome-python is required, but not listed in the dependencies. Do you have gnome-python installed on your system?


[ lamy + pilot ] [ arch64 | wmii ] [ ati + amd ]

Offline

#6 2008-11-01 16:49:30

Fiona
Member
Registered: 2008-11-01
Posts: 13

Re: Installing PyRoom on Arch

elmer_42 wrote:

Looking through the comments on pyroom-bzr, it appears that gnome-python is required, but not listed in the dependencies. Do you have gnome-python installed on your system?

Yep. smile

As for textroom, I don't have the required qt libs to build it, and there doesn't appear to be an Arch package that contains "qmake-qt4" which appears required to compile the app. sad

Offline

#7 2008-11-19 09:16:16

mentallaxative
Member
From: Australia
Registered: 2008-07-14
Posts: 134
Website

Re: Installing PyRoom on Arch

If you are still trying to get Pyroom to work (I hope not), I would like to point out a Ruby alternative called rubyroom. The link is to the PKGBUILD for it which I have just uploaded to the AUR.

Offline

#8 2008-11-19 09:50:02

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 3,682

Re: Installing PyRoom on Arch

Yay, thanks for introducing me to such a nice concept.

Offline

#9 2009-03-09 22:36:14

isolier
Member
Registered: 2008-01-10
Posts: 24

Re: Installing PyRoom on Arch

Fiona wrote:
elmer_42 wrote:

Looking through the comments on pyroom-bzr, it appears that gnome-python is required, but not listed in the dependencies. Do you have gnome-python installed on your system?

Yep. smile

As for textroom, I don't have the required qt libs to build it, and there doesn't appear to be an Arch package that contains "qmake-qt4" which appears required to compile the app. sad

If you install qt it has the required qmake executable.  It is invoked by "qmake" not "qmake-qt4" despite what the readme says...

Offline

Board footer

Powered by FluxBB