Running fdlog on Puppy Linux

67 views
Skip to first unread message

Mike Rice kf7vzz

unread,
Jul 28, 2014, 6:12:57 PM7/28/14
to fd...@googlegroups.com
How I installed FDLog on Puppy Linux.

It's a nice program, thanks for the work.

Running on USB, puppy slacko 5.7
got fdlog from www.fdlog.info
could not run. no python!

Go to
http://puppy-development.googlecode.com/files/Python%2B-2.6.4-i486.pet
download python pet 2.6.4, install it

Go to http://dotpups.de/ITAmember/python/, download and install:
tcl-8.5.7-p4.pet
tk-8.5.7-p4.pet

Open a console and type "python" then "import Tkinter" you should see:

#python
Python 2.6.6 (r266:84292, Nov 27 2010, 1947:39)
[GCC 4.5.1] on linux2
Type "help", "copyright", "credits" or "license for more information
>>>import Tkinter
>>>

If no errors in the Tkinter installation, type "quit()" to exit python

Go to
http://packages.ubuntu.com/lucid/i386/libgoocanvas3/download/
download and install libgoocanvas3_0.15-0ubuntu2_i386.deb

Open Geany and select Edit > Preferences
In Tools change the Terminal
from    /usr/bin/xterm -e "/bin/sh %c"
to         /usr/bin/xterm -e ebash -c"

Open Geany and create a new document and enter this:

from Tkinter import *
root = Tk()
w = Label(root, text="Hello, world!")
w.pack()
root.mainloop()

Save it as HelloWorld.py
Press the Execute button [F5]
The program should execute without errors

The final piece is to make a libsqlite link:
ln -s /usr/lib/libsqlite3.so.0.8.6 /usr/lib/libsqlite3-3.6.12.so.0

Now fdlog runs, no trouble at all.
On Debian/LXDE, the selection buttons for freq/mode show as buttons.
On Puppy, the selection buttons for freq/mode show as "radio" buttons.
Just a small difference, does not affect usage.

References, and thanks for all the pets!
users technosaurus and afishe2000:
http://www.murga-linux.com/puppy/viewtopic.php?t=49138
http://www.murga-linux.com/puppy/viewtopic.php?t=80426
http://www.murga-linux.com/puppy/viewtopic.php?t=50694

 

Alan Biocca

unread,
Jul 28, 2014, 6:39:54 PM7/28/14
to fd...@googlegroups.com
Nice Work Mike, getting fdlog to run on Puppy Linux!

I've also heard that someone has run fdlog on a Raspberry Pi!

73, Alan, w6akb





 

--
You received this message because you are subscribed to the Google Groups "HS-FDLog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fdlog+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages