Re: [web2py] Re: Electronic voting anybody?
Hi Ramos. Asterisk is really interesting to me. I'd like to know more about Asterisk. What would it be good for beginner for understanding Asterisk? (I had already read the articles on the Asterisk but I didn't get big picture of Asterisk.) And could you explain how your phone voting system works? Thanks, Changju. On Sunday, August 12, 2012 10:15:09 PM UTC+9, Ramos wrote: > > i have a phone voting system with web2py and asterisk > > http://www.youtube.com/watch?v=vCNoAyKN86o > > > > 2012/8/12 Alan Etkin > > >> I like it. I'd consider as a new feature (if not implemented yet) the >> option of submitting a new vote replacing the previous before deadline. >> >> El viernes, 10 de agosto de 2012 18:24:10 UTC-3, Massimo Di Pierro >> escribió: >> >>> Demo service: >>> >>>https://tests.web2py.com/evote/default/index >>> >>> Source: >>> >>>https://github.com/mdipierro/evote >>> >>> I could use some help checking it. Specifically usability and security. >>> >>> Massimo >>> >> -- >> >> >> >> > > --
[web2py] Re: web2py 2.0 stats
Thrilled ! On Wednesday, August 29, 2012 12:35:15 PM UTC+9, Massimo Di Pierro wrote: > > It is ready but we cannot stop tweaking it ... > > we replaced 16,000 lines of code and we added 41,000 new lines when > compared with web2py 1.99.2 (minified js count as one line). > > We may release it tomorrow. > > --
[web2py] Downloaded file size differs from the original file size.
Hi All, I put a file on the static folder, let say 'testApp/static'. And I download the file on static folder, the downloaded file differs from the original file in size. Original file size is 15,227,904 and 15,096,832 for downloaded file. Windows Vista Version 1.99.7 (2012-04-09 09:21:21) dev
[web2py] Re: Downloaded file size differs from the original file size.
I compared two files. the downloaded file was missing from 0x0003 to 0x0004fff0 bytes only. On Wednesday, April 11, 2012 6:56:22 PM UTC+9, Changju wrote: > Hi All, > > I put a file on the static folder, let say 'testApp/static'. > And I download the file on static folder, the downloaded file differs from > the original file in size. > Original file size is 15,227,904 and 15,096,832 for downloaded file. > > Windows Vista > Version 1.99.7 (2012-04-09 09:21:21) dev > >
[web2py] Re: Downloaded file size differs from the original file size.
Yes, I just installed Apache + web2py and It worked perfectly. Thanks~:) On Friday, April 13, 2012 6:16:05 AM UTC+9, nick name wrote: > > On Wednesday, April 11, 2012 5:56:22 AM UTC-4, Changju wrote: >> >> I put a file on the static folder, let say 'testApp/static'. >> And I download the file on static folder, the downloaded file differs >> from the original file in size. >> Original file size is 15,227,904 and 15,096,832 for downloaded file. >> > > This is a known rocket bug, which was reported to the rocket maintainer a > long time ago but was not fixed. > > Use a different webserver, e.g. tornado or scgi (see "anyserver", for > example). Note: do not just use apache/nginx to redirect to rocket - you > must not use rocket at all to solve this problem. > > See: https://github.com/explorigin/Rocket/issues/1 for the upstream bug > report, https://groups.google.com/d/topic/web2py/1_b63bhBeQs/discussionfor a > previous discussion in this mailing list. > >
[web2py] Re: Is there anyone who running web2py application on Redhat openshift?
Hi JungHyun. I have one question for you. I don't know about Openshift but I want to know why you chose Openshift other than Pythonanywhere or Fluxflex which are all free for low traffic. Thanks, Changju On Saturday, May 19, 2012 7:44:31 PM UTC+9, JungHyun Kim wrote: > > Andrew!! > > It works !!! > > Two things were keys. > > 1. setting gluon module in "libs" directory > 2. and making environment to see that module. > > Thank you for your help! :) > > > 2012년 5월 19일 토요일 오후 12시 14분 5초 UTC+9, Andrew 님의 말: >> >> JungHyun, >> >> >> Here's my project structure with application file attached- Let me know >> if this helps. >> >> data/ >> . >> .. >> >> libs/ >> gluon (moved from web2py dir) >> >> wsgi/ >> application - Attaching this to post >> web2py/ >> ..std web2py minus gluon dir moved to libs.. >> >> .openshift/ (nothing modified) >> action_hooks >> cron >> markers >> >> On Tuesday, May 15, 2012 2:55:07 AM UTC-5, JungHyun Kim wrote: >>> >>> Hello. I'm now trying to use redhat openshift. >>> >>> I am struggling access database - mysql-5.1 - which is set via openshift >>> cartridge. >>> I got admin user(admin), password and database name(we2py). >>> So I modified database setting in models/db.py >>> >>> as >>> >>> db = DAL('mysql://admin:passw...@web2py-codingday.rhcloud.com/web2py') >>> >>> But web2py application can't connect to mysql. >>> >>> OperationalError: (2003, "Can't connect to MySQL server on ' >>> web2py-codingday.rhcloud.com' (111)") >>> >>> I think I couldn't understand enough. I am a noob for both web2py and >>> openshift. >>> >>> How can I make web2py connect to database right? >>> >>> Thank you. >>> >>> >>>
[web2py] Re: Is there anyone who running web2py application on Redhat openshift?
Hi JungHyun. Yes, I'm rookiecj. Nice to meet you :) Pythonanywhere, as you can see from the name, they provide a good tools for people who like python and web2py. They provide - a shell through Web(through port 80) that you can login from anywhere. - quick setup for web2py already. - relatively cheep price then other's(yeah it's little bit ambiguous on their Bandwidth). Fluxflex, I like the AppGarage where you can choose web applications you want to install then just click them, now you have your one service. that's all. You can serve your own web service like Blog in a minute. Anyway, can I send an email in person? On Monday, May 21, 2012 4:05:43 PM UTC+9, JungHyun Kim wrote: > > > Hello Changju. > > Frankly speaking, I didn't know either pythonanywhere or fluxflex. > So after read your mail, I compared their free tiers roughly. > > >1. OpenShift : 512MB of RAM, and 1GB of disk space(probably >including DB storage) * 3 applications >2. Pythonanywhere : CPU(quota or performance) and Bandwidth are not >specified in detail, 500MB of storage * 5 applications >3. Fluxflex : 0.25hours of CPU time, 250MB disk space and 25MB of DB >storage * 2 applications > > > Among 3 free plans, Openshift looks better than others. > The only thing I am apprehensive is that I couldn't find the information > about CPU quota or network bandwidth limit in Openshift document. > Now I just guess there are no limitations in CPU and network. If they are > not, please let me know :) > If you recommend Pythonanywhere and Fluxflex, would you explain their > advantages for this group members? > > > ps. Are you rookiecj? I read some posts from your blog. I'm glad to see > you! :) > > > 2012년 5월 21일 월요일 오전 1시 21분 47초 UTC+9, Changju 님의 말: >> >> Hi JungHyun. >> I have one question for you. >> I don't know about Openshift but I want to know why you chose Openshift >> other than Pythonanywhere or Fluxflex which are all free for low traffic. >> >> Thanks, >> Changju >> >> On Saturday, May 19, 2012 7:44:31 PM UTC+9, JungHyun Kim wrote: >>> >>> Andrew!! >>> >>> It works !!! >>> >>> Two things were keys. >>> >>> 1. setting gluon module in "libs" directory >>> 2. and making environment to see that module. >>> >>> Thank you for your help! :) >>> >>> >>> 2012년 5월 19일 토요일 오후 12시 14분 5초 UTC+9, Andrew 님의 말: >>>> >>>> JungHyun, >>>> >>>> >>>> Here's my project structure with application file attached- Let me know >>>> if this helps. >>>> >>>> data/ >>>> . >>>> .. >>>> >>>> libs/ >>>> gluon (moved from web2py dir) >>>> >>>> wsgi/ >>>> application - Attaching this to post >>>> web2py/ >>>> ..std web2py minus gluon dir moved to libs.. >>>> >>>> .openshift/ (nothing modified) >>>> action_hooks >>>> cron >>>> markers >>>> >>>> On Tuesday, May 15, 2012 2:55:07 AM UTC-5, JungHyun Kim wrote: >>>>> >>>>> Hello. I'm now trying to use redhat openshift. >>>>> >>>>> I am struggling access database - mysql-5.1 - which is set via >>>>> openshift cartridge. >>>>> I got admin user(admin), password and database name(we2py). >>>>> So I modified database setting in models/db.py >>>>> >>>>> as >>>>> >>>>> db = DAL('mysql://admin:passw...@web2py-codingday.rhcloud.com/web2py') >>>>> >>>>> But web2py application can't connect to mysql. >>>>> >>>>> OperationalError: (2003, "Can't connect to MySQL server on ' >>>>> web2py-codingday.rhcloud.com' (111)") >>>>> >>>>> I think I couldn't understand enough. I am a noob for both web2py and >>>>> openshift. >>>>> >>>>> How can I make web2py connect to database right? >>>>> >>>>> Thank you. >>>>> >>>>> >>>>> > 2012년 5월 21일 월요일 오전 1시 21분 47초 UTC+9, Changju 님의 말: >> >> Hi JungHyun. >> I have one question for you. >> I don't know about Openshift but I want to know why you chose Openshift >> other than Pythonanywhere or Fluxflex which
[web2py] Re: my gae+web2py app: feed9 (like reddit)
Good job sungchi! On 1월2ㄴ0일, 오후8시38분, sungchi wrote: > source:https://github.com/sungchi/feed9 > link:http://www.feed9.com/(korean) > > based reddish source (now RedditClone > :https://github.com/mdipierro/web2py-appliances/tree/master/RedditClone > ) > UI :http://twitter.github.com/bootstrap/ > > Well .. Just think like Reddit > Thank you
[web2py] Re: Python for Android (any takers to run web2py)
AirDroid is a good example. https://market.android.com/details?id=com.sand.airdroid&feature=search_result&hl=en On Jan 10, 11:34 am, Plumo wrote: > what is the use case for running a web framework on your Android phone?
[web2py] Re: Python 2.7 on GAE (experimental)
Why do we move to Python 2.7 Massimo ? I just wonder what made you think so? Is it due to the Multithreading and Concurrent Request? On Oct 12, 10:22 pm, Massimo Di Pierro wrote: > We should move to python27 for gae > > On Oct 11, 10:47 pm, pbreit wrote: > > > > > > > > >http://code.google.com/appengine/docs/python/python27/newin27.html
[web2py] Re: New web2py logo? [just for fun]
How On 2월12일, 오전2시36분, Anthony wrote: > My 4-year-old daughter has been practicing her writing recently. Yesterday, > she handed this to me (she must have found the book on my desk and copied > the title). Apparently web2py makes her think of hearts and flowers, as it > does for most people. :) > > Anthony > > new_web2py_logo.png > 20K보기다운로드
[web2py] Re: New web2py logo? [just for fun]
How sweet:) On 2월12일, 오전2시36분, Anthony wrote: > My 4-year-old daughter has been practicing her writing recently. Yesterday, > she handed this to me (she must have found the book on my desk and copied > the title). Apparently web2py makes her think of hearts and flowers, as it > does for most people. :) > > Anthony > > new_web2py_logo.png > 20K보기다운로드