[web2py:36409] Re: sign in form , email field validation problem

2009-12-02 Thread hamdy.a.farag
Thanks for this But I've a comment for my application , the authentication uses email address and password and I make a label besides the text field where users enters his email address . The label just says "Enter your Email address" so I simply want user to know I want him to enter an email add

[web2py:36408] Re: web2py users growth

2009-12-02 Thread Yarko Tymciurak
On Dec 3, 12:53 am, Thadeus Burgess wrote: > +1 to more comments in code :) > > Didn't some smart programmer guy write that at least 50%, if not more, of > lines of code should be comments describing what the code does and WHY it > does it ? Yeah - well, Python can be DENSE CODE, so all the more

Re: [web2py:36407] Hosting a web2py application on apache server

2009-12-02 Thread Thadeus Burgess
http://www.web2pyslices.com/main/slices/take_slice/14 Note the three links to scripts that will set web2py up automatically in the Links to other Setups section. -Thadeus On Thu, Dec 3, 2009 at 12:58 AM, harshit agrawal < harsh.agrawal2...@gmail.com> wrote: > I want to host my web2py applica

Re: [web2py:36406] Re: Wordpress to Python :)

2009-12-02 Thread Thadeus Burgess
This should work. There is now a migration function that is based upon a schema. The schema is flexible for most basic migrations (such as mengu's blog). However for more advanced migrations (such as my blog) you can still perform a custom migration by just using the data dictionary. Included at t

[web2py:36405] Hosting a web2py application on apache server

2009-12-02 Thread harshit agrawal
I want to host my web2py application on an apache server . Can anyone suggest me as to how to go about it ? -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this gr

Re: [web2py:36404] Re: web2py users growth

2009-12-02 Thread Thadeus Burgess
+1 to more comments in code :) Didn't some smart programmer guy write that at least 50%, if not more, of lines of code should be comments describing what the code does and WHY it does it ? -Thadeus On Thu, Dec 3, 2009 at 12:46 AM, mdipierro wrote: > Good occasion to thank all those who have

[web2py:36403] Re: web2py users growth

2009-12-02 Thread mdipierro
Good occasion to thank all those who have provided significant help with docstrings. On Dec 3, 12:16 am, Yarko Tymciurak wrote: > On Dec 2, 11:42 pm, mdipierro wrote: > > > On Dec 2, 11:11 pm, Yarko Tymciurak > > wrote: > > > > On Dec 2, 11:00 pm, mdipierro wrote: > > .. > > Massimo - I sn

[web2py:36402] Re: web2py users growth

2009-12-02 Thread Yarko Tymciurak
On Dec 2, 11:42 pm, mdipierro wrote: > On Dec 2, 11:11 pm, Yarko Tymciurak > wrote: > > > On Dec 2, 11:00 pm, mdipierro wrote: > .. Massimo - I snipped your mail, as it was getting so long . hmmm > Yarko, please try write shorter emails. I find myself spending a > considerable am

[web2py:36401] Re: sign in form , email field validation problem

2009-12-02 Thread mdipierro
In trunk, login not uses auth.messages.is_empty so you can use internationalizaiton and/or change the error message. On Dec 2, 1:07 am, "hamdy.a.farag" wrote: > Hi > > I got a problem using the sign in form > > I got the email field and password field > > Now email field is not validated as

[web2py:36400] Re: r1407 breaks app: sqlhtml_validators

2009-12-02 Thread mdipierro
Thanks Fran. Fixed in trunk now. Note to other users reading/writing other threads. This is one more example of a bug in trunk version dues to a new feature that people are testing this is not a problem with web2py stable. This is the case for the majority of bug reports here. massimo On Dec 2,

[web2py:36399] Re: Suggested change to appadmin on queries

2009-12-02 Thread mdipierro
In trunk in a minute. Thanks On Dec 2, 11:13 pm, Thadeus Burgess wrote: > It gets annoying to just recieve the "Invalid Query" response.flash and not > know why the query was invalid. Was it improperly formatted data, was it > actually a bad query (missing a parenthesis)... > > I suggest trappin

[web2py:36398] Re: web2py users growth

2009-12-02 Thread mdipierro
I do not think we advertise since we do not sell anything. I think we inform and it is important to do it. All projects do that. The problem with reddit are two: 1) I did almost all of the posting. I wish other users had taken more initiative. 2) There a few very vocal people on reddit who have in

