Search found 10 matches

by jump
Sat 08 Jan 2011, 20:35
Forum: Puppy Projects
Topic: Lucid Puppy 5.2 Official Release JAN 5 2011
Replies: 1063
Views: 531967

hello,
I have just downloaded puppy lupu 5.2 and all seems to be working well except the blender i have installed from the ppm seems to be missing the library libavutil.so.49. I have the devx sfs and xorg high installed. the python interpreter works.
thanks
:)
by jump
Fri 29 Oct 2010, 21:36
Forum: HOWTO ( Solutions )
Topic: How to set up a Wacom Tablet
Replies: 392
Views: 361155

I've been battling with this as well, and after trying various combinations i have noticed that the wacom setup seems to have less problems with xfce than jwm... i don't know why??? I have a Bamboo CTL-460 With puppy 4.3.1 i could get everything to work except pressure. When i tried it in NOP which ...
by jump
Thu 16 Sep 2010, 15:29
Forum: Users ( For the regulars )
Topic: I can't get the module numpy to work in python
Replies: 7
Views: 4649

Thanks neurino :D

i put in the code

Code: Select all

>>> import copy
>>> copy.__file__ 
and got the same results as you did..

Code: Select all

'/usr/lib/python2.6/copy.pyc'
so i am going to download the file lupu_devx_511.sfs file again
from http://www.diddywahdiddy.net/LupuNews/ and see if that helps!!
by jump
Thu 16 Sep 2010, 15:07
Forum: Users ( For the regulars )
Topic: I need a bigger cursor
Replies: 4
Views: 1979

if you mean the cursor on the terminal, then try this terminal (you can change the font size) http://murga-linux.com/puppy/viewtopic.php?t=49062 you may need to install the dependencies tat are given on the same page. :) if its the mouse cursor you want to change then there is a program called 'Pcur...
by jump
Thu 16 Sep 2010, 14:29
Forum: Users ( For the regulars )
Topic: I can't get the module numpy to work in python
Replies: 7
Views: 4649

before i started changing things i made a backup copy of my lupu puppy savefile... i have just replaced my current save file with that one so i can start again!!! :lol: I am running python2.6 from the lupu_devx_511.sfs which i have installed. I have followed your steps :lol: and the python egg says ...
by jump
Thu 16 Sep 2010, 11:10
Forum: Users ( For the regulars )
Topic: I can't get the module numpy to work in python
Replies: 7
Views: 4649

i think i have made a great big pile of mess.... i installed easy_install in the directory /usr/lib/python2.6/dist-packages/ using the .egg file. That seemed to work. When i went to the folder and ran the script easy_install it asked for the /usr/local/lib/python2.6/dist-packages/ folder again and i...
by jump
Thu 16 Sep 2010, 10:09
Forum: Users ( For the regulars )
Topic: I can't get the module numpy to work in python
Replies: 7
Views: 4649

thanks neurino. i didn't know that easy_install existed and i had tryed to install using only the puppy package manager (it seems there is much to learn...mmm). So i have just been to the site http://pypi.python.org/pypi/setuptools#downloads and downloaded the .egg file in order to get easy_install....
by jump
Wed 15 Sep 2010, 22:17
Forum: Users ( For the regulars )
Topic: I can't get the module numpy to work in python
Replies: 7
Views: 4649

I can't get the module numpy to work in python

I wanted to do matrix operations on image data using PIL (python image libery) and numpy for mathematical matrix/array style operations. my comuter says... >>> import numpy Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named numpy >>> which i...
by jump
Mon 13 Sep 2010, 13:59
Forum: Puppy Projects
Topic: Lucid Puppy 5.1- A Full-Featured Compact Distro
Replies: 2170
Views: 892089

bit of a problem with lupu and xfce

I have installed lupu 511 and now the xfce4 pet which seems to work fine except something as messed up and i can no longer exit to prompt or reboot or shutdown. I was trying to see if lupu switched from one windows manager to another without problems using the graphical user interface to switch wm. ...
by jump
Tue 09 Feb 2010, 00:11
Forum: Programming
Topic: How to operate on jpeg or tif files with Genie?
Replies: 2
Views: 2832

How to operate on jpeg or tif files with Genie?

Hello all, this is my first post, i have been using puppy for nealy a month now and i like it lots. :) Enyway i wanted to start to have a play with the GENIE programming language as i had a few ideas for image processing filters i would like to write. However i have not found much help documentation...