[web2py:29853] Re: creating and importing from CSV

2009-09-02 Thread Tim Michelsen
My questions: * Do I need to fill something in the first column: wmostations.id? * Why does web2py not parse the file? * Is it possible to wrap text with some text, with comma? I found the thread: http://thread.gmane.org/gmane.comp.python.web2py/16808 Here is what helped in this

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

2009-09-02 Thread mr.freeze
It works for me with 1.66.2. Are you possibly trying to access form.vars before calling form.accepts? I don't think form.vars is populated until after calling it. 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

[web2py:29855] Feature proposal: easier table creation

2009-09-02 Thread Tim Michelsen
Hello, I would like to ask for a tool that helps to create tables. This could be implemented as follows: 1) In the admin there could be a spreadsheet app that feeds a table definition tool. * In such a spreadsheet the user would enter in the rows: field name, field

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

2009-09-02 Thread villas
Nice idea, but here's 2 cents... If web2py is pushing for acceptance within the enterprise, would it be a good idea for the IT manager to be making his board presentation with a cartoon snake? The snake might seem cute and friendly to an end-user consumer (providing they don't have a snake

[web2py:29858] Google Apps wep2py applications

2009-09-02 Thread emaynard
Hi All, Lurking here for a while trying to digest web2py. I was curious if anyone on the list has created any GAE projects (demos or real world) that are hosted and used by a Google Apps for Your Domain? Seems to me that is where an Enterprise framework could really catch Google's attention

[web2py:29857] Embedded Firebird

2009-09-02 Thread villas
Has anyone found a way of connecting to embedded firebird? I want to put a total web2py development environment including firebird on my USB stick. I have copied all the DLLs into the directory and web2py detects that 'interbase' is present on start-up. However, I just cannot seem to find a

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

2009-09-02 Thread desfrenes
I don't like. Idea is good, realisation is bad. On 2 sep, 13:46, weheh richard_gor...@verizon.net wrote: Ahhh ... the mythic board presentation to the hard-nosed businessmen. No women in the board, of course. And everyone has ophidiophobia, too. Well, think about cute animals in logos.

[web2py:29863] Re: Feature proposal: easier table creation

2009-09-02 Thread mdipierro
It would be nice. It would have to be web based. On Sep 2, 2:03 am, Tim Michelsen timmichel...@gmx-topmail.de wrote: Hello, I would like to ask for a tool that helps to create tables. This could be implemented as follows: 1) In the admin there could be a spreadsheet app that feeds  a table

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

2009-09-02 Thread weheh
Ahhh ... the mythic board presentation to the hard-nosed businessmen. No women in the board, of course. And everyone has ophidiophobia, too. Well, think about cute animals in logos. Think about Twitter's logo. Or about the famous pets.com handpuppet spokesanimal of the dot.com bubble. Think

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

2009-09-02 Thread Nik Go
Like Richard's opinion, I like snake #1's expression as well and would vote to have a new rendering of that snake posing similar to image #4 where it is intertwining with web and py. Web2Py is a developer's tool, hence a crazy logo is fine as long as it represents the ideas the

[web2py:29862] Re: Questions webaction

2009-09-02 Thread villas
I notice that there's a new thread to lobby for a web2py install script. I guess it would be helpful to anyone in the web2py community interested in this hosting, to get over there and give that thread a +1. http://forum.webfaction.com/viewtopic.php?id=3184 On Sep 2, 12:37 am, Jose

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

2009-09-02 Thread Timbo
+1 Let's stick with what we got. It's simple, elegant, modern and recognizable. On Sep 2, 6:54 am, desfrenes desfre...@gmail.com wrote: I don't like. Idea is good, realisation is bad. On 2 sep, 13:46, weheh richard_gor...@verizon.net wrote: Ahhh ... the mythic board presentation to the

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

2009-09-02 Thread Zoom.Quiet
On Wed, Sep 2, 2009 at 21:38, Timbotfarr...@swgen.com wrote: +1 +1 but font-type and snake,need reChoice, idea is cool and pefect, but it's ugly now\\\ Let's stick with what we got.  It's simple, elegant, modern and recognizable. On Sep 2, 6:54 am, desfrenes desfre...@gmail.com wrote: I

[web2py:29870] Re: Embedded Firebird

2009-09-02 Thread Jose
On 2 sep, 11:16, villas villa...@gmail.com wrote: Has anyone found a way of connecting to embedded firebird?  I want to put a total web2py development environment including firebird on my USB stick. I have copied all the DLLs into the directory and web2py detects that 'interbase' is

[web2py:29868] Re: Embedded Firebird

2009-09-02 Thread Jose
On 2 sep, 11:16, villas villa...@gmail.com wrote: Has anyone found a way of connecting to embedded firebird?  I want to put a total web2py development environment including firebird on my USB stick. I have copied all the DLLs into the directory and web2py detects that 'interbase' is

[web2py:29876] Re: Foreign Keys - one to Many and one to One Relationships

2009-09-02 Thread mdipierro
In your first example the project table is referning a table that does not yet exist. You can do it but you must replace SQLField(id_project_location,db.project_location)) with SQLField(id_project_location,reference project_location)) On Sep 2, 9:43 am, greenpoise danel.sega...@gmail.com

[web2py:29869] Re: file upload

2009-09-02 Thread weheh
I'm working on an app with some Scribd-like capability. I was going to put user files in c:/web2py/applications/myapp/uploads/users/userid/ fileid. Are you saying that if I do this then users wouldn't be able to download files? I would prefer not to keep the whole file system flat under uploads

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

2009-09-02 Thread mdipierro
First of all I thanks to Richard for the time he spend making this logo. It is nice and perhaps we can find some use for it. At this point it cannot be the official logo for web2py. That is for many reasons. One is that the book is already going to print with the current logo. Another is that

[web2py:29877] Re: Foreign Keys - one to Many and one to One Relationships

2009-09-02 Thread greenpoise
Changing the order wont do it either? Thanks d On Sep 2, 11:28 am, mdipierro mdipie...@cs.depaul.edu wrote: In your first example the project table is referning a table that does not yet exist. You can do it but you must replace SQLField(id_project_location,db.project_location)) with

[web2py:29874] Re: Is there any way to use 2 fields to validate a table insert in model?

2009-09-02 Thread mdipierro
What do you mean to be validated in this case, can you provide an example? On Sep 2, 8:56 am, tititi briant...@gmail.com wrote: Hi everyone, I'm trying to keep the duplicate insert logic at the model level and would like to find out if there is a way to do this. For example, I would like a

[web2py:29872] Foreign Keys - one to Many and one to One Relationships

2009-09-02 Thread greenpoise
I have two samples here, one works, the other does not. They are pretty similar: Example#1 DOES NOT WORK: db.define_table(project, SQLField(project_number, text, notnull=True, default=None), SQLField(project_name, text, notnull=True, default=None),

[web2py:29879] Re: Is there any way to use 2 fields to validate a table insert in model?

2009-09-02 Thread Benigno
I figure he means something like: Imagine you have several companies working with your applicacion, and you have a table with fields like: - Company - Name - ... Normally you would want to make Name unique, but in this case you probably want to make the combination of Company and Name Unique,

[web2py:29875] Re: file upload

2009-09-02 Thread mdipierro
The fact is the function download needs to be able to locate the files by filename. If you move them you either need to write your own download action or you need to change the value stores in the upload field to include the relative path. On Sep 2, 9:25 am, weheh richard_gor...@verizon.net

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

2009-09-02 Thread weheh
Hi all, thanks for the feedback so far. To determine whether we should spend time developing this design please be explicit in your comments as to whether you want us to continue to develop the snake-logo concept or whether we should stick with Massimo's current selection for the logo (the 3

[web2py:29883] Re: Google Apps wep2py applications

2009-09-02 Thread Yarko Tymciurak
http://web2py.appspot.com/survey is one app; not sure that Massimo has released this code or not; http://web2py.appspot.com/shows a default app of a light effort of a reddit-like app - reddish; you can find the source of this on http://www.web2py.com/appliances On Wed, Sep 2, 2009 at

[web2py:29880] the book 2nd ed. - is there any option but lulu?

2009-09-02 Thread David Watson
Hi, I tried to buy the book this morning on lulu. What a nightmare. Started in safari 4.03 on OS X, couldn't get logged in or registered, generally came back with blank pages. Tried it in FF 3.5. Same thing. I even tried Chrome, which went so far as to report connection error 102 at the same

[web2py:29882] Re: file upload

2009-09-02 Thread weheh
Is there functionality that would enable the upload field to store files in a path relative to uploads? Kind of thing where, if the directory doesn't exist, it's created for you automatically? Making the uploads directory flat by default feels like a limitation to me. On Sep 2, 11:26 am,

[web2py:29881] Getting an error on brand new web2py instal when run with GAE SDK

2009-09-02 Thread Benigno
Hello, I have just downloaded web2py latest version, and running google appengine launcher 1.2.4 I have unpacked the demo applications folder (welcome, admin, examples), and then I launch it from SDK. I access http://localhost:8086/welcome/default/index without problems, but from

[web2py:29884] Re: Foreign Keys - one to Many and one to One Relationships

2009-09-02 Thread Yarko Tymciurak
you have cross referencing tables; the second table's db.project foreign key will work because the first table is already defined when Python scans the second table definition; changing the order will just reverse your problem. If you use the reference ... form, you will have no problem, and

[web2py:29885] Re: the book 2nd ed. - is there any option but lulu?

2009-09-02 Thread waTR
You can view the free copy under Documentation on the main-site. On Sep 2, 9:15 am, David Watson davidthewat...@gmail.com wrote: Hi, I tried to buy the book this morning on lulu. What a nightmare. Started in safari 4.03 on OS X, couldn't get logged in or registered, generally came back

[web2py:29887] Re: Is there any way to use 2 fields to validate a table insert in model?

2009-09-02 Thread mdipierro
http://groups.google.com/group/web2py/browse_thread/thread/cd5c13eb8dcb8459# On Sep 2, 10:52 am, Benigno bca...@albendas.com wrote: I figure he means something like: Imagine you have several companies working with your applicacion, and you have a table with fields like: - Company - Name -

[web2py:29889] Re: Is there any way to use 2 fields to validate a table insert in model?

2009-09-02 Thread Yarko Tymciurak
you can have a list of validators, that is, something like db.task.assigned_to.requires= IS_IN_DB(db, db.user.id, '%(name)s') is valid; so is: db.task.assigned_to.requires= [ IS_IN_DB(db, db.user.id), IS_IN_DB(db, db.group.user_id) ] The key her is the validation is against the

[web2py:29888] Re: Getting an error on brand new web2py instal when run with GAE SDK

2009-09-02 Thread mdipierro
are you using source and python 2.5? On Sep 2, 11:25 am, Benigno bca...@albendas.com wrote: Hello,      I have just downloaded web2py latest version, and running google appengine launcher 1.2.4      I have unpacked the demo applications folder (welcome, admin, examples), and then I launch

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

2009-09-02 Thread naxalite
Um, I'm new to all this. I'm not knowingly running any scripts. Yet I get this error : com.apple.iTunes[82983]: osascript: OpenScripting.framework - scripting addition /Library/ ScriptingAdditions/Adobe Unit Types.osax declares no loadable handlers. Based on your discussion, is there any

[web2py:29890] Re: Getting an error on brand new web2py instal when run with GAE SDK

2009-09-02 Thread Yarko Tymciurak
I think admin is not supported on GAE; you can see if you get anywhere else by trying the examples app (basically, the web2py web site): Using your link port, for example, this would look like: http://localhost:8086/examples The Login / register links from welcome I believe should also work.

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

2009-09-02 Thread weheh
Listen, Massimo. The python is a powerful and gnarly beast that can easily strangle and eat corporate board members who try to overpower him. The fact that our python is also named Max isn't a coincidence. The fact that he has two real eyes and can count is telling. Let Max squeeze the anonymous