[web2py:36397] Re: web2py users growth

2009-12-02 Thread Yarko Tymciurak
On Dec 2, 11:31 pm, weheh wrote: > In my experience, if you build it they won't come. If you market it, > they will. Note: marketing != advertising. I agree with you AND with Thadeus: that is, market what you did, and how the tool helped; just marketing the tool (selling the "talk" without the

[web2py:36396] Re: web2py users growth

2009-12-02 Thread mdipierro
On Dec 2, 11:11 pm, Yarko Tymciurak wrote: > On Dec 2, 11:00 pm, mdipierro wrote: > > > Yarko I disagree. Most of our bug reports about new features being > > tested by users. We use this mailing list not just to provide help > > about stable version but also to debug trunk version and discuss

[web2py:36395] r1407 breaks app: sqlhtml_validators

2009-12-02 Thread Fran
Take current welcome app & add this to the bottom of models/db.py: # Reusable author fields authorstamp = db.Table(None, 'authorstamp', Field('created_by', db.auth_user, readable=False, # Enable when needed, not by default writable=Fa

[web2py:36394] Re: web2py users growth

2009-12-02 Thread weheh
In my experience, if you build it they won't come. If you market it, they will. Note: marketing != advertising. The technical community doesn't like blatant advertising. The best way to market it is to write useful apps, blog about it, answer questions honestly in forae, publish lots of documentati

Re: [web2py:36393] Re: web2py users growth

2009-12-02 Thread Thadeus Burgess
"Write about web2py, advertise it!" is what got web2py on spam lists on reddit, and various other sites, is why the majority of django peoples are hostile towards web2py. (note, i said majority not all). Keep by the saying "If you build it, they will come" -Thadeus On Wed, Dec 2, 2009 at 11

[web2py:36392] Suggested change to appadmin on queries

2009-12-02 Thread Thadeus Burgess
It gets annoying to just recieve the "Invalid Query" response.flash and not know why the query was invalid. Was it improperly formatted data, was it actually a bad query (missing a parenthesis)... I suggest trapping these exceptions appropriately, giving an error message that actually is useful. I

[web2py:36391] Re: web2py users growth

2009-12-02 Thread Yarko Tymciurak
On Dec 2, 11:00 pm, mdipierro wrote: > Yarko I disagree. Most of our bug reports about new features being > tested by users. We use this mailing list not just to provide help > about stable version but also to debug trunk version and discuss new > features. We also have attracted a lot of non-pyt

[web2py:36390] Re: about distribution

2009-12-02 Thread mdipierro
I agree. We can make it a link of the side-bar that is alway there to remind us that we have an option to upgrade apps if we have not done so. It would be non-intrusive. The actual popup to point us to the link would appear only once. On Dec 2, 10:46 pm, Yarko Tymciurak wrote: > On Dec 2, 10:41 

[web2py:36389] Re: web2py users growth

2009-12-02 Thread mdipierro
Yarko I disagree. Most of our bug reports about new features being tested by users. We use this mailing list not just to provide help about stable version but also to debug trunk version and discuss new features. We also have attracted a lot of non-python programmers who, of course, have questions.

[web2py:36388] Re: about distribution

2009-12-02 Thread Yarko Tymciurak
On Dec 2, 10:41 pm, mdipierro wrote: > I agree that the scaffolding app should stay as a *.w2p. I also agree > that a name like scaffolding.w2p would be more appropriate (not > template.w2p since we call template something else). > > Nevertheless we cannot name and location of files that are docum

[web2py:36387] Re: web2py users growth

2009-12-02 Thread mdipierro
No it is not. we should. We can also find the money to do it. we need concrete ideas to choose from. On Dec 2, 9:31 pm, cesmiga wrote: > All: > > Is Web2Py being marketed to a broader audience.  Do we have media > coverage in trade and developer magazines.  Are other people writing > books for We

[web2py:36386] Re: Recaptcha not working in Login

