[web2py] Session Issues seen when users log into Web2py with an Andriod App

2013-07-11 Thread Ravindra Pai
We have decided to use Web2py Framework to develop an Android app. As a part of the app, we would like to know the users who have logged in. My problem is that I can easily accomplish it ( auth.user_id ) though browser. However, when used with Andriod App, auth.user_id returns NONE. a) Beca

[web2py] Re: ANN: first pre-alfa release (v0.2) of Web2Py_CC

2010-09-03 Thread Pai
ok i got it figure out. i have to install several more packages before i get it to work. i have to install - PIL - BeautifulSoup - ComTypes - ConfigObj hopefully this will help others in installing. I'll play will it and let you know if I find anything. Pai On Sep 3, 3:35 pm, Pai

[web2py] Re: ANN: first pre-alfa release (v0.2) of Web2Py_CC

2010-09-03 Thread Pai
; Error in sys.exitfunc: Traceback (most recent call last): File "C:\Python26\lib\atexit.py", line 24, in _run_exitfuncs func(*targs, **kargs) File "D:\Development\python\web2py_cc\support\language_support.py", line 226, in _Close_Log _LT_Log.close () AttributeError:

[web2py] Re: view SQL query

2010-09-01 Thread Pai
+1 On Sep 1, 8:40 am, mdipierro wrote: > You cannot see all of them, You can see the last one > > print db._lastdb > > perhaps now that we have app logging capabilities we should add teh > ability to log all queries. > > On Sep 1, 6:24 am, Francisco Costa wrote: > > > How can I see the SQL queri

[web2py] Re: ANN: first pre-alfa release (v0.2) of Web2Py_CC

2010-08-30 Thread Pai
Stef, did you get a chance to upload a new file? I tried again and same error. sorry for being persistence. I'm actually really excited about this. I having WingIDE but I'm actually a lot more excited about using this! Pai On Aug 27, 5:15 pm, Stef Mientki wrote: >  On 27-08-20

[web2py] Re: ANN: first pre-alfa release (v0.2) of Web2Py_CC

