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

2011-11-18 Thread Syed Mushtaq
Hi , While trying to connect to a mysql server I found that the URI string used in DAL() was not parsed properly. I have a '@' in my password and gets parsed first changing the hostname to some non existent value, I tried escaping the '@' but dosen't work. Did anyone have this same problem ? If so

Re: [web2py] Building web2py binary for windows with extra libs

2011-08-05 Thread Syed Mushtaq
ahanafoundation.org/browser/static/scripts/tools/standalone_exe.py > 2) https://groups.google.com/d/topic/web2py/Lirvj_J8q1U/discussion > > > Regards, > Praneeth > IRC: lifeeth > > > > On Fri, Aug 5, 2011 at 5:13 AM, Syed Mushtaq > wrote: > > Hi , > > >

[web2py] Building web2py binary for windows with extra libs

2011-08-04 Thread Syed Mushtaq
Hi , I have an app that I want to ship as a windows binary . I was looking at http://web2py.com/book/default/chapter/12#How-to-Distribute-your-Applications-as-Binaries. I use PIL in my app for doing some image manipulation . It is possible to generate the windows binary of web2py which includes PI

Re: [web2py] Re: Install in hostgator

2011-05-16 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 wrote: > Hello! >

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 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 wrote: > It would be fun to put a widget for online radio. > quality='high' bgcolor='#ff' width='398' height='104' > name='popupPlayer_V19' align='middle' allow

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

2011-05-01 Thread Syed Mushtaq
; , r'/$id/$name'), ) > > the extra comma at the end. ;-) > > > > On May 1, 12:58 am, Syed Mushtaq wrote: > > Hi , > > > > I was using rewrite for making the URL reader friendly . When I use a > space > > or hypen in the URL instead of passing i

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

2011-04-30 Thread Syed Mushtaq
Hi , I was using rewrite for making the URL reader friendly . When I use a space or hypen in the URL instead of passing it to the controller , it gives an invalid request . I have configured the routes as follows routes_in = (( r'/$id/$name' , r'/app/default/view/$id/$name') ) routes_out = ( (