Hi Martin,
I have installed miyamoto (wolverine) and started it with 'miyamoto -p
8123' but now I get an error:
Traceback (most recent call last):
File "./miyamoto", line 5, in <module>
pkg_resources.run_script('miyamoto==0.0.2', 'miyamoto')
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 499, in
run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1235,
in run_script
execfile(script_filename, namespace, namespace)
File
"/home/natanael/.local/lib/python2.7/site-packages/miyamoto-0.0.2-py2.7.egg/EGG-INFO/scripts/miyamoto",
line 11, in <module>
from miyamoto.web import MiyamotoResource
File
"/home/natanael/.local/lib/python2.7/site-packages/miyamoto-0.0.2-py2.7.egg/miyamoto/web.py",
line 6, in <module>
from miyamoto import pubsub, stream
File
"/home/natanael/.local/lib/python2.7/site-packages/miyamoto-0.0.2-py2.7.egg/miyamoto/pubsub.py",
line 9, in <module>
from miyamoto import queue
ImportError: cannot import name queue
Do you know if I need some additional dependencies?
thank you for your help
Nate
Am 06.07.2012 18:12, schrieb Martin B.:
> Hey Nate,
>
> I'm using the Twisted one right now and it's awesomely simple and easy
> to use. Not function-complete though, as it doesn't have persistent
> storage implemented (all your subscriptions and data will be lost when
> you stop the process) and it doesn't have a polling mechanism (but
> subscribe and publish work nice and take no time to start running).
>
> The GAE version is not that hard to run on your localhost either, once
> you have all the files, you just run one instance of dev_appserver and
> that's it. Would give it a try if you want something more complete.
> The local version won't support scheduled tasks either though - can
> only have that on the actual GAE server.
>
> Good luck
>
> On Friday, July 6, 2012 5:06:40 PM UTC+1, Nate A wrote:
>
> I think testing the components locally is much easier than
> debugging my application on the web server.
> I'm not searching for a hub which is running out of the box but
> where I have a step by step instruction how to set it up and which
> has the basic functionality of a hub.
>
> If I take the list from the wiki:
>
> App Engine: reference hub, you seams to be to hard to setup.
> Superfeedr: hosted, so not what I want -> not good
> WordPress: only running with wordpress as publisher -> not good
> RabbitHub erlang: I don't really understand in which context this
> should run -> maybe
> Wolverine python/twisted: seamy to be easy to use -> looks good
> WebGlue ruby: seamy to be easy to use -> looks good
> !Subfeedr perl: don't know what is meant by "proxy" -> maybe
> PubSubHubbub-rb: don't know why it depends on nginx -> maybe
> SubHub: Django integrated hub, no README file :-( -> maybe
> Ayup: hosted, so not what I want -> not good
>
> So there are 2 good hubs and 4 maybe hubs left, where I don't know
> how complete they are. Does anybody has experience with one of
> these hubs?
>
> Nate
>