nicolas-van / pygreen

A micro web framework/static web site generator.

Home Page:https://nicolas-van.github.io/pygreen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing waitress module

yulqen opened this issue · comments

Hi,

Am trying out pygreen. Trying to run pygreen with any option results in the following error message:

Traceback (most recent call last):
  File "/Users/lemon/.virtualenvs/pygreen/bin/pygreen", line 5, in <module>
    pkg_resources.run_script('pygreen==2.0.0-beta.2', 'pygreen')
  File "/Users/lemon/.virtualenvs/pygreen/lib/python2.7/site-packages/pkg_resources.py", line 540, in run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/Users/lemon/.virtualenvs/pygreen/lib/python2.7/site-packages/pkg_resources.py", line 1462, in run_script
    exec_(script_code, namespace, namespace)
  File "/Users/lemon/.virtualenvs/pygreen/lib/python2.7/site-packages/pkg_resources.py", line 41, in exec_
    exec("""exec code in globs, locs""")
  File "<string>", line 1, in <module>
  File "/Users/lemon/.virtualenvs/pygreen/lib/python2.7/site-packages/pygreen-2.0.0_beta.2-py2.7.egg/EGG-INFO/scripts/pygreen", line 3, in <module>
    __requires__ = 'pygreen==2.0.0-beta.2'
  File "build/bdist.macosx-10.9-x86_64/egg/pygreen.py", line 39, in <module>
ImportError: No module named waitress

Oops, that seems to be a stupide mistake.

I'll correct that a soon as possible. But for now you can still use easy_install waitress.

Le 3 déc. 2013 06:57, "hammerheadlemon" notifications@github.com a écrit :

Hi,

Am trying out pygreen. Trying to run pygreen with any option results in
the following error message:

Traceback (most recent call last):
File "/Users/lemon/.virtualenvs/pygreen/bin/pygreen", line 5, in
pkg_resources.run_script('pygreen==2.0.0-beta.2', 'pygreen')
File "/Users/lemon/.virtualenvs/pygreen/lib/python2.7/site-packages/pkg_resources.py", line 540, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/Users/lemon/.virtualenvs/pygreen/lib/python2.7/site-packages/pkg_resources.py", line 1462, in run_script
exec_(script_code, namespace, namespace)
File "/Users/lemon/.virtualenvs/pygreen/lib/python2.7/site-packages/pkg_resources.py", line 41, in exec_
exec("""exec code in globs, locs""")
File "", line 1, in
File "/Users/lemon/.virtualenvs/pygreen/lib/python2.7/site-packages/pygreen-2.0.0_beta.2-py2.7.egg/EGG-INFO/scripts/pygreen", line 3, in
requires = 'pygreen==2.0.0-beta.2'
File "build/bdist.macosx-10.9-x86_64/egg/pygreen.py", line 39, in
ImportError: No module named waitress


Reply to this email directly or view it on GitHubhttps://github.com//issues/8
.