[web2py:29774] autocomplete

2009-09-01 Thread suiato
would it be difficult to incorporate autocomplete feature on the web2py editor, something like we see on Eclipse? it'd be awfully nice to have for a person like me who have difficulty in remembering those terms and forms... so far, i've found the web2py editor uses nicEdit, which is written in

[web2py:29775] Re: autocomplete

2009-09-01 Thread Alexandre Andrade
Well, I think the web2py editor is good for a quick bug repair, but I for more intense work, I changed to a IDE. I'm using Aptana and I am happy. For me, the more enoying thing in web2py editor is the tremulous behaviour with a medium to large code. 2009/9/1 suiato homm...@gmail.com would it

[web2py:29776] Re: autocomplete

2009-09-01 Thread suiato
Thanks Alexandre for quick response (in seconds :-O) On 9月1日, 午後3:25, Alexandre Andrade alexandrema...@gmail.com wrote: Well, I think the web2py editor is good for a quick bug repair, but I for more intense work, I changed to a IDE. I'm using Aptana and I am happy. ya, i should think of

[web2py:29777] Anyone have errors running 10.6 Mac OS X and web2py?

2009-09-01 Thread cpt1002
Hello, So I upgraded Mac OS X to 10.6 and I get some errors when I try to run web2py. I don't really get it but it still works mostly...anyone see this before? default applications appear to be installed already web2py Enterprise Web Framework Created by Massimo Di Pierro, Copyright 2007-2009

[web2py:29778] little bug on web2py editor

2009-09-01 Thread suiato
found that commenting out a function as def show(): ... works, but the web2py editor still lists the function. -- Teru --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group,

[web2py:29779] Re: Anyone have errors running 10.6 Mac OS X and web2py?

2009-09-01 Thread Graham Dumpleton
On Sep 1, 6:13 pm, cpt1002 cpt1...@gmail.com wrote: Hello, So I upgraded Mac OS X to 10.6 and I get some errors when I try to run web2py. I don't really get it but it still works mostly...anyone see this before? default applications appear to be installed already web2py Enterprise Web

[web2py:29780] On GAE again

2009-09-01 Thread Benigno
Hello, I am considering making a web app using GAE. In my previous tries on simplified models using web2py I have misserably failed, and got timeouts again and again from google. So I have started reading again as many sources as I could about the datastore, scalability and what works or

[web2py:29781] creating and importing from CSV

2009-09-01 Thread Timmie
Hello, I have tried recently to create import data from a CSV file. I had to abort because web2py gave the message: unabel to parse file (this coule be a bit more verbose...) Here are my steps: 1) the table I would like to import:

[web2py:29782] Re: Bug in alternate authentication

2009-09-01 Thread Don Lee
I know it seems strange but LDAP authentication works best if you follow the books recommendation. I spent some time trying to understand the code. I used wingIDE to try to understand what was going on (I am new to python). I tried only LDAP, inserting LDAP before the reference to auth, and

[web2py:29783] Re: Comma creates an invalid request?

2009-09-01 Thread max
I am interested in knowing how can i do this for % routes_in=(('(?Pp.*?),(?Pq.*)':'\gp?other=\gq'),) What does p ,q and other define in the routes_in file? On 1 Sep., 03:49, mdipierro mdipie...@cs.depaul.edu wrote: In my mind I think of a URL as a filename,so I think of request.args as

[web2py:29784] Re: Bug in alternate authentication

2009-09-01 Thread Ahmed Soliman
The *Correct* method of having a selected group of users authorized to access your system is to use LDAP groups and that's something I intend to add to web2py as currently LDAP support is really basic. In my case, I want to authenticate only against LDAP and no registration is required. On Sep

[web2py:29785] Re: autocomplete

2009-09-01 Thread Ahmed Soliman
Yes, I like that very much For me, I use Eclipse + PyDev Extensions which is not that nice with web2py because it cannot recognize global objects that you use from model of course and the automatic imports keeps importing stuff that you don't really need, plus highlighting most of the code as

[web2py:29786] Re: How to insert seperate field in SQLFORM?

2009-09-01 Thread mdipierro
It all depends. Are these a fix set of tags? Can the user create tags? How do you plan to store this, as many2many? Do you need to host on GAE? Perhaps this can be useful http://www.vimeo.com/2720410 On Aug 31, 10:27 pm, Bottiger bottig...@gmail.com wrote: I have a database schema where users

[web2py:29787] Re: web2py complaints rebuttals

