|
|
2010-01-10
, 19:05
|
|
Posts: 87 |
Thanked: 26 times |
Joined on Oct 2009
|
#2
|
| The Following User Says Thank You to nux For This Useful Post: | ||
|
|
2010-01-27
, 03:37
|
|
|
Posts: 794 |
Thanked: 784 times |
Joined on Sep 2007
@ /Canada/Ontario/GTA
|
#3
|
python2.5 touchsearch.py
Traceback (most recent call last):
File "touchsearch.py", line 21, in <module>
import hildondesktop
ImportError: No module named hildondesktop
|
|
2010-01-27
, 04:09
|
|
Posts: 1,208 |
Thanked: 1,028 times |
Joined on Oct 2007
|
#4
|
|
|
2010-01-27
, 08:47
|
|
Posts: 883 |
Thanked: 980 times |
Joined on Jul 2007
@ Bern, Switzerland
|
#5
|
| The Following User Says Thank You to twaelti For This Useful Post: | ||
|
|
2010-01-27
, 09:07
|
|
|
Posts: 1,111 |
Thanked: 1,985 times |
Joined on Aug 2009
@ Åbo, Finland
|
#6
|
| The Following User Says Thank You to mece For This Useful Post: | ||
|
|
2010-01-27
, 12:45
|
|
|
Posts: 794 |
Thanked: 784 times |
Joined on Sep 2007
@ /Canada/Ontario/GTA
|
#7
|
|
|
2010-01-28
, 07:39
|
|
|
Posts: 1,111 |
Thanked: 1,985 times |
Joined on Aug 2009
@ Åbo, Finland
|
#8
|
Thank you for the responses.
@mece - I was missing those two packages. Thanks.
@twaelti - Yes, touchsearch is a little more complicated than I need (for now). I will also look at those two widgets you developed. Thank you
I ran touchsearch.py standalone, and was able to 'add widget' from the desktop of the SDK. However, it did not actually show up on the desktop. I think the icon is missing, since I was still able to access the preferences of touchsearch via the 'spanner'.
| The Following User Says Thank You to mece For This Useful Post: | ||
I've tried using PyGTKEditor and clicked the run button, but all I see is a notification saying "launching [file name]", which then disappears and nothing happens after that.
Have also tried to click the .py file in the file manager, but it asks what program to use and none of the suggestions seem right.
I'm not having X Terminal (or any other terminal for that matter) in the SDK environment and can't start the .py file from that.
I believe I might be missing some package to run Python files...? Anyway, help would be greatly appreciated!