progrium/localtunnel

localtunnel-beta errors

pebcakerror opened this issue · 3 comments

Mac 10.6.8
Python 2.6.6
Installed via 'pip install localtunnel'

$ localtunnel-beta 80
 Traceback (most recent call last):
   File "/usr/local/bin/localtunnel-beta", line 5, in <module>
     from pkg_resources import load_entry_point
   File "/Library/Python/2.6/site-packages/distribute-0.6.25-py2.6.egg/pkg_resources.py", line 2711, in <module>
     working_set.require(__requires__)
   File "/Library/Python/2.6/site-packages/distribute-0.6.25-py2.6.egg/pkg_resources.py", line 690, in require
     needed = self.resolve(parse_requirements(requirements))
   File "/Library/Python/2.6/site-packages/distribute-0.6.25-py2.6.egg/pkg_resources.py", line 588, in resolve
     raise DistributionNotFound(req)
 pkg_resources.DistributionNotFound: greenlet>=0.3

Same problem, appreciate if someone could take a look 😄

OSX 10.6.8

https://gist.github.com/dearjohnlee/418c1a25fbcab9b569a7

Can you guys try "easy_install --upgrade pip"

On Sat, Apr 13, 2013 at 12:38 PM, John Lee notifications@github.com wrote:

Same problem, appreciate if someone could take a look [image: 😄]

https://gist.github.com/dearjohnlee/418c1a25fbcab9b569a7


Reply to this email directly or view it on GitHubhttps://github.com//issues/86#issuecomment-16337362
.

Jeff Lindsay
http://progrium.com

This solved the issue for me but then I receive the issue as per #69