2009-09-01 Thread mdipierro
I agree. I do not know how this discussion on reloading of modules started. I never use. It is not in the book. One never needs it. I find it easy enough to restart web2py when I edit modules. Massimo On Aug 31, 11:17 pm, Graham Dumpleton graham.dumple...@gmail.com wrote: On Aug 31, 10:48 pm,

[web2py:29788] Re: Help Needed with Mail

2009-09-01 Thread mdipierro
You can send MIME emails with this. It is just a matter of buindig the proper message. Somebody posted an example on this list but I cannot find it now. We have been having problems with searching this list. Perhaps somebody else can help more. Massimo On Sep 1, 12:46 am, Aditya Desai

[web2py:29789] Re: Why web2py is a bad, bad thing.

2009-09-01 Thread weheh
Graham, hey, I just use the darn thing. Sometimes (often) when I us it, I'm moved to words. So I speak. I like to be heard, so I speak here. When I'm moved to action, I do. Nobody asks me to do anything. That's because I'm nothing. - w On Sep 1, 1:53 am, Graham Dumpleton

[web2py:29790] Re: Why web2py is a bad, bad thing.

2009-09-01 Thread weheh
Graham, hey, I just use the darn thing. Sometimes (often) when I use it, I'm moved to words. So I speak. I like to be heard, so I speak here. When I'm moved to action, I do. Nobody asks me to do anything. That's because I'm nothing. Don't waste your time paying attention to me. - w On Sep 1,

[web2py:29791] Re: Why web2py is a bad, bad thing.

2009-09-01 Thread mdipierro
Hi Graham, On some issues I agree and on others I disagree. The fact, particularly in the early days, I was the only advocate of web2py. That was bad. Also the way I did it was bad. It was because of ignorance about the ways of the open source community. One some points I disagree. You say if

[web2py:29792] Re: little bug on web2py editor

2009-09-01 Thread mdipierro
which controller? On Sep 1, 3:44 am, suiato homm...@gmail.com wrote: found that commenting out a function as def show():     ... works, but the web2py editor still lists the function. -- Teru --~--~-~--~~~---~--~~ You received this message because you

[web2py:29793] Re: On GAE again

2009-09-01 Thread mdipierro
You would be missing the SQLFORM functionality. You can recover it uwing SQLFORM.factory. That means you have to explicitly declare your forms, accept them and use the google APIs for select/insert/update. Not that big of a deal but your app would not work without GAE. Massimo On Sep 1, 4:44 

[web2py:29794] Re: estore status

2009-09-01 Thread Philip Kilner
Hi Richard, Richard wrote: I'm in Australia and am involved with the manufacturing industry, but that's an obscure case study. How about a book store? Good example - not so heavy on the options, but I'm confident I know what the basic requirements are there. I suggest that we have a bit

[web2py:29795] google group search does not work well, use this instead

2009-09-01 Thread mdipierro
Google group search (for this group) does not seem to find old messages properly. Use this instead: http://thread.gmane.org/gmane.comp.python.web2py/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users

[web2py:29796] Re: Bug in alternate authentication

2009-09-01 Thread Don
What happens in the case that you have no administrative access to the LDAP server, and asking an admin to create such a group for you is really not an option. LDAP only is the correct solution for you but may not be the case for everyone. A flexible option is always best. One that allows you

[web2py:29798] Re: Why web2py is a bad, bad thing.

2009-09-01 Thread Iceberg
On Sep1, 1:53pm, Graham Dumpleton graham.dumple...@gmail.com wrote: On Sep 1, 2:33 pm, Iceberg iceb...@21cn.com wrote: Weheh, I have to say, you are a bad, bad guy. Because when I saw the title of your post, I was ready for a fight and rushed to see your post. But after reading, I lost

[web2py:29797] Re: Why web2py is a bad, bad thing.

2009-09-01 Thread DenesL
@weheh: LOL, good post! On Sep 1, 1:53 am, Graham Dumpleton graham.dumple...@gmail.com wrote: On Sep 1, 2:33 pm, Iceberg iceb...@21cn.com wrote: Weheh, I have to say, you are a bad, bad guy. Because when I saw the title of your post, I was ready for a fight and rushed to see your post.

[web2py:29799] Re: Comma creates an invalid request?

2009-09-01 Thread mdipierro
these are regular expressions, p and q are just variables. On Sep 1, 5:43 am, max dulip.withan...@gmail.com wrote: I am interested in knowing how can i do this for % routes_in=(('(?Pp.*?),(?Pq.*)':'\gp?other=\gq'),) What does p ,q and other define in the routes_in file? On 1 Sep., 03:49,

[web2py:29801] Re: ProgrammingError: Cannot operate on a closed database.

2009-09-01 Thread MikeEllis
Hi Massimo, Same outcome with 1.66.2. I'm testing with web2py unzipped from source and my init app cp'ed from my version controlled 1.64 into the 1.66.2 applications directory. Seems to run correctly except when I come to the part that tries to insert a record into a table. Thanks, Mike On Aug

[web2py:29802] Error 401 on GAE

2009-09-01 Thread yamandu
Web2py people, I am developing an app with web2py on GAE that uses oauth to authenticate on Twitter. The app is giving an Error 401: Unauthorized to my callback function. Can it be related to method GET or POST? --~--~-~--~~~---~--~~ You received this message

[web2py:29800] Re: Why web2py is a bad, bad thing.

2009-09-01 Thread Phil
web2py looks interesting but I'm surprised to see discussions about a technology that are more like the conversations I hear regarding team sport - my team is better etc. I suppose open source technology is a team event, eh? Thanks to all who contribute information and examples, they help me a

[web2py:29803] Re: little bug on web2py editor

2009-09-01 Thread suiato
On 9月1日, 午後9:55, mdipierro mdipie...@cs.depaul.edu wrote: which controller? in any controllers, i think... On Sep 1, 3:44 am, suiato homm...@gmail.com wrote: found that commenting out a function as def show():     ... works, but the web2py editor still lists the function. i

[web2py:29804] Re: ProgrammingError: Cannot operate on a closed database.

2009-09-01 Thread MikeEllis
I've got it working now. The external module contains generators and the db access that raised the ProgrammingError was within one of the generators. The db reference is passed in a global environment dictionary (using cache.ram and the ThreadSafe class recommended in another topic in this

[web2py:29805] accessing a database I cannot define or control

2009-09-01 Thread Don
I need to access a database that was not created by me. I have read- only access so, when I define the layout, web2py cannot create an id field. is there some way for me to access this database, perhaps somehow alias their primary key to id? --~--~-~--~~~---~--~~

[web2py:29806] Re: On GAE again

2009-09-01 Thread Benigno
Thank you Massimo, So other than the pain of not having SQLFORMS readily available, all the rest would work without any trouble?. I haven't used the factory yet. Need to read about it in the book. thanks for your help again. Benigno. On Sep 1, 2:58 pm, mdipierro mdipie...@cs.depaul.edu wrote:

[web2py:29808] Re: ProgrammingError: LOB variable no longer valid after subsequent fetch

2009-09-01 Thread DJ
Massimo, I am using - Python 2.5.2 DB Driver: cx_Oracle-5.0.1-10g.win32-py2.5 Oracle 10G Platform: Windows 2003 Server -Sebastian On Aug 29, 4:22 am, mdipierro mdipie...@cs.depaul.edu wrote: Which python version? I vaguely remember this had been addressed and the problem has gone away.

[web2py:29807] Re: Why web2py is a bad, bad thing.

2009-09-01 Thread Alex Fanjul
Do you have any one o such astounded new websites made in web2py to check them out? :-D El 01/09/2009 4:00, weheh escribió: I've been using web2py for around 6 months now and I thought I'd share a bunch of reasons why I think web2py is a bad thing all around. I used to be an expert at all

[web2py:29812] Re: Anyone have errors running 10.6 Mac OS X and web2py?

2009-09-01 Thread Ted G
In the Google App Engine Launcher Preferences you can set the python path to 2.5. I had to do this as well after upgrading to Snow Leopard as PIL would not work Snow Leopard Python2.6 On Sep 1, 1:13 am, cpt1002 cpt1...@gmail.com wrote: Hello, So I upgraded Mac OS X to 10.6 and I get some

[web2py:29809] Re: Why web2py is a bad, bad thing.

2009-09-01 Thread stefaan
Discussions like this always end up in long irrelevant threads, but here we go anyway :) Instead build your profile through blogging about how to use web2py, but also blog about other non web2py stuff which is useful to other people who don't use web2py. Why spend time on non-core issues?

[web2py:29810] Re: Why web2py is a bad, bad thing.

