[web2py] Re: Future of web2py

2017-11-04 Thread Vinhthuy
Here's a radical and possibly stupid idea for Massimo to think about on a 
Saturday morning.

Forget web3py.  Think about web2go.

There's lots of promise today for a good full-stack Golang framework.  The 
Golang folks eschew the notion of full-stack frameworks, but I don't think 
many of them get it.  If you have an intuitive, easy-to-use, and relatively 
performant CRUD, full-stack framework in Golang, I guarantee you it's going 
to be a hit.

My lightweight web/networking apps these days are written in Golang.  The 
beauty of it is that it's so easy to get deployed. Golang's builtin http 
handling is rock solid.  There's no need for gunicorn, uwgsi, etc.

About Python, I know many people are still on Python 2, but to me it's 
legacy.  Many people completely moved on to Python 3.  That makes web2py 
very outdated.

The notion of Web3py is still a good idea *right now*.  But by the time you 
can deliver Web3py, it is likely that it will be technologically outdated.


So, there it is.  Web2Go.  You've learned many lessons from having built 
web2py.  These experience will make your CRUD full-stack framework very 
meaningful.


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] MetaFlask

2015-12-08 Thread Vinhthuy
Bottle is one of the few true micro framework.  Flask is great, but I have 
always felt its mission kinda lacks vision.  People love Flask for its 
"flexibility" and "thinness" and "pluggability".  Surely, it's great when 
you built thin apps.  Sooner or later, you will realize that your apps need 
non trivial features. There are lots of Flask pluggins you can use.  But 
year and a half later, after you find some bugs or needed feature, and you 
find out that the plugin author got a new job and couldn't care less about 
his Flask plugin.  Then you are screwed.




On Monday, December 7, 2015 at 11:05:49 PM UTC-6, Massimo Di Pierro wrote:
>
> You see. we do not need that. Because we do not have a fragmented 
> ecosystem like Flask or Django made of many separate parts maintained by 
> different people.
> Web2py has many more built in features and we make sure all the pieces 
> work together by shipping them together.
>
> Massimo
>
> On Monday, 7 December 2015 20:54:19 UTC-6, Richard wrote:
>>
>> I fall on this :
>>
>> https://github.com/pocoo/metaflask
>>
>> It interesting.
>>
>> Richard
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: apk for web2py application

2013-12-10 Thread Vinhthuy
appsgeyser is really nice.  You give it a URL and it gives you an Android 
app.  It would be very nice if web2py can package an app directly to an 
Android app.  That would be very nice.




On Thursday, December 5, 2013 7:35:35 PM UTC-6, 黄祥 wrote:
>
> hi, 
>
> i'm interested in web2py apk like on web2py slices, yet during googling i 
> found this :
> http://www.appsgeyser.com/
>
> already tested for web2py website and browser app apk.
>
> best regards,
> stifan
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[web2py] Re: app not working after install 2.8.2 is_mobile error

2013-12-08 Thread Vinhthuy
Massimo: I feel really scared reading this.  In fact, I haven't upgraded to 
the latest version yet, partly because exactly what you said.  I haven't 
kept up with this reading list, and I am afraid that after the upgrade my 
apps won't work because I fail to do certain things that are discussed in 
the this reading list.

Can you please enforce a policy that all things that we need to do after an 
upgrade would be listed in CHANGES?  Thanks.



On Friday, December 6, 2013 8:38:25 PM UTC-6, Massimo Di Pierro wrote:
>
> You missed a few threads discussing this. ;-)
> You need to clear/remove the sessions. The format of the session storage 
> has changed.
>
> On Friday, 6 December 2013 17:55:52 UTC-6, Ivo wrote:
>>
>> I tried upgrading the web2py to 2.8.2 that was a bad idea...
>> it totally killed the web2py app.
>> I redownloaded a clean version and copied over my app now it throws the 
>> weirdest error:
>> 'dict' object has no attribute 'is_mobile'
>> it traces to user.html, but in reality it's caused by layout.htm
>> the welcome app is working so I had a look inside the layout.html basicly 
>> the same except for a few mods I made that are unrelated.
>>
>> what am I missing? 
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[web2py] Re: How to create web2py-based desktop app?

2011-06-20 Thread Vinhthuy
Thank you we will try this.


On Jun 20, 4:54 pm, Massimo Di Pierro 
wrote:
> My answer did not appear... retrying...
>
> http://web2py.com/book/default/chapter/12#How-to-Distribute-your-Appl...
>
> On Jun 20, 4:05 pm, Vinhthuy  wrote:
>
>
>
>
>
>
>
> > Hello everyone,
>
> > We have used web2py to create server-based application.  With minimal
> > change, e would like to make it so that it can be used as stand-alone
> > desktop applications on both Windows and Mac.   If possible, I would
> > it to contain everything, including Python so that users simply
> > download our app, click on it and run it on their personal computers.
>
> > At web2py.com, I noticed that web2py itself can be downloaded and used
> > as stand-alone applications for both Windows and Mac (web2py.exe and
> > web2py.app, respectively).
>
> > Any clues on how to do this is greatly appreciated.
>
> > Thanks,
>
> > Vinhthuy Phan


[web2py] How to create web2py-based desktop app?

2011-06-20 Thread Vinhthuy
Hello everyone,

We have used web2py to create server-based application.  With minimal
change, e would like to make it so that it can be used as stand-alone
desktop applications on both Windows and Mac.   If possible, I would
it to contain everything, including Python so that users simply
download our app, click on it and run it on their personal computers.

At web2py.com, I noticed that web2py itself can be downloaded and used
as stand-alone applications for both Windows and Mac (web2py.exe and
web2py.app, respectively).

Any clues on how to do this is greatly appreciated.

Thanks,

Vinhthuy Phan