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

2013-07-12 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)

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

2010-09-03 Thread Pai
\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: 'NoneType' object has no attribute 'close' Thanks for looking into this!! Pai On Sep 1, 12:17 pm

[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 pai.siwamut

[web2py] Re: view SQL query

2010-09-01 Thread Pai
+1 On Sep 1, 8:40 am, mdipierro mdipie...@cs.depaul.edu 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 m...@franciscocosta.com

[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 stef.mien...@gmail.com wrote

[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\Web2Pypython Web2py_CC.py Traceback (most recent call last): File Web2py_CC.py, line 15, in module ] TypeError: list indices must be integers, not tuple Pai On Aug 27, 3:13 pm, Stef Mientki stef.mien...@gmail.com wrote:  hello, I'm

[web2py] Re: My editor ...

2010-08-19 Thread Pai
+1 On Aug 19, 3:12 pm, Stef Mientki stef.mien...@gmail.com 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

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

2010-06-21 Thread Pai
), \ groupby=db.Members.id) Pai On Jun 21, 12:01 am, Joseph S. Greenawalt jsgreenaw...@gmail.com 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, with dates

[web2py] Re: Custom Form

2010-06-18 Thread Pai
That was easy.. thanks! Pai On Jun 18, 2:42 am, mdipierro mdipie...@cs.depaul.edu 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 pai.siwamut...@gmail.com wrote: Is it possible to do

[web2py] Re: Custom Form

2010-06-17 Thread Pai
bump.. anyone?? On Jun 16, 11:48 pm, Pai pai.siwamut...@gmail.com 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') db.children.insert('Jerry', '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 jean...@gmail.com wrote: Hello, I would like to get the auth tables models to implement them in my app cause web2py

[web2py] Re: WebFactional restart web2py

2010-06-14 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 resultsinsoftw...@gmail.com wrote: On Jun 14, 12:42 am, Pai pai.siwamut...@gmail.com wrote: Hi, total noob

[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 annet.verm...@gmail.com 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

[web2py] question about webfactional

2010-05-07 Thread Pai
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] 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 mdipie...@cs.depaul.edu wrote: probably a file permission issue. On May 7, 11:09 pm, Pai pai.siwamut

[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 jorge.var...@gmail.com wrote: On Thu, Mar 12, 2009 at 12:20 AM, Yarko Tymciurak yark...@gmail.com wrote: We are working out details of what we'd like to propose to cover in the

[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 mdipie...@cs.depaul.edu 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, Pai dekch

[web2py:18134] Re: db backend

2009-03-16 Thread Pai
, 10:54 pm, Pai dekch...@gmail.com wrote: is it possible to add support to it?  I'm doing a project which I really want to used web2py but one of the requirement from the user is that it has to be ms access on the backend.  they need this so that they can easily manipulated the data can

[web2py:18072] Re: db backend

2009-03-15 Thread Pai
. Massimo On Mar 14, 4:12 pm, Pai dekch...@gmail.com 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 email to web2py

[web2py:18111] Re: db backend

2009-03-15 Thread Pai
15, 12:46 pm, Yarko Tymciurak yark...@gmail.com wrote: On Sun, Mar 15, 2009 at 11:14 AM, Pai dekch...@gmail.com 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 mdipie...@cs.depaul.edu wrote: We do not claim we support MS

[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 to

[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 mdipie...@cs.depaul.edu wrote: We have a booth at PyCon 2009. If you can me it

[web2py:16239] Re: CSV IO

2009-02-12 Thread Pai
Does this include validation while importing?? On Feb 11, 10:59 pm, mdipierro mdipie...@cs.depaul.edu 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

[web2py:10314] Re: database connection password

2008-10-16 Thread Pai
. On Oct 15, 2:05 pm, mdipierro [EMAIL PROTECTED] wrote: No that I know of. On Oct 15, 11:42 am, Pai [EMAIL PROTECTED] wrote: Is there a way to hide password in the connection-string? --~--~-~--~~~---~--~~ You received this message because you

[web2py:10321] Re: database connection password

2008-10-16 Thread Pai
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 Thu, Oct 16, 2008 at 4:16 PM, mdipierro [EMAIL PROTECTED] wrote: This is a false

[web2py:10324] Re: database connection password

2008-10-16 Thread Pai
, 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. On Oct 16, 11:20 am, Phyo Arkar [EMAIL PROTECTED] wrote: Yes , I couldn't agree more with you massimo

[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