2009-09-01 Thread Jason Brower
It's waiting on content from the owners. But I got over 2000USD for this one... http://trimaxsafety.com.tw Regards, Jason On Tue, 2009-09-01 at 19:16 +0200, Alex Fanjul wrote: Do you have any one o such astounded new websites made in web2py to check them out? :-D El 01/09/2009 4:00, weheh

[web2py:29813] Re: accessing a database I cannot define or control

2009-09-01 Thread Yarko Tymciurak
I think at this time your best option is to create a view of the table in question in a database server, and remap the primary key in that way. On Tue, Sep 1, 2009 at 10:40 AM, Donsam...@gmail.com wrote: I need to access a database that was not created by me.  I have read- only access so,

[web2py:29814] Missing sorttable.js

2009-09-01 Thread Timbo
I just updated web2py from an (several months-) older version. My error-handling page broke but that's no big deal because I was using unpublished APIs. I also noticed that the admin interface references sorttable.js, but it does not include this file. I get 404 messages. Is this missing or

[web2py:29811] Re: How to insert seperate field in SQLFORM?

2009-09-01 Thread Bottiger
I am using the 3NF schema for tags that Wordpress uses. You can see the details under Toxi here: http://www.pui.ch/phred/archives/2005/04/tags-database-schemas.html Basically, there is a table for tags, and a table mapping tags to items. So I need to have a input box that can handle inserts to

[web2py:29815] Re: Why web2py is a bad, bad thing.

2009-09-01 Thread weheh
Honestly, folks, I was just having so much fun with web2py last night that I had to share. And it was late enough that my wicked side came out. If it caused some people some consternation, I guess that's what I designed it to do. ;^) As for sites I've done with web2py, only one is in production,

[web2py:29816] Re: Problem with using gluon code in a module

2009-09-01 Thread klarson
Never mind about the form issue, I forgot to pass in the request object! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to web2py@googlegroups.com To unsubscribe

[web2py:29817] Re: Questions webaction

2009-09-01 Thread Jose
On 31 ago, 18:13, Yarko Tymciurak yark...@gmail.com wrote: seehttp://forum.webfaction.com/viewtopic.php?pid=8473 Thanks Yarko, But what it shows is after the subscription and registration. The question I have is that I choose option during registration. Jose

[web2py:29818] Re: Bug in alternate authentication

2009-09-01 Thread Ahmed Soliman
Sure flexibility is needed but what I've spotted is a 'bug', it won't remove the flexibility, what I was suggesting about LDAP groups is the best practice for doing such things... Best Regards, On Sep 1, 4:49 pm, Don sam...@gmail.com wrote: What happens in the case that you have no

[web2py:29819] Re: Why web2py is a bad, bad thing.

2009-09-01 Thread Yarko Tymciurak
I think there are important points that some people are missing here: [1] - this forum is not just private sandbox of web2py users; instead it is a public web2py discussion that many others who do not participate follow. == message: as much as this feels like a nice community, it is not

[web2py:29820] Re: Questions webaction

2009-09-01 Thread Yarko Tymciurak
It doesn't matter - you can choose any default application (I think I chose Wordpress) - it doesn't matter because after registration, from webfaction admin console, you just set your default app to something else - in this case, not one of the default, preconfigured apps - but rather a mod_wsgi

[web2py:29821] Re: google group search does not work well, use this instead

2009-09-01 Thread murray3
Thanks, this is very helpful. chrism On Sep 1, 2:23 pm, mdipierro mdipie...@cs.depaul.edu wrote: Google group search (for this group) does not seem to find old messages properly. Use this instead: http://thread.gmane.org/gmane.comp.python.web2py/

[web2py:29822] Re: Questions webaction

2009-09-01 Thread Jose
On 1 sep, 18:36, Yarko Tymciurak yark...@gmail.com wrote: It doesn't matter - you can choose any default application (I think I chose Wordpress) - it doesn't matter because after registration, from webfaction admin console, you just set your default app to something else - in this case, not

[web2py:29823] how we collaborate with others

2009-09-01 Thread mdipierro
Even if web2py does not include third party libraries, our community collaborates with other open source projects projects in many ways. Examples: 1) web2py explicitly supports Pyjamas via jsonrpc. This is documented in the manual. We thank the developers of Pyjamas for their help. 2) web2py

[web2py:29825] Re: how we collaborate with others

2009-09-01 Thread mdipierro
Other ways we reached out to the Python community 7) I have been in contact with Wayne, author of JPolite to provide a web2py appliance that works with JPolite. He has been very helpful. We already have a version working (based on old JPolite) but I am definitively committed to a new and

