Can anyone manage to get Pyroom running on Puppy?

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
permutation
Posts: 3
Joined: Tue 02 Dec 2008, 02:52

Can anyone manage to get Pyroom running on Puppy?

#1 Post by permutation »

I've been attempting to get some form of full-screen text editor such as Pyroom or Jdarkroom running on puppy with no success. I've installed dependencies (as far as I can tell--like Python and Pygtk for Pyroom, and java for Jdarkroom) but end up with duds. (And I know "you could get that with a console text editor" but I don't want that.)

Has anyone been able to install either of them and gotten them to work? I'd like to know how you did it.

Using Boxpup, based on 4.1.

Thanks!

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#2 Post by muggins »

I didn't try Pyroom, but Jdarkroom seems to run OK...if you follow the ubuntu instructions in the .pdf guide & modify these lines in the jdarkroom.properties file to:

Code: Select all

suppress.native.look.and.feel=true
force.full.screen=true

asatbluesboy
Posts: 5
Joined: Wed 18 Nov 2009, 11:52

#3 Post by asatbluesboy »

Bumping... 0.4.1 still doesn't work. I've followed these instructions:

Code: Select all

tar xzvf pyroom-0.4.1.tar.gz
chmod ugo+x pyroom-0.4.1/setup.py
mv pyroom-0.4.1/setup.py /usr/bin/pyroom
It's in the right place, but when I run it from the console I get

Code: Select all

env: python: No such file or directory
I've just installed Puppy this week, so I'm pretty lost anyways (Peazip is also giving me a hard time... ha!).

Thanks in advance,
-Gustavo

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

JDarkroom

#4 Post by Lobster »

JDarkroom

You need java on your system
Something easier than this?
http://www.murga-linux.com/puppy/viewto ... 044#344044

then download the java file
http://www.codealchemists.com/jdarkroom/

go to the directory where the jar file is
open a terminal and run the .jar file (java executible file)
# java -jar JDarkRoom.jar

worked fine for me
:)
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

asatbluesboy
Posts: 5
Joined: Wed 18 Nov 2009, 11:52

#5 Post by asatbluesboy »

Hmm... I was looking at that one as well, but thought I could give pyroom a try.

Thanks!

Edit: it works beautifully!

Post Reply