dwforslund
|
2009-04-03
, 14:26
|
Posts: 78 |
Thanked: 6 times |
Joined on Dec 2007
|
#91
|
|
2009-04-03
, 14:40
|
Posts: 63 |
Thanked: 43 times |
Joined on May 2008
|
#92
|
I get a traceback with the python you show above, but the system says that python2.5-gnome is installed. I've uninstalled and installed python2.5-runtime a number of times with no change in the behavior.
apt-get purge python2.5-gnome apt-get install python2.5-gnome
|
2009-04-04
, 14:53
|
Posts: 78 |
Thanked: 6 times |
Joined on Dec 2007
|
#93
|
|
2009-04-04
, 17:14
|
Posts: 63 |
Thanked: 43 times |
Joined on May 2008
|
#94
|
The file /usr/lib/python2.5/site-packages/gtk-2.0/gnome/gconf.so exists. I've done an apt-get remove python2.5-gnome and apt-get install python2.5-gnome with no change in behavior. When I do apt-get purge python2.5-gnome it says "invalid operation purge" even though purge is listed in one of the commands in the help package.
python -c 'import sys; print sys.path'
|
2009-04-04
, 17:49
|
Posts: 78 |
Thanked: 6 times |
Joined on Dec 2007
|
#95
|
|
2009-04-04
, 18:16
|
Posts: 63 |
Thanked: 43 times |
Joined on May 2008
|
#96
|
here it is:
['', '/usr/lib/python25.zip', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', '/usr/lib/python2.5/lib-dynload', '/usr/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages/Numeric', '/usr/lib/python2.5/site-packages/PIL', '/usr/lib/python2.5/site-packages/gst-0.10', '/usr/lib/python2.5/site-packages/gtk-2.0', '/usr/lib/python2.5/site-packages/pyinotify']
PYTHONPATH=/usr/lib/python2.5/site-packages/gtk-2.0/gnome/ python -c "import gconf"
|
2009-04-04
, 19:55
|
Posts: 78 |
Thanked: 6 times |
Joined on Dec 2007
|
#97
|
|
2009-04-05
, 03:30
|
Posts: 63 |
Thanked: 43 times |
Joined on May 2008
|
#98
|
# /usr/lib/python2.5/site-packages/gnome/__init__.pyo matches /usr/lib/python2.5/site-packages/gnome/__init__.py
import gnome # precompiled from /usr/lib/python2.5/site-packages/gnome/__init__.pyo
~ $ ls /usr/lib/python2.5/site-packages/gtk-2.0/gnome/ __init__.pyo gconf.so gnomevfs.so
|
2009-04-05
, 03:52
|
Posts: 78 |
Thanked: 6 times |
Joined on Dec 2007
|
#99
|
|
2009-04-05
, 04:24
|
Posts: 63 |
Thanked: 43 times |
Joined on May 2008
|
#100
|
I have what you have in the gtk-2.0/gnome directory. The __init__.py file in the site-packages/gnome directory has no contents and is required according to the documentation of bugs for pymaemo. So I don't see anything wrong with what I have except that it doesn't work right.