[web2py:29827] Re: how we collaborate with others

2009-09-01 Thread mdipierro
More about ways we collaborate with others... 13) we have offered to provide a complete platform for registration, talk proposals, reviews and submissions for PyCon 2009. Credits to Yarko for doing most of the work. We developed this all for PyCon before any commitment that it would be used. In

[web2py:29828] Hiding Fields or Making them Unwritable?

2009-09-01 Thread Bottiger
I have a field called author which I want set to auth.user.id. Users should not be able to edit this field. If I have an SQLFORM, is it sufficient to simply omit this field in the fields argument? Or do I also need to specify writable = False for the field?

[web2py:29830] Re: ProgrammingError: Cannot operate on a closed database.

2009-09-01 Thread mdipierro
yes and no. By default db=DAL(...) does create a new connection at every request. You can change it with db=DAL(...,pool_size=100) and you have a connection pool (ignored by sqlite and gae) On Sep 1, 10:32 am, MikeEllis michael.f.el...@gmail.com wrote: I've got it working now.  The external

[web2py:29831] Re: ProgrammingError: LOB variable no longer valid after subsequent fetch

2009-09-01 Thread mdipierro
OK. I know the problem. The fact is web2py does not create CLOBs so it cannot handle them. Actually this problem arises also with BLOBs and we fixed it long ago. The same fix would apply to CLOBs too but there is no way for web2py to know that a field is a CLOB since we do not provide a way to

[web2py:29832] Re: Hiding Fields or Making them Unwritable?

2009-09-01 Thread mdipierro
You can use one or the other solution. The preferred solution is writable=False and no need to set the SQLFORM (...,fields=[]). On Sep 1, 7:27 pm, Bottiger bottig...@gmail.com wrote: I have a field called author which I want set to auth.user.id. Users should not be able to edit this field.

[web2py:29833] Re: Error 401 on GAE

2009-09-01 Thread mdipierro
Sorry. I do not understand it. Can you say more? post some code? On Sep 1, 9:26 am, yamandu yamandu.co...@gmail.com wrote: Web2py people, I am developing an app with web2py on GAE that uses oauth to authenticate on Twitter. The app is giving an Error 401: Unauthorized to my callback

[web2py:29829] Re: Missing sorttable.js

2009-09-01 Thread mdipierro
this is a bug. I am removing the reference to it. On Sep 1, 1:53 pm, Timbo tfarr...@swgen.com wrote: I just updated web2py from an (several months-) older version.  My error-handling page broke but that's no big deal because I was using unpublished APIs.  I also noticed that the admin

[web2py:29835] Re: accessing a database I cannot define or control

2009-09-01 Thread Don Lee
Thanks, I thought about that. But as I said I do not have administrative access to the server. I will talk to the database directly. I was just curious is someone had another way around this. it would be nice if I would map a primary key in web2py or have a primary key that was not an integer.

[web2py:29836] Re: Hiding Fields or Making them Unwritable?

2009-09-01 Thread Bottiger
Ok I just wanted to make sure someone can't just edit the form and send their own data for fields that aren't shown. On Sep 1, 5:43 pm, mdipierro mdipie...@cs.depaul.edu wrote: You can use one or the other solution. The preferred solution is writable=False and no need to set the SQLFORM

[web2py:29837] Re: accessing a database I cannot define or control

2009-09-01 Thread Yarko Tymciurak
Well, you can probably create a view on a db server you do have access to which referfences your read-only view. I agree that for this kind of (view / analysis) use, it would be more convenient to just be able to do this in DAL. On Tue, Sep 1, 2009 at 8:06 PM, Don Lee sam...@gmail.com wrote:

[web2py:29838] [OT] Balsamiq Markups Napkee

2009-09-01 Thread mikech
I thought that this might be of interest to those of you who are challenged design wise. Balsamiq mockups http://www.balsamiq.com/ is a cool wireframing package that allows you to sketch out your web pages. That in itself is cool, but then along comes Napkee http://www.napkee.com/index.php

[web2py:29839] Re: Bug in alternate authentication

2009-09-01 Thread Don Lee
Agreed. On Tue, Sep 1, 2009 at 5:34 PM, Ahmed Soliman ah...@farghal.com wrote: Sure flexibility is needed but what I've spotted is a 'bug', it won't remove the flexibility, what I was suggesting about LDAP groups is the best practice for doing such things... Best Regards, On Sep 1, 4:49

[web2py:29840] file upload

