[web2py] Re: web2py meetup Bay Area

2014-09-17 Thread ghufran syed
I am new to web2py, but would be interested in attending, thank you for taking the initiative to set something up! On Thursday, September 11, 2014 9:24:53 AM UTC-7, weheh wrote: Thanks for the replies. I went to a meetup last night for the Bay Area python group (not the Bay Area Piggies

[web2py] problem while connecting to database when password contains '@'

2011-11-18 Thread Syed Mushtaq
? If so can you please help me ? Thanks -Syed

[web2py] Building web2py binary for windows with extra libs

2011-08-04 Thread Syed Mushtaq
PIL or any other library ? Thanks -Syed

Re: [web2py] Re: Install in hostgator

2011-05-17 Thread Syed Mushtaq
Hi , I followed http://web2pyslices.com/main/slices/take_slice/76 to run web2py on hostmonstor , I believe it should be a similar setup for hostgator . You can check my sample site at http://web2py.igurukul.net/newsfeed Thanks -Syed On Sun, May 15, 2011 at 12:59 AM, pepe_eloy pepe.e

Re: [web2py] Re: a chance to vote for web2py

2011-05-06 Thread Syed Mushtaq
Top 10 :) On Fri, May 6, 2011 at 4:59 AM, Anthony abasta...@gmail.com wrote: Cool -- web2py is up to #11 on the list. :-) On Wednesday, May 4, 2011 10:59:52 AM UTC-4, Massimo Di Pierro wrote: http://list.ly/list/9E-tools-and-services-for-a-lean-startup

Re: [web2py] Skytoop : a web desktop like, created with Web2Py on server side

2011-05-04 Thread Syed Mushtaq
Looks really beautiful :) Are you planning on open-sourcing it ? Thanks -Syed On Wed, May 4, 2011 at 11:37 AM, Jason (spot) Brower encomp...@gmail.comwrote: It would be fun to put a widget for online radio. embed src=' http://www.shoutcast.com/media/popupPlayer_V19.swf?stationid=http

[web2py] URL rewrite throwning invalid request when URL contains spaces or hyphens

2011-05-01 Thread Syed Mushtaq
= ( ( r'/app/default/view/$id/$name' , r'/$id/$name') ) Is there something I am missing ? Thanks -Syed

Re: [web2py] Re: URL rewrite throwning invalid request when URL contains spaces or hyphens

2011-05-01 Thread Syed Mushtaq
Thanks -Syed On Sun, May 1, 2011 at 11:44 AM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: yes routes_in = (( r'/$id/$name' , r'/app/default/view/$id/$name'), ) routes_out = ( ( r'/app/default/view/$id/$name' , r'/$id/$name'), ) the extra comma at the end. ;-) On May 1, 12:58 am

[web2py] Hassle-Free Application Hosting?

2011-01-09 Thread Syed
Are there any application hosting services for web2py that are similar to the following (for other frameworks): Heroku for Ruby on Rails Djangy for Django Pantheon for Drupal I know that it's possible to use GAE for hosting, but there are some limitations to going that route. I understand that

[web2py] Re: Hassle-Free Application Hosting?

2011-01-09 Thread Syed
Is there a demand for a Heroku-like service in the web2py community? If there was a critical mass, I wonder if someone/firm could be convinced to build out this type of offering.

[web2py] Re: Error Installing Appliance

2010-11-10 Thread Syed
I'll make sure that all variables are removed from the equation.--I'll uninstall everything and that start from scratch with 2.5.5 from python.org. And then I'll be sure to try the binary distribution. I'll report back with the results. Thanks.

[web2py] Re: Error Installing Appliance

2010-11-10 Thread Syed
Complete user-error. Although I did reinstall with python 2.5.4 from python.org, and then the binary distribution of web2py, the probably was a result of me trying to install instantpress_beta5.zip. I found the proper file: web2py.app.instantpress_beta5.w2p Installation was without issue. Sorry

[web2py] Re: Error Installing Appliance

2010-11-10 Thread Syed
Nice. Thanks for the tip. If I'm completely new to python and web2py-- and am most interested building web2py apps on GAE--should I just stick to official book for awhile? Will I need to delve into peculiarities of GAE anytime soon?