[web2py:29892] Re: the book 2nd ed. - is there any option but lulu?

2009-09-02 Thread Yarko Tymciurak
I am able to login to Lulu; are you running behind a firewall, or with some network security that would prevent a secure (https) connection? That is required for login. On Wed, Sep 2, 2009 at 12:06 PM, waTR r...@devshell.org wrote: You can view the free copy under Documentation on the

[web2py:29897] Re: Feature proposal: easier table creation

2009-09-02 Thread weheh
Yes, this would be nice. It reminds me of a graphical spreadsheet form editor and database tool I wrote in the early 80s, called FRED. It worked on the vi command set and let you build forms with named fields of different types. The tool called itself recursively to define a field by filling out

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

2009-09-02 Thread weheh
You take a look at Max in picture #4 and tell me he couldn't squeeze the living daylights out of you 'til you cryed, uncle. Young Max in picture #1 is killer cute, too, isn't he? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[web2py:29898] Re: Is there any way to use 2 fields to validate a table insert in model?

2009-09-02 Thread Jonathan Lundell
On Sep 2, 2009, at 10:25 AM, mdipierro wrote: http://groups.google.com/group/web2py/browse_thread/thread/cd5c13eb8dcb8459# One caveat--if the original question about doing this at the model level means at the database level, then this solution, which is enforced by the DAL. As the web2py

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

2009-09-02 Thread JorgeR
Yes.. thank you richard for your effort and inititative. But, no thanks. ;) On Sep 2, 1:54 pm, Yarko Tymciurak yark...@gmail.com wrote: I agree w/ Massimo - consistency is important;  Massimo has selected a logo and icon, and it is going to the publisher. Perhaps at some later time we can

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

2009-09-02 Thread waTR
Any animal can be maskot! Here is one for Massimo: http://www.bigdealart.com/images/ThumbFiles/skunkwork.jpg On Sep 2, 12:32 pm, waTR r...@devshell.org wrote: It might be an idea to declare a date some time in the future when there will be a contest for a new logo--think OpenBSD. Maybe the

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

2009-09-02 Thread Yarko Tymciurak
I agree w/ Massimo - consistency is important; Massimo has selected a logo and icon, and it is going to the publisher. Perhaps at some later time we can collect new icon proposals for _this_ project. The confusion of multiple logos is probably not worth it. Having said that, Fun logo - thanks

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

2009-09-02 Thread mdipierro
LOL On Sep 2, 3:01 pm, Yarko Tymciurak yark...@gmail.com wrote: On Wed, Sep 2, 2009 at 2:37 PM, waTR r...@devshell.org wrote: Any animal can be maskot!  Here is one for Massimo: http://www.bigdealart.com/images/ThumbFiles/skunkwork.jpg LOL! To get how funny / creative this is, you have

[web2py:29895] Re: Google Apps wep2py applications

2009-09-02 Thread Tim Michelsen
http://web2py.appspot.com/survey is one app; not sure that Massimo has released this code or not; http://web2py.appspot.com/shows a default app of a light effort of a reddit-like app - reddish; you can find the source of this on http://www.web2py.com/appliances

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

2009-09-02 Thread Yarko Tymciurak
On Wed, Sep 2, 2009 at 2:37 PM, waTR r...@devshell.org wrote: Any animal can be maskot! Here is one for Massimo: http://www.bigdealart.com/images/ThumbFiles/skunkwork.jpg LOL! To get how funny / creative this is, you have to look at it next to the Ferari logo :-)

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

2009-09-02 Thread weheh
Thanks, waTR, very constructive (LOL). I see this thread has devolved about as rapidly as I expeted it would. At this point, unless there's a tsunami of support, it looks like poor Max is going to get voted off the island. Maybe Max will have to learn to love tuna. He already loves alligator:

[web2py:29909] Re: Google Apps wep2py applications

