[nagare-users:676] Re: Deployment options for 0.6

2020-08-26 Thread apoirier
Le lundi 17 août 2020 08:41:00 UTC+2, Henrik Härkönen a écrit : > > Hi! > > If *pip install -e * gives a development deployment through > gunicorn, what actually are the production deployment options for 0.6? Do > the old instructions apply? What would be the preferred way? > In production an

[nagare-users:673] Re: https://www.nagare.org/demo is down

2020-08-13 Thread apoirier
Le jeudi 13 août 2020 20:58:11 UTC+2, Henrik Härkönen a écrit : > > Has been for a couple of days, it seems. Also /portal and /wiki which are > linked from the nagare.org page. > Right, since last week power outage. Up now. Thanks > -H > -- You received this message because you are

[nagare-users:663] Re: Setting up 0.6

2020-08-05 Thread apoirier
The lack of proper documentation is why version 0.6 is not yet published on Pypi. Here is a port of the simple counter example of Nagare 0.5 tutorial part 2 and 3 . Into the 'examples-counter' directory,

Re: [nagare-users:662] Re: Nagare should be upgraded to Python 3?

2020-08-05 Thread apoirier
e it a go. >> >> Yeah, I was mentally preparing for installing them all by hand, haha  >> It's good enough for now when learning the ropes. >> >> -Henrik >> >> On Wed, Aug 5, 2020 at 6:59 PM apoirier wrote: >> >>> Le mercredi 5 août

Re: [nagare-users:658] Re: Nagare should be upgraded to Python 3?

2020-08-05 Thread apoirier
ote: > >> Thank you for very quick reply! :) >> >> I'll take a look today! >> >> -Henrik >> >> On Wednesday, 5 August 2020 at 13:57:13 UTC+3 apoirier wrote: >> >>> Hi, >>> >>> The Nagare 0.6 repositories (https://github.

Re: [nagare-users:655] Re: Nagare should be upgraded to Python 3?

2020-08-05 Thread apoirier
; ^ > SyntaxError: invalid syntax > > Also pip is dropping Python 2 support after this year and also my hosting > provider... :D > > -Henrik > On Sunday, 11 November 2018 at 23:58:03 UTC+2 apoirier wrote: > >> The 0.6 is not yet pushed

[nagare-users:651] Re: When is the 4.0 release due out?

2019-10-24 Thread apoirier
Hi Terrence, The next release will be the 0.6 version. This new version is a complete refactored, modular framework, running under Python 2.7 / Python >=3.5 with a broader scope of target applications: services on messages bus, REST services, MVC-style web applications or components-based web

[nagare-users:649] Re: Integrating Muntjac?

2018-11-13 Thread apoirier
Hi, Le mardi 13 novembre 2018 17:34:46 UTC+1, Terrence Brannon a écrit : > > At one time, Alain was very interested in the Muntjac project which used > the Vaadin widgets - https://github.com/rwl/muntjac > Our interest stays at the stage of some experiments. Muntjac is no more maintained since

Re: [nagare-users:647] Re: Nagare should be upgraded to Python 3?

2018-11-11 Thread apoirier
The 0.6 is not yet pushed to the public Github repositories Le samedi 10 novembre 2018 02:00:01 UTC+1, Terrence Brannon a écrit : > > I'm not sure how to get version 0.6 but the github setup.py is using > Python2 print statements >

[nagare-users:645] Re: Nagare should be upgraded to Python 3?

2018-11-09 Thread apoirier
Le vendredi 9 novembre 2018 17:27:23 UTC+1, Terrence Brannon a écrit : > > I just noticed setup.py is using Python 2 syntax. Any plans to upgrade to > Python 3? > Yep, the 0.6 also runs on Python 2.7 and Python >= 3.5 -- You received this message because you are subscribed to the Google Groups

[nagare-users:644] Re: Status of Nagare. AWS deployment, stackless dependency

2018-11-09 Thread apoirier
Hi Terrence, Le vendredi 9 novembre 2018 15:54:22 UTC+1, Terrence Brannon a écrit : > > Hello, it seems that a year has past since there has been a commit to the > repo. > > >1. Is Nagare still in use? > > Yes, still alive. In fact more than ever

[nagare-users:632] Re: Nagare web framework still alive

2017-01-13 Thread apoirier
Le jeudi 12 janvier 2017 20:22:45 UTC+1, En Ware a écrit : > > The only confirmation I have is that a group from net-ng wrote Kansha -- > > https://github.com/Net-ng/kansha/tree/master/kansha > Nagare is running fine! We develop daily our applications on it, Kansha being one of them. > I see

[nagare-users:614] Re: visitng an app without a trailing slash

2015-05-12 Thread apoirier
Now fixed in Paste upstream: https://bitbucket.org/ianb/paste/issue/4/wsgi-environ-totally-borked Le mercredi 29 avril 2015 00:25:09 UTC+2, apoirier a écrit : Hello, I can confirm that Paste 2.0 breaks links in Nagare. Downgrading to Paste 1.7.5 solves the problem. A PR is now submitted

Re: [nagare-users:600] Cython, continuation and Component.call()

2015-04-28 Thread apoirier
Le mardi 28 avril 2015 11:39:57 UTC+2, Terrence Brannon a écrit : 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,

Re: [nagare-users:571] Traceback does not show any of my lines of code

2015-04-23 Thread apoirier
Le jeudi 23 avril 2015 16:03:56 UTC+2, Sylvain Prat a écrit : I guess it's because nagare properly renders your root component, but it probably issues a None that can't be wrapped in a body element by nagare. Maybe it's related to the super(...) call in one of your view (see my previous

[nagare-users:560] Re: visitng an app without a trailing slash

2015-04-22 Thread apoirier
Le mercredi 22 avril 2015 22:34:53 UTC+2, Terrence Brannon a écrit : If I had to guess what the problem is, I would say it is this new version of Paste that was released yesterday: https://pypi.python.org/pypi/Paste/2.0 You're right. The problem doesn't exist with the previous version of