-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
> python master.py --server=localhost
Traceback (most recent call last):
File "master.py", line 16, in <module>
from geventirc import Client
ImportError: No module named geventirc
cannot find geventirc via pip and running python setup.py install on https://github.com/gwik/geventirc results in an error:
running install
running bdist_egg
running egg_info
creating lib/geventirc.egg-info
writing requirements to lib/geventirc.egg-info/requires.txt
writing lib/geventirc.egg-info/PKG-INFO
writing namespace_packages to lib/geventirc.egg-info/namespace_packages.txt
writing top-level names to lib/geventirc.egg-info/top_level.txt
writing dependency_links to lib/geventirc.egg-info/dependency_links.txt
writing manifest file 'lib/geventirc.egg-info/SOURCES.txt'
error: Namespace package problem: geventirc is a namespace package, but its
__init__.py does not call declare_namespace()! Please fix it.
(See the setuptools manual under "Namespace Packages" for details.)
"
Metadata
Metadata
Assignees
Labels
No labels