2009-09-02 Thread Yarko Tymciurak
There is also http://web2py.appspot.com/t3 Page 305 of the new manual has brief caveats; Tim - google for web2py GAE or web2py Google App Engine In a quick look, I found this: http://markmail.org/message/b2k3cisjbt32ytj3

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

2009-09-02 Thread Yarko Tymciurak
weheh - clearly, you need a coding project! LOL! On Wed, Sep 2, 2009 at 3:15 PM, weheh richard_gor...@verizon.net wrote: Thanks, waTR, very constructive (LOL). I see this thread has devolved about as rapidly as I expeted it would. At this point, unless there's a tsunami of support, it

[web2py:29900] Re: Google Apps wep2py applications

2009-09-02 Thread mdipierro
There is something in this thread. http://groups.google.com/group/google-appengine-python/browse_thread/thread/ecf14167e02725c3# Let me know if you still have problems. Make sure you have python 2.5. On Sep 2, 1:46 pm, Tim Michelsen timmichel...@gmx-topmail.de wrote:

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

2009-09-02 Thread Bottiger
Thank you and Diane, here are my thoughts on the logo. The logo must be easily recognized at a distance or reduced in size (when you iconize for example). The logo here has many fine details such as the mouth and the eyes which can barely be seen as I am looking at it through Google Groups. At

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

2009-09-02 Thread mr.freeze
If this is moving forward and I can help, please let me know. On Sep 2, 12:44 am, mdipierro mdipie...@cs.depaul.edu wrote: Although I do not think we should abandon google group we should setup and official web2pypyforumsite. It is a very well done application and we should take advantage of

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

2009-09-02 Thread mdipierro
http://www.greenpeace.org/international/campaigns/oceans/tuna On Sep 2, 2:32 pm, waTR r...@devshell.org wrote: It might be an idea to declare a date some time in the future when there will be a contest for a new logo--think OpenBSD. Maybe the users could rather concentrate on coming up with a

[web2py:29920] VOTE NOW for/against Max the snake (polling closes 9/2 nite)

2009-09-02 Thread weheh
http://groups.google.com/group/web2py/browse_thread/thread/e5c0023098fa078e --~--~-~--~~~---~--~~ 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

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

2009-09-02 Thread waTR
It might be an idea to declare a date some time in the future when there will be a contest for a new logo--think OpenBSD. Maybe the users could rather concentrate on coming up with a good maskot for the project. What fish/mamal reflects web2py best? Tuna?

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

2009-09-02 Thread weheh
Thanks for your advice, Yarko. I will ask Max to visit your house for a little squeeze time. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to

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

2009-09-02 Thread weheh
Thanks, waTR, but please let me ask you to return to the topic. Are you pro Max or anti Max? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to

[web2py:29915] Re: the book 2nd ed. - is there any option but lulu?

2009-09-02 Thread David Watson
On Sep 2, 2:08 pm, Yarko Tymciurak yark...@gmail.com wrote: I am able to login to Lulu; are you running behind a firewall, or with some network security that would prevent a secure (https) connection? That is required for login. Nope. I have lots of ssh, ssl, and htttps connections going

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

2009-09-02 Thread rb
Here's my two cents: I looked over the 4 python snake logos and prefer #4 due to the connection of the letters. Sure, making Max more devilish might be eye- catching. As for logos, in general... I do not like the current 3-person logo. It means *nothing* to me. My first reaction is, is this

[web2py:29914] Re: Getting an error on brand new web2py instal when run with GAE SDK

2009-09-02 Thread Benigno
Yes, source and python2.5, well at least whenever I run it manually, and no I cannot get to examples either. It was installed from source. Downloaded zip, unziped, ran upgrade to unpack apps, added to SDK the folder, and ran it from within SDK without any further options. However, regarding

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

2009-09-02 Thread weheh
Bottiger, take a closer look by clicking on the icon at the head of this thread to see a larger image. Agreed, however, that the snake would need to be redone to make its features more visible in a small format. It does lend itself to animation in a way that no other logo could manage. If you

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