2009-12-02 Thread mdipierro
Does it work if you do it this way? def login(): from gluon.tools import Recaptcha auth.settings.catpcha = Recaptcha(request,public_key,private_key) form = auth.login() form[0][-1][1].append(INPUT(_type='button', _value='Cancel',_onclick="window.location='%s';"\ % U

[web2py:36385] Re: web2py users growth

2009-12-02 Thread Yarko Tymciurak
On Dec 2, 10:10 pm, Richard wrote: > monthly post numbers are available > here:http://groups.google.com/group/web2py/about To get just HOW MUCH this is irrelevant, take a look at http://groups.google.com/group/codereview-discuss/about This is the reitveld code review tool written by Guido in Py

[web2py:36384] Re: about distribution

2009-12-02 Thread mdipierro
I agree that the scaffolding app should stay as a *.w2p. I also agree that a name like scaffolding.w2p would be more appropriate (not template.w2p since we call template something else). Nevertheless we cannot name and location of files that are documented in the book. What if we create a mechani

[web2py:36383] Re: web2py users growth

2009-12-02 Thread Richard
monthly post numbers are available here: http://groups.google.com/group/web2py/about On Dec 3, 1:21 pm, mdipierro wrote: > I agree but that is difficult to measure. > > On Dec 2, 7:59 pm, waTR wrote: > > > I think a more valid statistic is # of postings/ month. I would argue > > an inactive us

[web2py:36382] Re: web2py users growth

2009-12-02 Thread Yarko Tymciurak
On Dec 2, 9:31 pm, cesmiga wrote: > All: > > Is Web2Py being marketed to a broader audience.  Do we have media > coverage in trade and developer magazines.  Are other people writing > books for Web2Py. Through significant projects with significant traffic or impact. The tool isn't the "news" rat

[web2py:36381] Recaptcha not working in Login

2009-12-02 Thread ed
Hi, I implemented Recaptcha in my Registration app and works very well. But when I implemented the same in Login it does not check the "two words" which Recaptch requires. The following is the code: -- -- Models -- db.py auth.define_tables() auth.settings.login='

[web2py:36380] Re: web2py users growth

2009-12-02 Thread cesmiga
All: Is Web2Py being marketed to a broader audience. Do we have media coverage in trade and developer magazines. Are other people writing books for Web2Py. This project is the best I know of and I know others would feel the same if they were informed. How will Web2Py be pushed to a broader aud

[web2py:36379] Re: about distribution

2009-12-02 Thread Yarko Tymciurak
On Dec 2, 9:05 pm, Thadeus Burgess wrote: > I use welcome.w2p when I am testing a new feature or bug, or attempting to > make a simple example/case study on a subject. I agree - having something as fundamental as the base app template in one "capsule" (e.g. welcome.w2p) is important. There migh

[web2py:36378] Re: about distribution

2009-12-02 Thread Yarko Tymciurak
On Dec 2, 8:21 pm, mdipierro wrote: > On Dec 2, 8:19 pm, Richard wrote: > > > I would be fine with (2) > > > Do people use examples.w2p? > > I do not know. > As examples, as the main website this is a useful, non-trivial site example which should be included as part of the distro, even if few p

Re: [web2py:36377] Re: about distribution

2009-12-02 Thread Thadeus Burgess
I use welcome.w2p when I am testing a new feature or bug, or attempting to make a simple example/case study on a subject. -Thadeus On Wed, Dec 2, 2009 at 8:21 PM, mdipierro wrote: > > > On Dec 2, 8:19 pm, Richard wrote: > > I would be fine with (2) > > > > Do people use examples.w2p? > > I

[web2py:36376] Re: about distribution

2009-12-02 Thread mdipierro
On Dec 2, 8:19 pm, Richard wrote: > I would be fine with (2) > > Do people use examples.w2p? I do not know. > When I need to find something out I search the book and this forum. > > On Dec 3, 11:04 am, mdipierro wrote: > > > For the future version of web2py > > > should we (1) continue to

[web2py:36375] Re: web2py users growth

2009-12-02 Thread mdipierro
I agree but that is difficult to measure. On Dec 2, 7:59 pm, waTR wrote: > I think a more valid statistic is # of postings/ month. I would argue > an inactive user is not necessarily a good thing. Not to throw water > on the great news or anything. It is still a positive indicator that > the user

[web2py:36374] Re: about distribution

2009-12-02 Thread Richard
I would be fine with (2) Do people use examples.w2p? When I need to find something out I search the book and this forum. On Dec 3, 11:04 am, mdipierro wrote: > For the future version of web2py > > should we (1) continue to distribute admin.w2p, welcome.wp2, > examples.w2p and unpack them on

[web2py:36373] Re: web2py users growth

2009-12-02 Thread waTR
I think a more valid statistic is # of postings/ month. I would argue an inactive user is not necessarily a good thing. Not to throw water on the great news or anything. It is still a positive indicator that the user numbers are growing. Go web2py!! On Dec 2, 3:58 pm, mdipierro wrote: > yes. >

[web2py:36372] Re: apache + web2py

2009-12-02 Thread mdipierro
why and not ? On Dec 2, 6:17 pm, haftish21 wrote: > Listen 8000 > > NameVirtualHost *:8000 > > >         DocumentRoot "C:/web2py/applications" >         ServerName   ( # my ip) > >         >                 Order allow,deny >                 Deny from all >         > >         >      

[web2py:36371] apache + web2py

2009-12-02 Thread haftish21
Listen 8000 NameVirtualHost *:8000 DocumentRoot "C:/web2py/applications" ServerName ( # my ip) Order allow,deny Deny from all Order deny,allow Allow from all

[web2py:36370] about distribution

2009-12-02 Thread mdipierro
For the future version of web2py should we (1) continue to distribute admin.w2p, welcome.wp2, examples.w2p and unpack them on startup (and require --upgrade=yes on upgrade) or (2) should we just distribute the applications folder with unpacked apps? The case (2) would simplify lots of stuff

[web2py:36369] Re: js functions from controller

2009-12-02 Thread mdipierro
2.6.1 has lots of bugs. On Dec 2, 5:51 pm, haftish21 wrote: > U got it!!! python 2.6.4 did it right, thanks...and I'll try to see > what will happen 2 my original question and let u know, thanks a lot! -- You received this message because you are subscribed to the Google Groups "web2py-users"

[web2py:36368] Re: web2py users growth

2009-12-02 Thread mdipierro
yes. On Dec 2, 4:28 pm, DenesL wrote: > y-axis: users, > x-axis: days(?) > > On Dec 2, 2:48 pm, mdipierro wrote: > > >https://www.web2py.com/examples/static/users.jpg > > -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group,

[web2py:36367] Re: js functions from controller

2009-12-02 Thread haftish21
U got it!!! python 2.6.4 did it right, thanks...and I'll try to see what will happen 2 my original question and let u know, thanks a lot! -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.

[web2py:36366] Re: Validator IS_IN_DB display string from joined tables

2009-12-02 Thread eric_hulsizer
Never mind. I see Massimo responded here on this topic more recently: http://groups.google.com/group/web2py/browse_thread/thread/fe12fd97e6a22c4/6f2b6bc03ebb572a -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email

[web2py:36365] Re: Validator IS_IN_DB display string from joined tables

2009-12-02 Thread eric_hulsizer
Hi. Was this ever resolved? This would be very useful for showing the label in one-to-many's with a parent FK ID. Thanks. -Eric -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsu

[web2py:36364] Re: web2py users growth

2009-12-02 Thread DenesL
y-axis: users, x-axis: days(?) On Dec 2, 2:48 pm, mdipierro wrote: > https://www.web2py.com/examples/static/users.jpg -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe

[web2py:36363] web2py users growth

2009-12-02 Thread mdipierro
https://www.web2py.com/examples/static/users.jpg -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. Fo

[web2py:36362] Re: upgrade app

2009-12-02 Thread mdipierro
Not so much of a joke. I think we should have a system that write the app for us. We need a database of models for various useful cases, a software that can pull them, instantiate and detect dependencies. The model could contain enough markup to automatically generate an interface. Plus all text in

[web2py:36361] Re: web2py as windows service

2009-12-02 Thread mdipierro
Do you have the Mark Hammond win32 extensions? You need them if you run from source. On Dec 2, 11:34 am, haftish21 wrote: > What is going wrong? > > C:\web2py>python web2py.py -W install > WARNING:root:no file locking > default applications appear to be installed already > web2py Enterprise Web F

[web2py:36360] web2py as windows service

2009-12-02 Thread haftish21
What is going wrong? C:\web2py>python web2py.py -W install WARNING:root:no file locking default applications appear to be installed already web2py Enterprise Web Framework Created by Massimo Di Pierro, Copyright 2007-2009 Version 1.64.4 (2009-06-24 00:40:36) Database drivers available: SQLite3, Po

Re: [web2py:36359] Re: upgrade app

2009-12-02 Thread Thadeus Burgess
O.O early here too -Thadeus On Wed, Dec 2, 2009 at 10:22 AM, Jonathan Lundell wrote: > On Dec 2, 2009, at 8:10 AM, Thadeus Burgess wrote: > > I don't understand what you mean. Define heavy lifting. > > our existing create_app does what I mean. > > > Write my app for me. > > A weak joke, but

Re: [web2py:36358] Re: upgrade app

2009-12-02 Thread Jonathan Lundell
On Dec 2, 2009, at 8:10 AM, Thadeus Burgess wrote: > I don't understand what you mean. Define heavy lifting. > > our existing create_app does what I mean. Write my app for me. A weak joke, but it's early yet here. > > -Thadeus > > > > > On Wed, Dec 2, 2009 at 10:07 AM, Jonathan Lundell

[web2py:36357] Re: upgrade app

2009-12-02 Thread mdipierro
I am not sure I understand. Notice that web2py.py -S myapp will create myapp if does not exist, after asking confirmation and before entering in the shell. On Dec 2, 10:07 am, Jonathan Lundell wrote: > On Dec 2, 2009, at 8:02 AM, Thadeus Burgess wrote: > > > Don't we have create_app from t

Re: [web2py:36356] Re: upgrade app

2009-12-02 Thread Thadeus Burgess
I don't understand what you mean. Define heavy lifting. our existing create_app does what I mean. -Thadeus On Wed, Dec 2, 2009 at 10:07 AM, Jonathan Lundell wrote: > On Dec 2, 2009, at 8:02 AM, Thadeus Burgess wrote: > > Don't we have create_app from the admin / site screen? > > > Nah; i

Re: [web2py:36355] Re: web2py mod_wsgi apache problem

2009-12-02 Thread Thadeus Burgess
Yes I disabled selinux, it was a mixture of Plesk and the CentOS version of apache all conflicting with each other. -Thadeus > On Wed, Dec 2, 2009 at 8:54 AM, Thadeus Burgess > wrote: > > I could never get apache/mod_wsgi to install on centos5, so I switch to > > ubuntu. > > > > -Thadeus > >

Re: [web2py:36354] Re: upgrade app

2009-12-02 Thread Jonathan Lundell
On Dec 2, 2009, at 8:02 AM, Thadeus Burgess wrote: > Don't we have create_app from the admin / site screen? Nah; it just clones and renames welcome. I'm asking for the heavy lifting. http://en.wikipedia.org/wiki/DWIM > > -Thadeus > > > > > On Wed, Dec 2, 2009 at 9:34 AM, Jonathan Lunde

Re: [web2py:36353] Re: web2py mod_wsgi apache problem

2009-12-02 Thread Wes James
Did you try disabling selinux in centos, installing then reenabling selinux when done? selinux can cause problems. http://sysdigg.blogspot.com/2008/01/how-to-disable-selinux-in-centos-5.html -wes On Wed, Dec 2, 2009 at 8:54 AM, Thadeus Burgess wrote: > I could never get apache/mod_wsgi to inst

Re: [web2py:36352] Re: upgrade app

2009-12-02 Thread Thadeus Burgess
Don't we have create_app from the admin / site screen? -Thadeus On Wed, Dec 2, 2009 at 9:34 AM, Jonathan Lundell wrote: > dwim -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.co

Re: [web2py:36351] Re: web2py mod_wsgi apache problem

2009-12-02 Thread Thadeus Burgess
I could never get apache/mod_wsgi to install on centos5, so I switch to ubuntu. -Thadeus On Wed, Dec 2, 2009 at 3:54 AM, Mengu wrote: > I was using Pardus 2009 when I met web2py and I had some problems with > running it on 2009 so I switched to Ubuntu 9.04. > > However I noticed something: >

Re: [web2py:36350] Re: Off-Topic: Question about blog archive links

2009-12-02 Thread Thadeus Burgess
So posts should only be allowed to live in one category at any given time? However, for example, a post that is about artificial intelligence that uses py-game as a test-bed, however it is not a game per-say, but more of case study for a genetic algorithm. This post would need to exist in both ca

[web2py:36349] Fwd: PyLinkedIn 0.02

2009-12-02 Thread Massimo Di Pierro
Begin forwarded message: > From: Max Lynch > Date: December 1, 2009 11:11:57 AM CST > To: "python-announce-l...@python.org" l...@python.org> > Subject: PyLinkedIn 0.02 > Reply-To: "python-l...@python.org" > > Hi, > I wrote a small library to interact with the newly opened LinkedIn > OAuth > A

[web2py:36348] Re: js functions from controller

2009-12-02 Thread mdipierro
I think it is a bug in the tarfile module of your Python version (which version is it?). Somehow it locks the life but does not unlock it. You are not using 2.6.1. Are you? On Dec 2, 9:14 am, haftish21 wrote: > the problem seems still there... -- You received this message because you are subscr

Re: [web2py:36347] Re: upgrade app

2009-12-02 Thread Jonathan Lundell
On Dec 2, 2009, at 6:28 AM, DenesL wrote: > So there is no such thing as upgrade myapp? > Where did I get this idea... What we really need is a create_myapp--save us all a whole lot of trouble. Part of the Python dwim module... -- You received this message because you are subscribed to the Goo

[web2py:36346] Re: upgrade app

2009-12-02 Thread mdipierro
There is not because people edit their layout.html, web2py_ajax.html and base.css. These things need to work together, you cannot replace one without affecting the others. On Dec 2, 8:28 am, DenesL wrote: > So there is no such thing as upgrade myapp? > Where did I get this idea... -- You receiv

[web2py:36345] Re: Propper way to update records on GAE

2009-12-02 Thread mdipierro
You can do a lock at the single entity (in practice the record) level. On Dec 2, 7:26 am, yamandu wrote: > Thanks again Massimo, > > I think in my case it wont be such a big problem not to be transaction > safe. > But could be there any way I don´t see yet to do a lock. Right? > > On 2 dez, 00:40

[web2py:36344] Re: crossdomain.xml problem

2009-12-02 Thread mdipierro
I will double check. Which version of web2py do you have? Meanwhile try: routes_in = (('/crossdomain.xml', '/myapp/static/crossdomain.xml'),) On Nov 30, 1:39 am, elffikk wrote: > Hi, > > I created routes in the root folder of web2py and it look like that > > routes_in = (('.*:/crossdomain.xml',

[web2py:36343] Re: js functions from controller

2009-12-02 Thread haftish21
the problem seems still there... -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options,

[web2py:36342] Re: upgrade app

2009-12-02 Thread DenesL
So there is no such thing as upgrade myapp? Where did I get this idea... -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsu

[web2py:36341] Re: [SOLVED] Propper way to update records on GAE

2009-12-02 Thread yamandu
Thanks again Massimo, I think in my case it wont be such a big problem not to be transaction safe. But could be there any way I don´t see yet to do a lock. Right? On 2 dez, 00:40, mdipierro wrote: > You have to loop: > > for row in db(db.table.id>0).select(): >     row.update_record(x=row.x+1) >

[web2py:36340] Re: web2py and Linux

2009-12-02 Thread Yarko Tymciurak
On Dec 1, 12:17 pm, Kuba Kucharski wrote: > http://www.web2pyslices.com/main/slices/take_slice/29 This slice refers to an older version of this shell script; that file has been renamed, and updated. I've added a comment to that slice with the path to the correct file. Secondly: This script doe

[web2py:36339] Re: web2py mod_wsgi apache problem

2009-12-02 Thread Mengu
I was using Pardus 2009 when I met web2py and I had some problems with running it on 2009 so I switched to Ubuntu 9.04. However I noticed something: AliasMatch ^/([^/]+)/static/(.*) \ /home/www-data/web2py/applications/$1/static/$2 Should not it be /home/oguz/www-data/web2py/applicati

[web2py:36338] Re: crossdomain.xml problem

2009-12-02 Thread elffikk
No one had this problem? -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit th

Re: [web2py:36337] Re: web2py mod_wsgi apache problem

2009-12-02 Thread Oguz Yarimtepe
On Tue, 1 Dec 2009 20:16:05 -0800 (PST) Mengu wrote: > Oguz, are you using Pardus? Yes i am. Pardus 2008.2. Did you deploy mod_wsgi, web2py and apache on it? -- Oguz Yarimtepe -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this

[web2py:36336] Re: SVN 1472: sql.py error

2009-12-02 Thread rfx_labs
On 2 Dez., 07:04, mdipierro wrote: > fixed in trunk. Can you please check again? Everything works well again. THX Martin -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsub