[web2py] Request to tag releases on github repo

2012-01-18 Thread Praneeth
Hello Massimo, It would be great if you could tag a release while committing to github. It will enable us to fetch the latest stable release from github easily - Instead of looking at the VERSION file and backtracking the commit no to checkout to. Thanks, Praneeth

[web2py] Using cxfreeze for creating web2py exe with custom libraries

2011-09-20 Thread Praneeth Bodduluri
needs the sys.exit replaced by sys.exit(0) for the proper exit when using cxfreeze to create a standalone exe. i.e line 325 of gluon/widget.py needs to be replaced with sys.exit(0) . I would be grateful if you could make the change. Best Regards, Praneeth #!/usr/bin/env python # -*- coding: ut

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

2011-08-05 Thread Praneeth Bodduluri
, Praneeth IRC: lifeeth On Fri, Aug 5, 2011 at 5:13 AM, Syed Mushtaq wrote: > 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 >

Re: [web2py] web2py 1.96.2 is OUT & security warning

2011-06-03 Thread Praneeth Bodduluri
Updated on pypi -- Praneeth IRC: lifeeth On Fri, Jun 3, 2011 at 8:53 PM, Massimo Di Pierro wrote: > We fixed a few more bugs (strangely most of them preexisting 1.96.1). > We also addressed two security issues as I will explain later in this > email: > > here is am repor

Re: [web2py] web2py 1.96.1 is OUT

2011-06-02 Thread Praneeth Bodduluri
Also available on pypi, get it while it's hot. On Jun 2, 2011 1:41 PM, "Miguel Lopes" wrote: > On Wed, Jun 1, 2011 at 7:40 PM, Jason Brower wrote: > >> Me does a dance. Thanks! >> And yes it makes rain :-) >>

Re: [web2py] Add gluon to global python path

2011-04-29 Thread Praneeth Bodduluri
You can do a "pip install web2py" that should put gluon in the global path. Try it in a virtualenv. -- Praneeth IRC: lifeeth On Fri, Apr 29, 2011 at 11:06 AM, luckysmack wrote: > Pretty much like the title says. This is also for things like when i > open up a i/b/python sh

Re: [web2py] web2py 1.95.1 and open issues

2011-04-25 Thread Praneeth Bodduluri
Also available at the cheese shop To install: pip install web2py To upgrade: pip install web2py --upgrade -- Praneeth IRC: lifeeth On Mon, Apr 25, 2011 at 7:49 PM, Stifan Kristi wrote: > great job, massimo n the others, i've download n test it. thank you so much. > >

Re: [web2py] MySQL, migration, and lower()

2011-04-20 Thread Praneeth Bodduluri
i.e. -- Praneeth IRC: lifeeth On Thu, Apr 21, 2011 at 12:32 AM, robe...@captivation.com wrote: > Hi Everybody, > > Yesterday evening I ran into some issues updating an app from 1.89.6 > to 1.94.5 -- specifically with case sensitivity in migrating tables. > This occurs on an u

Re: [web2py] Re: Python Message Queue

2011-04-07 Thread Praneeth Bodduluri
I was planning to, making web2py pip installable was a step towards this but got side tracked with academic work. Hoping to hack in DAL support for celery next month. -- Praneeth IRC: lifeeth On Wed, Apr 6, 2011 at 8:45 AM, pbreit wrote: > Was anyone able to make any progress with Celery

Re: [web2py] web2py 1.94.6

2011-03-27 Thread Praneeth Bodduluri
Hello Massimo, I can help maintain the PyPI uploading for every new revision. -- Praneeth IRC: lifeeth On Sun, Mar 27, 2011 at 11:17 PM, Massimo Di Pierro wrote: > I can do it. Do you want to be in charge of it? > > Massimo > > On Mar 27, 2011, at 12:43 PM, Praneeth

Re: [web2py] web2py 1.94.6

2011-03-27 Thread Praneeth Bodduluri
Massimo, Now that we have a setup.py in the tree could you also upload the package to PyPI? http://pypi.python.org/pypi/web2py/ python setup.py sdist upload Should do it. Thanks, Praneeth IRC: lifeeth On Sun, Mar 27, 2011 at 10:52 PM, Massimo Di Pierro wrote: > Fixes some minor iss

Re: [web2py] Re: setup.py to install web2py globally into the python env/virtualenv

2011-03-21 Thread Praneeth Bodduluri
Massimo, Submitted at: https://code.google.com/p/web2py/issues/detail?id=220 -- Praneeth IRC: lifeeth On Mon, Mar 21, 2011 at 9:59 AM, Massimo Di Pierro wrote: > This is great! Monday and Tuesday are busy days for me but I will > check this asap. Please open a web2py issue on google c

Re: [web2py] Re: How to build windows binary yourself?

2011-03-20 Thread Praneeth Bodduluri
simpler than py2exe. -- Praneeth IRC: lifeeth On Mon, Mar 21, 2011 at 4:06 AM, Brian M wrote: > OK, I've got a version that appears to build successfully - had to re-write > the code to gather the list of data_files - reglob() didn't return files in > expected format

[web2py] setup.py to install web2py globally into the python env/virtualenv

2011-03-20 Thread Praneeth Bodduluri
=f6cFkK2ZDPY -- Praneeth IRC: lifeeth new_files.tar.bz2 Description: BZip2 compressed data

[web2py] sqlite db connection bug

2010-07-02 Thread Praneeth
ering with the same details. - -- Praneeth -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJMLZUSAAoJENaaLQPAdAyuwwoH/iaB+w1VAXHSiHELsyuJGZPn FiqG7Dv6bbiycfpllUUtRRCSjJqQIr1c0wACzaNu8gTdtG7fvctvDg

Re: [web2py] upgrade 1.79.1 caused my my app failed on auth_user table already exist

2010-06-07 Thread Praneeth
your problem. - -- Praneeth On 06/08/2010 06:23 AM, dlin wrote: > My upgrade method is just unzip all source to my exist web2py > directory. > > I've compare the new welcome source with my application. > > I found in welcome/db.py > auth.settings.hmac_key=''

[web2py] Feature request for crontab

2010-06-06 Thread Praneeth
uld simply like the cron service to ignore the entry if it is not invoked via extcron. I would be grateful if the features are added into the trunk. Thanks, Praneeth -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.

Re: [web2py] Idea: Appliance remote management

2010-05-16 Thread Praneeth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +1 for the idea :) - -- Praneeth On 05/13/2010 09:39 PM, blackthorne wrote: > ok, this one may be interesting... > > Currently, we can install web2py apps in one of 3 ways. uploading it, > providing its url or putting the files in the

Re: [web2py] Error with template.py from revision e9e41cce0c onwards.

2010-05-16 Thread Praneeth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Works fine now :) Thanks a lot. - -- Praneeth On 05/16/2010 02:42 AM, Thadeus Burgess wrote: > Ah, this is quite a nasty bug to fix :) > > Originally we just looked if the line started with return, however the > following line of cod

[web2py] Error with template.py from revision e9e41cce0c onwards.

2010-05-15 Thread Praneeth
e template.py. - -- Praneeth -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJL7v7CAAoJENaaLQPAdAyuFQIIAKN69uXTnCwPICjsx3TnQTm1 p/ufS2U9sphdTuhqA2Ief/rHBN8Z5S0eHG9zx0Yps01RvNWM01NW9tvPq5RImVbs B9oMJd

Re: [web2py] Re: error in import pyserial

2010-05-05 Thread Praneeth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/06/2010 01:35 AM, mdipierro wrote: > You may need mark hammond win32 extensions > Further I can confirm that pyserial works in conjugation with web2py (Latest trunk included). - -- Praneeth > On May 5, 2:29 pm, frankz wrote: >&g

[web2py] [Feature request] Caching at DAL level

2010-03-09 Thread Praneeth
be of great help. The cache can be a key value pair of sorts, where the cache is flushed on each write/update and cached on the first read - There are probably smarter ways of doing this. Thoughts? -- Praneeth -- You received this message because you are subscribed to the Google Groups "w

Re: [web2py] Re: Caching at DAL level

2010-03-09 Thread Praneeth
Would it be better to have a non time based caching? Say refresh cache on DB update? Time based caching requires guessing the cache time - which in my opinion seems like a bad thing to do. Thoughts? -- Praneeth On 03/09/2010 08:33 PM, mdipierro wrote: > It is there already. > >

[web2py] db.export_to_csv_file and Carriage Return

2010-01-27 Thread Praneeth
doing a db.import_from_csv_file. I manually removed the carriage returns from my file for a successful import. -- Praneeth -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegrou