PDA

View Full Version : [SOLVED] 9.10 x64 Plasma Python Widget manual installation



cscott0108
February 26th, 2010, 09:42 PM
Hi I am using Kubuntu 9.04 and i am trying to install a .py Python file and in Plasma>Add Widget>Install New Widgets>Install local widget from local file and the options are given but I cannot install python widgets and cannot find a reason I have python-plasma and python-dev and verified they are up to date is there some other reason the python widget is not an option.

Raffles10
February 27th, 2010, 12:08 AM
Try installing from the cli:


plasmapkg -i path/to/plasmoid.py

It may or may not work, but might give some useful error messages.

cscott0108
February 27th, 2010, 08:34 AM
Try installing from the cli:


plasmapkg -i path/to/plasmoid.py

It may or may not work, but might give some useful error messages.

Thanks, I have had to resubmit this post this is the second attempt. I'll try it.

cscott0108
February 27th, 2010, 09:17 AM
Try installing from the cli:


plasmapkg -i path/to/plasmoid.py

It may or may not work, but might give some useful error messages.

This did it thanks it only took me 10 months to get the answer.