OK but please understand that the warning message is confusing. It makes it 
seems like there is a package on PyPI called "continuation" that you can 
download and install to get Component.call() working on CPython.

Instead, this message is saying """Because there are no continuations on 
CPython, Component.call() will not work"""

On Tuesday, April 28, 2015 at 12:10:07 AM UTC-7, Benoit LUGAND wrote:
>
> Continuation is one of the main feature of Nagare, Nagare was one of the 
> first Web framework to implement this feature.
>
> That’s why the framework uses Stackless Python
>
>  
>
> Read these links might be usefull ….
>
>  
>
> http://en.wikipedia.org/wiki/Stackless_Python
>
> http://c2.com/cgi/wiki?StacklessPython
>
> http://zope.stackless.com/spcpaper.pdf
>
>
> http://stackoverflow.com/questions/796211/what-does-it-really-mean-that-a-programming-language-is-stackless
>  
>
> http://www.nagare.org/trac/api/continuation.py
>
>  
>
> Benoît
>
>  
>
> *De :* nagare...@googlegroups.com <javascript:> [mailto:
> nagare...@googlegroups.com <javascript:>] *De la part de* Terrence Brannon
> *Envoyé :* mardi 28 avril 2015 03:14
> *À :* nagare...@googlegroups.com <javascript:>
> *Objet :* [nagare-users:587] Cython, continuation and Component.call()
>
>  
>
> By accident, I used the Cython on my system when trying to install Nagare. 
> I saw this message: """Warning: you are installing Nagare on CPython 
> instead of Stackless Python (http://www.stackless.com) or PyPy (
> http://pypy.org).
>
>          Without 'continuation', the 'Component.call()' method will not be 
> available."""
>
>  
>
> So I'm wondering;
>
>  
>
> 1 - what is "continuation" and where do I get it? It doesnt appear to be 
> on PyPI - 
> https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=pypi%20continuation
>
> 2 - can nagare run on plain Cython? That would make it easier to sell to 
> management.
>
>  
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Nagare users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to nagare-users...@googlegroups.com <javascript:>.
> To post to this group, send email to nagare...@googlegroups.com 
> <javascript:>.
> Visit this group at http://groups.google.com/group/nagare-users.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Nagare users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nagare-users+unsubscr...@googlegroups.com.
To post to this group, send email to nagare-users@googlegroups.com.
Visit this group at http://groups.google.com/group/nagare-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to