2009-09-02 Thread Richard
pyforum.org is a good domain name so couldn't that be made the official web2py pyforum website, assuming Julio is OK with that. Richard On Sep 2, 3:44 pm, mdipierro mdipie...@cs.depaul.edu wrote: Although I do not think we should abandon google group we should setup and official web2py

[web2py:29919] VOTE NOW For/Against Max the snake (polling closes tonight, 9/2)

2009-09-02 Thread weheh
http://groups.google.com/group/web2py/browse_thread/thread/e5c0023098fa078e/6dff07421b3ae8d3#6dff07421b3ae8d3 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users group. To post to this group, send email to

[web2py:29921] Re: VOTE NOW for/against Max the snake (polling closes 9/2 nite)

2009-09-02 Thread mr.freeze
The effort is very commendable but my vote goes to the current logo. It has a more modern feel to me. On Sep 2, 5:50 pm, weheh richard_gor...@verizon.net wrote: http://groups.google.com/group/web2py/browse_thread/thread/e5c0023098... --~--~-~--~~~---~--~~ You

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

2009-09-02 Thread weheh
Current tally as of 6:45PM EST: Pro Max the snake: - weheh - Richard - Nik Go - Zoom.Quiet - rb (thanks for the $.20 -- Max is a lot better looking than that wxPython mascot, that's for sure) Abstain: - Desfrenes - waTR - Bottiger Anti Max: - Villas - Timbo - Massimo (he's the tie breaker, so

[web2py:29927] T3 rocks!

2009-09-02 Thread Júlio Monteiro
Hello there! I am new to Web2py, but I am amazed at its huge power and simplicity! I developed portals using Zope/Plone for 5 years, here in Brazil. Then, last year I began to learn and develop a big project using Django. I liked Django, but after a while I realized that ORMs suck and I missed

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

2009-09-02 Thread weheh
Not that it's a democracy, but so far, the polls look like this: Pro Max the snake: - weheh - Richard - Nik Go - Zoom.Quiet On the fence but leaning slightly toward Max: - Desfrenes Anti Max: - Villas - Timbo - Massimo (he's the tie breaker, so he only gets 1/2 a vote ;^) - Yarko T - JorgeR

[web2py:29928] can't untar reddish

2009-09-02 Thread notcourage
http://mdp.cti.depaul.edu/appliances/default/show/41 Trying with 7-Zip on Vista. --~--~-~--~~~---~--~~ 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

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

2009-09-02 Thread Richard
I think there are 2 Pro Max Richard's - me and the original poster. On Sep 3, 8:45 am, weheh richard_gor...@verizon.net wrote: Current tally as of 6:45PM EST: Pro Max the snake: - weheh - Richard - Nik Go - Zoom.Quiet - rb (thanks for the $.20 -- Max is a lot better looking than that

[web2py:29931] Re: T3 rocks!

2009-09-02 Thread mdipierro
Thanks Julio. On Sep 2, 7:22 pm, Júlio Monteiro jmonte...@gmail.com wrote: Hello there! I am new to Web2py, but I am amazed at its huge power and simplicity! I developed portals using Zope/Plone for 5 years, here in Brazil. Then, last year I began to learn and develop a big project using

[web2py:29922] Extending IS_NOT_EMPTY validator

2009-09-02 Thread Matthew
I am trying to extend the IS_NOT_EMPTY validator to strip out whitespace before submitting. I have two questions (code posted after questions): 1. How can I test the custom message constructor? Right now I always get the expected 2 arguments, got 3 error message? 2. I am using doctests and

[web2py:29932] all of the cache examples fail

2009-09-02 Thread notcourage
http://mdp.cti.depaul.edu/examples/default/examples#cache_examples --~--~-~--~~~---~--~~ 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 from

[web2py:29929] Re: can't untar reddish

2009-09-02 Thread mdipierro
I just tried and it works for me. Try download it again. On Sep 2, 7:49 pm, notcourage klr...@gmail.com wrote: http://mdp.cti.depaul.edu/appliances/default/show/41 Trying with 7-Zip on Vista. --~--~-~--~~~---~--~~ You received this message because you are

[web2py:29925] Re: VOTE NOW for/against Max the snake (polling closes 9/2 nite)

2009-09-02 Thread Alex Fanjul
The same for me... El 03/09/2009 1:40, mr.freeze escribió: The effort is very commendable but my vote goes to the current logo. It has a more modern feel to me. On Sep 2, 5:50 pm, wehehrichard_gor...@verizon.net wrote:

[web2py:29934] Re: Extending IS_NOT_EMPTY validator

2009-09-02 Thread mdipierro
Did you look into gluon/tests/ ? On Sep 2, 6:47 pm, Matthew matthew.g.nor...@gmail.com wrote: I am trying to extend the IS_NOT_EMPTY validator to strip out whitespace before submitting.  I have two questions (code posted after questions): 1. How can I test the custom message constructor?  

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

2009-09-02 Thread mr.freeze
Here's my unsolicited opinion :) The domain should be forum.web2py.com and redirect to web2py.com/ forum. It should also be branded and styled similar to web2py.com to give it a cohesive feel. It should have a big fat 'Powered by pyForum' sticker on it somewhere that links to pyForum.org On Sep

[web2py:29936] Re: T3 rocks!

2009-09-02 Thread mdipierro
No because it is old. 80% of the T3 code is now in web2py code and written better. T3 needs to be rewritten, integrated with jpolite and kpax. On Sep 2, 8:54 pm, JorgeR jorgeh...@gmail.com wrote: Is T3 mentioned in the book?? On Sep 2, 8:13 pm, mdipierro mdipie...@cs.depaul.edu wrote:

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

2009-09-02 Thread mdipierro
I agree. On Sep 2, 7:43 pm, mr.freeze nat...@freezable.com wrote: Here's my unsolicited opinion :) The domain should be forum.web2py.com and redirect to web2py.com/ forum. It should also be branded and styled similar to web2py.com to give it a cohesive feel. It should have a big fat

[web2py:29933] Re: all of the cache examples fail

2009-09-02 Thread mdipierro
Sorry, file permission issue. On Sep 2, 7:47 pm, notcourage klr...@gmail.com wrote: http://mdp.cti.depaul.edu/examples/default/examples#cache_examples --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups web2py-users

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

2009-09-02 Thread weheh
Current tally as of 10:30PM EST: 5 pro, 7 con, 3 abstain Pro Max the snake: - weheh (Richard Gordon) - Richard - Nik Go - Zoom.Quiet - rb Abstain: - Desfrenes - waTR - Bottiger Anti Max: - Villas - Timbo - Massimo - Yarko T - JorgeR - Mr. Freeze - Alex Fanjul Polls open for another 3 hours.

[web2py:29935] Re: T3 rocks!

2009-09-02 Thread JorgeR
Is T3 mentioned in the book?? On Sep 2, 8:13 pm, mdipierro mdipie...@cs.depaul.edu wrote: Thanks Julio. On Sep 2, 7:22 pm, Júlio Monteiro jmonte...@gmail.com wrote: Hello there! I am new to Web2py, but I am amazed at its huge power and simplicity! I developed portals using Zope/Plone

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

2009-09-02 Thread Jonathan Lundell
Max is cute, but it's really not a mature logo design yet, and even if it were I wonder how well it conveys the enterprise ambitions of web2py. I like playfulness, but perhaps it would be better applied elsewhere? --~--~-~--~~~---~--~~ You received this

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

2009-09-02 Thread weheh
Jonathan. Correct, Max is currently a sketch. The poll is to determine whether or not he is a viable logo candidate. If not, he will be shelved. If yes, he will be polished. He can be matured quickly, with appropriate feedback. If there's no interest, as I said, we won't waste the effort. Shall I

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

2009-09-02 Thread JorgeR
Me too. On Sep 2, 8:11 pm, mdipierro mdipie...@cs.depaul.edu wrote: I agree. On Sep 2, 7:43 pm, mr.freeze nat...@freezable.com wrote: Here's my unsolicited opinion :) The domain should be forum.web2py.com and redirect to web2py.com/ forum. It should also be branded and styled similar

[web2py:29941] Re: Extending IS_NOT_EMPTY validator

2009-09-02 Thread Matthew
I'm not sure I understand. I don't see a gluon/tests/ folder in web2py and the application/tests/ folder is not populated for the sample apps. I looked at the original source of your official validators.py as a model for the extended class and its doctests. On Sep 2, 9:45 pm, mdipierro

[web2py:29942] Error With Shell

2009-09-02 Thread Bottiger
Executing shell has stopped working for me. It now displays this error in the console: Traceback (most recent call last): File C:\Users\admin\Desktop\web2py\gluon\restricted.py, line 178, in restricted exec ccode in environment File applications\cas\models/db.py, line 34, in module

[web2py:29943] multiple forms per page -- preventing double submission

2009-09-02 Thread weheh
Doc says, ... when multiple forms are present on the same page, the mechanism for preventing double submission breaks ... It's looking like I'm going to have to use multiple forms on a page, but double submission is a deal killer. Any approved method to prevent double submission by coding

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

2009-09-02 Thread Yarko
Just to be sure everyone is clear on this: [1] -- We appreciate the creative outlets and contributions of everyone; new ideas are always nice to see. However, Massimo has already selected a Logo, it is part of the manual and web site, this group, and has gone to publisher (this was announced

[web2py:29945] Re: VOTE NOW for/against Max the snake (polling closes 9/2 nite)

2009-09-02 Thread Yarko
THERE IS NO OFFICIAL POLL - this is weheh's personal little stint, and has been causing some concerns and confusion. I am closing this thread now. Contact me privately if you have any questions or concerns. - Yarko On Sep 2, 7:33 pm, Alex Fanjul alex.fan...@gmail.com wrote: The same for

[web2py:29947] Re: can't untar reddish

2009-09-02 Thread Yarko Tymciurak
if you continue to have problems, please report what o/s and browser you are downloading with. (You might try a different browser, or a command line tool such as curl, e.g. http://curl.haxx.se/ ) On Wed, Sep 2, 2009 at 8:10 PM, mdipierro mdipie...@cs.depaul.edu wrote: I just tried and it

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

2009-09-02 Thread Yarko Tymciurak
+1 (that is, I also agree...) On Wed, Sep 2, 2009 at 10:16 PM, JorgeR jorgeh...@gmail.com wrote: Me too. On Sep 2, 8:11 pm, mdipierro mdipie...@cs.depaul.edu wrote: I agree. On Sep 2, 7:43 pm, mr.freeze nat...@freezable.com wrote: Here's my unsolicited opinion :) The domain

[web2py:29950] Re: Extending IS_NOT_EMPTY validator

2009-09-02 Thread Yarko Tymciurak
btw - you can browse the current source tree online - http://bazaar.launchpad.net/~mdipierro/web2py/devel/files On Thu, Sep 3, 2009 at 12:32 AM, Yarko Tymciurak yark...@gmail.com wrote: gluon/tests is in the source version.. On Wed, Sep 2, 2009 at 10:16 PM, Matthew

[web2py:29946] Re: Getting an error on brand new web2py instal when run with GAE SDK

2009-09-02 Thread Yarko Tymciurak
I spoke in error; examples is not loaded into GAE environment (in fact, nothing extraneous is). See P. 305- of the 2nd edition web2py manual; you can view at http://www.web2py.com/examples/default/docs On Wed, Sep 2, 2009 at 4:30 PM, Benigno bca...@albendas.com wrote: Yes, source and

[web2py:29949] Re: Extending IS_NOT_EMPTY validator

2009-09-02 Thread Yarko Tymciurak
gluon/tests is in the source version.. On Wed, Sep 2, 2009 at 10:16 PM, Matthew matthew.g.nor...@gmail.com wrote: I'm not sure I understand. I don't see a gluon/tests/ folder in web2py and the application/tests/ folder is not populated for the sample apps. I looked at the original source