2010-08-27 Thread Pai
I ran it, got error D:\Development\python\web2py_cc\Web2Py>python Web2py_CC.py Traceback (most recent call last): File "Web2py_CC.py", line 15, in """] TypeError: list indices must be integers, not tuple Pai On Aug 27, 3:13 pm, Stef Mientki wrote: >  hello

[web2py] Re: My editor ...

2010-08-19 Thread Pai
+1 On Aug 19, 3:12 pm, Stef Mientki wrote: >  hello, > > I made a movie about the most important features of the editor I'm using, you > can see it here: > > http://mientki.ruhosting.nl/movies/web2py_1.html > > If there's enough interest, I'll make the application available under BSD > license.

[web2py] Re: DAL question - highest date less than target date for each group of records w/ common field value

2010-06-21 Thread Pai
one), \ groupby=db.Members.id) Pai On Jun 21, 12:01 am, "Joseph S. Greenawalt" wrote: > To clarify a bit, what I'm trying to do is very similar to > this:http://www.xaprb.com/blog/2006/12/07/how-to-select-the-firstleastmax-... > But with two tables that need to be joined, wit

[web2py] Re: Custom Form

2010-06-18 Thread Pai
That was easy.. thanks! Pai On Jun 18, 2:42 am, mdipierro wrote: > form=SQLFORM.factory(Field('child',db.children,requires=IS_IN_DB(db(db.children.sex=='M')),'children.id','% > (name)s'))) > > On Jun 16, 11:48 pm, Pai wrote: > > >

[web2py] Re: Custom Form

2010-06-17 Thread Pai
bump.. anyone?? On Jun 16, 11:48 pm, Pai wrote: > Is it possible to do checkbox with constraints??  For example, > consider following > > db.define_table('children', Field('name'), Field('sex')) > > db.children.insert('Tom', 'M'

[web2py] Custom Form

2010-06-16 Thread Pai
Is it possible to do checkbox with constraints?? For example, consider following db.define_table('children', Field('name'), Field('sex')) db.children.insert('Tom', 'M') db.children.insert('Jerry', 'M') db.children.insert('Eve', 'F') db.children.insert('Mary', 'F') is it possible to create FORM

[web2py] Re: where are the auth table model?

2010-06-15 Thread Pai
there's an option to customized it. see below http://web2py.com/book/default/section/8/1?search=Customizing+Auth hope this helps :) Pai On Jun 15, 10:17 am, Jean-Guy wrote: > Hello, > > I would like to get the auth tables models to implement them in my app > cause web2py c

[web2py] Re: WebFactional restart web2py

2010-06-13 Thread Pai
ahhh thank you thank you :) I was looking for document about web2py on the webfactional site but only thing I found that that one pager! Pai On Jun 14, 12:56 am, Yarko Tymciurak wrote: > On Jun 14, 12:42 am, Pai wrote: > > > Hi, > > > total noob question here..   how do

[web2py] WebFactional restart web2py

2010-06-13 Thread Pai
is greatly appreciated :) Pai

[web2py] Re: question about webfactional

2010-05-08 Thread Pai
that works! Thanks annet! On May 8, 1:52 am, annet wrote: > Pai, > > The solution to your problem is described in this thread: > > http://groups.google.com/group/web2py/browse_thread/thread/504dd2deff... > > Basically you have to log on to webfaction via terminal/ssh an

[web2py] Re: question about webfactional

2010-05-07 Thread Pai
I give write permission to the entired web2py folder. still the same error. do i have to restart web2py? if so, how do i do that? i came from a window world. On May 7, 11:13 pm, mdipierro wrote: > probably a file permission issue. > > On May 7, 11:09 pm, Pai wrote: > > > H

[web2py] question about webfactional

2010-05-07 Thread Pai
made some web2py app from my local host before and never had this problem. Where can I find where is the problem coming from? Anybody experiencing this problem? Thanks in adance! Pai

[web2py:18693] Re: Pycon 2009 - Important

2009-03-27 Thread Pai
humm where are you guys in pycon?? I walked around today and couldn't find you On Mar 12, 12:29 am, Jorge Vargas wrote: > On Thu, Mar 12, 2009 at 12:20 AM, Yarko Tymciurak wrote: > > We are working out details of what we'd like to propose to cover in the > > PyCon2009 web2py dojo, and it's look

[web2py:18134] Re: db backend

2009-03-16 Thread Pai
; (SQL-Server), correct? > And you should know which "Access" file backend you want - Microsoft.Jet, or > Microsoft.ACE > > On Sun, Mar 15, 2009 at 11:01 PM, mdipierro wrote: > > > we can if/when > > 1) you are available to run some tests > > 2) not until a

[web2py:18133] Re: db backend

2009-03-16 Thread Pai
I'll be happy to help running some test. I'll ping you about this again once pycon is over. Thanks! On Mar 15, 11:01 pm, mdipierro wrote: > we can if/when > 1) you are available to run some tests > 2) not until after PyCon. > > Massimo > > On Mar 15, 10:54 pm, P

[web2py:18111] Re: db backend

2009-03-15 Thread Pai
n Mar 15, 12:46 pm, Yarko Tymciurak wrote: > On Sun, Mar 15, 2009 at 11:14 AM, Pai wrote: > > > do you have a test script?  I can run it to see if there's any problem > > or not. > > > On Mar 14, 7:13 pm, mdipierro wrote: > > > We do not claim we sup

[web2py:18072] Re: db backend

2009-03-15 Thread Pai
assimo > > On Mar 14, 4:12 pm, Pai wrote: > > > do we have support for MS Access? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send em

[web2py:18043] db backend

2009-03-14 Thread Pai
do we have support for MS Access? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email t

[web2py:17713] Re: Pycon 2009 - Important

2009-03-08 Thread Pai
i'll be there :) hopefully it wouldn't be hard to fine.. On Mar 8, 7:19 pm, Yarko Tymciurak wrote: > If you're around for tutorials, come by to help stuff bags Thurs. afternoon > / evening for registration! :-) > > On Sun, Mar 8, 2009 at 7:08 PM, Pai wrote: > &

[web2py:17693] Re: Pycon 2009 - Important

2009-03-08 Thread Pai
I'll be at pycon. it'll be my first pycon so i'm planning to attend most of the talk. i can drop by and help out whenever I can. I'll wear the t-shirt and/or patch if it's available ;) On Mar 7, 4:29 pm, mdipierro wrote: > We have a booth at PyCon 2009. If you can me it let me know. > > I am

[web2py:16239] Re: CSV IO

2009-02-12 Thread Pai
Does this include validation while importing?? On Feb 11, 10:59 pm, mdipierro wrote: > I believe all outstanding issues with CSV export/import have been > resolved BUT make sure you have the latest appadmin.py in your > applications. Part of the bug was in the old appadmin.py. > > Massimo --~--~

[web2py:10324] Re: database connection password

2008-10-16 Thread Pai
hon. > > On Thu, Oct 16, 2008 at 6:26 PM, Pai <[EMAIL PROTECTED]> wrote: > > > That's really all i'm looking for actually.  The code will get pass > > around to a couple of developers.  I don't want the password to show > > up in clear text. > >

[web2py:10321] Re: database connection password

2008-10-16 Thread Pai
assimo. > > Security by Obscurity Fails Horribly . > > Pai what you looking will only prevent at the Source Code level , and any > sniffer can grep that encrypted string and can decrypt (there are alot of > MD5 decryption bots out in the internet, use one) > > On Th

[web2py:10314] Re: database connection password

2008-10-16 Thread Pai
e db server is on the same box, and the > > > > > box is secure, then that's a limited issue; > > > > > If the db server is accross a network, then nothing web2py (or > > > > > anything else connecting) can help, without the support of the db - >

[web2py:10281] database connection password

2008-10-15 Thread Pai
Is there a way to hide password in the connection-string? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from