2009-09-01 Thread weheh
I'm trying to do a file upload via a FORM: form = FORM(TABLE(TR(TH('Input File'),TD(INPUT (_type='file',_name='filename',requires=IS_NOT_EMPTY()) ... culminating in a submit button. The form view looks OK, but when I submit the form, the file doesn't automatically get uploaded to the uploads

[web2py:29841] Re: file upload

2009-09-01 Thread mdipierro
You have to use SQLFORM.factory On Sep 1, 10:46 pm, weheh richard_gor...@verizon.net wrote: I'm trying to do a file upload via a FORM: form = FORM(TABLE(TR(TH('Input File'),TD(INPUT (_type='file',_name='filename',requires=IS_NOT_EMPTY()) ... culminating in a submit button. The form view

[web2py:29843] Re: file upload

2009-09-01 Thread weheh
How about moving the uploaded file around? Any recommendations for where it should or shouldn't be moved? On Sep 1, 11:57 pm, mdipierro mdipie...@cs.depaul.edu wrote: You have to use SQLFORM.factory On Sep 1, 10:46 pm, weheh richard_gor...@verizon.net wrote: I'm trying to do a file

[web2py:29844] Authentication using Facebook / Google / Myspace ...

2009-09-01 Thread weheh
Lately, I've been seeing websites that let users register using their existing registration information from Facebook or Google or ... other big website. Is this something that web2py can already do or is this a feature that should be added to web2py in the near future?

[web2py:29845] Re: Simple question -- where is name of upload file stored?

2009-09-01 Thread Richard
I am using a SQLFORM.factory and the file is being saved to uploads/, but that field is empty. Is this functionality still only in trunk? Richard On Aug 27, 6:04 pm, mdipierro mdipie...@cs.depaul.edu wrote: This should not be. Please check for spelling errors. On Aug 27, 2:32 am, Richard

[web2py:29846] Re: file upload

2009-09-01 Thread mdipierro
Uploaded files are stored in the uploads/ folder and if you want to be able to download them they should not be moved. On Sep 1, 11:54 pm, weheh richard_gor...@verizon.net wrote: How about moving the uploaded file around? Any recommendations for where it should or shouldn't be moved? On Sep

[web2py:29847] Re: Authentication using Facebook / Google / Myspace ...

2009-09-01 Thread mdipierro
We currently provide out of the box authentication using google (when running on GAE), gmail, twitter, ldap, basic auth. We also provide authentication via cas and openid via separate appliances: cas: http://www.web2py.com/appliances/default/show/22 openid:

[web2py:29848] Re: Simple question -- where is name of upload file stored?

2009-09-01 Thread mdipierro
If I remember correctly yes. On Sep 2, 12:26 am, Richard richar...@gmail.com wrote: I am using a SQLFORM.factory and the file is being saved to uploads/, but that field is empty. Is this functionality still only in trunk? Richard On Aug 27, 6:04 pm, mdipierro mdipie...@cs.depaul.edu

[web2py:29849] Re: Authentication using Facebook / Google / Myspace ...

2009-09-01 Thread Richard
I'm also looking forward to this functionality. Stackoverflow does it really well. There is an OpenID appliance: http://w2popenid.appspot.com/init/default/wiki/main And pyforum has plans for OpenID integration. On Sep 2, 2:56 pm, weheh richard_gor...@verizon.net wrote: Lately, I've been

[web2py:29851] Re: YAL - yet another logo

2009-09-01 Thread Richard
Having the snake connect with web and py is a great idea. But I prefer the 1st snake with cuter expression and bigger head in proportion to body. On Sep 2, 2:39 pm, Richard Gordon richard_gor...@verizon.net wrote: Dear web2py community: I recognize that this is very late to the web2py logo

[web2py:29850] Re: pyforum instead of google groups?

2009-09-01 Thread mdipierro
Although I do not think we should abandon google group we should setup and official web2py pyforum site. It is a very well done application and we should take advantage of it. Hans has made a server available and Alvaro is setting up Trac and other tools. Perhaps that's the place for pyforum.

[web2py:29852] Re: Authentication using Facebook / Google / Myspace ...

2009-09-01 Thread mr.freeze
The openID consumer appliance seems to have a problem. It generates a ticket when I try to login: http://w2popenid.appspot.com/oidconsumer On Sep 2, 12:41 am, Richard richar...@gmail.com wrote: I'm also looking forward to this functionality. Stackoverflow does it really well. There is an