h-client-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [H-client-devel] missing gtkclient module


From: Antonio Gallo
Subject: Re: [H-client-devel] missing gtkclient module
Date: Sun, 11 Dec 2011 11:57:11 +0100

> Try these commands in a Python interactive shell:
> 
> import hclient
> hclient
> 
> It should show the path of the __init__.py file in the same directory as
> gtkclient.py.

it gives:

<module 'hclient' from 'hclient/__init__.py'>

> There were other problems preventing h-client from running in some
> cases, I've fixed them in r86.

Updated at r86, it gives the same errors:

Alla revisione 86.
address@hidden:~/python/h-client$ ~/.local/bin/h-client
Traceback (most recent call last):
  File "/home/tonicucoz/.local/bin/h-client", line 9, in <module>
    load_entry_point('hclient==0.0a0.dev-r86', 'console_scripts',
'h-client')()
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 299, in
load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2229,
in load_entry_point
    return ep.load()
  File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1948,
in load
    entry = __import__(self.module_name, globals(),globals(),
['__name__'])
ImportError: No module named gtkclient






reply via email to

[Prev in Thread] Current Thread [Next in Thread]