Active Topics

 

Showing results 1 to 25 of 78 @ 0.10 seconds. Search: Posts Made By: dwforslund
Forum: Applications 2009-04-05, 21:50
Replies: 569
Views: 148,982
Posted By dwforslund
Re: Panucci Podcast and Audiobook Player

I don't understand how importing gnome from a file that has nothing in it can satisfy the import. Perhaps I don't understand how this all works.
Forum: Applications 2009-04-05, 03:52
Replies: 569
Views: 148,982
Posted By dwforslund
Re: Panucci Podcast and Audiobook Player

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. ...
Forum: Applications 2009-04-04, 19:55
Replies: 569
Views: 148,982
Posted By dwforslund
Re: Panucci Podcast and Audiobook Player

If I do the PYTHONPATH example above, the import seems to work fine.

Here is the full traceback (-v option) with the "from gnome import gconf":
# installing zipimport hook
import zipimport #...
Forum: Applications 2009-04-04, 17:49
Replies: 569
Views: 148,982
Posted By dwforslund
Re: Panucci Podcast and Audiobook Player

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',...
Forum: Applications 2009-04-04, 14:53
Replies: 569
Views: 148,982
Posted By dwforslund
Re: Panucci Podcast and Audiobook Player

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...
Forum: Applications 2009-04-03, 14:26
Replies: 569
Views: 148,982
Posted By dwforslund
Re: Panucci Podcast and Audiobook Player

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...
Forum: Applications 2009-04-02, 14:56
Replies: 569
Views: 148,982
Posted By dwforslund
Re: Panucci Podcast and Audiobook Player

apt-get says I have the newest version of python2.5-gnome installed.
Forum: Development 2009-04-02, 04:16
Replies: 21
Views: 3,311
Posted By dwforslund
Re: Troubles with python and gconf

There is no gconf.so file in the directory. Only __init__.py and __init__.pyo.
Forum: Applications 2009-04-02, 04:12
Replies: 569
Views: 148,982
Posted By dwforslund
Re: Panucci Podcast and Audiobook Player

I've installed panucci but when I run it (from the console) it says ImportError: from gnome import gconf and stops. Somethings missing, but I can't tell what.
Forum: Development 2009-03-30, 13:58
Replies: 21
Views: 3,311
Posted By dwforslund
Re: Troubles with python and gconf

If there is nothing in __init__.py, how is the import gconf supposed to work?
Forum: Development 2009-03-30, 03:08
Replies: 21
Views: 3,311
Posted By dwforslund
Re: Troubles with python and gconf

For labyrinth, it seems to refer to a file /etc/issue to see if it is an internet tablet before it does the from gnome import gconf. Each app that fails seems to invoke this same command but in a...
Forum: Development 2009-03-30, 03:04
Replies: 21
Views: 3,311
Posted By dwforslund
Re: Troubles with python and gconf

I looked at /usr/lib/python2.5/site-packages/gnome/__init__.py and it is 0 length.
It has the same time stamp as the __init__.pyo file in the same directory. Is this any clue?
Forum: Development 2009-03-30, 02:52
Replies: 21
Views: 3,311
Posted By dwforslund
Re: Troubles with python and gconf

If I do a python -v and then type "from gnome import gconf" I get:
import gnome # directory /usr/lib/python2.5/site-packages/gnome
# /usr/lib/python2.5/site-packages/gnome/__init__.pyo matches...
Forum: Development 2009-03-30, 02:43
Replies: 21
Views: 3,311
Posted By dwforslund
Re: Troubles with python and gconf

I've tried to contact them with no response. I'm still in the dark as to why the gconf stuff isn't working. I wish I knew where to begin looking.
Forum: Development 2009-03-19, 15:40
Replies: 98
Views: 32,315
Posted By dwforslund
Re: PyGTKEditor

This did the install for me just fine. However, the application manager says that there is an update for pygtkeditor of version 2.2.0 (the same as the installed version) but that it can't be...
Forum: Applications 2009-03-19, 04:03
Replies: 109
Views: 26,947
Posted By dwforslund
Re: Rapier

I understand that this is not isolated to rapier, but I can't find out any information as to what is causing the problem from others, so far. There is no easy way to tell what is broken. Where...
Forum: Development 2009-03-14, 15:13
Replies: 21
Views: 3,311
Posted By dwforslund
Re: Troubles with python and gconf

I uninstalled python2.5-runtime and it uninstalled the above mentioned apps. I then installed python2.5-runtime and the apps, but rapier still fails on a gconf import. Labyrinth is another...
Forum: Development 2009-03-14, 14:10
Replies: 21
Views: 3,311
Posted By dwforslund
Re: Troubles with python and gconf

Some of them including rapier are not working. Some do.
Forum: Development 2009-03-14, 04:00
Replies: 21
Views: 3,311
Posted By dwforslund
Re: Troubles with python and gconf

I tried doing an apt-get install python2.5-runtime and nothing was installed as it thinks I have the newest version. Can I uninstall it and reinstall it safely? It looks like if I remove, it will...
Forum: Development 2009-03-12, 23:42
Replies: 21
Views: 3,311
Posted By dwforslund
Re: Troubles with python and gconf

I think that my python2.5 environment is missing some things now for some unknown reason. Is there any way to fix this environment without reflashing the system with the latest OS? I'm seeing...
Forum: Development 2009-03-11, 23:44
Replies: 21
Views: 3,311
Posted By dwforslund
Troubles with python and gconf

I'm having trouble with a few python applications that apparently use gconf. If I run "python"
and then type from gnome import gconf
I get ImportError: cannot import gconf.

This is the same...
Forum: Applications 2009-03-10, 14:09
Replies: 109
Views: 26,947
Posted By dwforslund
Re: Rapier

The module /usr/lib/python2.5/site-packages/gtk-2.0/gnome/gconf.so exists in my configuration which is consistent with the reporting of the module I mentioned earlier. I don't understand why rapier...
Forum: Applications 2009-03-10, 04:14
Replies: 109
Views: 26,947
Posted By dwforslund
Re: Rapier

I have verified that gconf is installed and it is the same version you mention in your earlier post. Reflashing is considerable overkill. I have the consistent versions of python and gconf, as you...
Forum: Applications 2009-03-10, 00:21
Replies: 109
Views: 26,947
Posted By dwforslund
Re: Rapier

I do get the message "ImportError: cannot import name gconf when I try to run "from gnome import gconf" from python. I have no idea why this is occurring or how to fix it. The version of gconf I...
Forum: Applications 2009-03-10, 00:16
Replies: 109
Views: 26,947
Posted By dwforslund
Re: Rapier

I have the same gconf version you mentioned. I'll look for the import command but I've not found that message yet.
Showing results 1 to 25 of 78



 
Forum Jump

All times are GMT. The time now is 13:23.