[web2py:12799] Re: web2py on Amazon Cloud (E2, S3)

2008-12-02 Thread Daniel Contag
Sounds promising. :) Daniel On Tue, Dec 2, 2008 at 13:18, achipa <[EMAIL PROTECTED]> wrote: > > Speaking of the devil: > > New Features for Amazon SimpleDB Coming Soon: > > * SQL-like SELECT API: With this feature, you will be able to employ > a very familiar SQL-like query language when cons

[web2py:12589] Re: web2py book in PDF at $12.50

2008-11-28 Thread Daniel Contag
I know that LaTeX can do the linking in a table of content automatically. Perhaps the publishing system used for Massimo's book can do it also, then it would just be a matter of flipping a switch. Daniel On Fri, Nov 28, 2008 at 09:27, cjparsons <[EMAIL PROTECTED]> wrote: > > For an index I guess

[web2py:12553] Re: non-ascii chars URL

2008-11-27 Thread Daniel Contag
My opinion is that we should adhere to the RFCs. Daniel On Thu, Nov 27, 2008 at 13:12, Jonathan Benn <[EMAIL PROTECTED]> wrote: > > Hi Massimo, > > > On Nov 27, 6:13 am, mdipierro <[EMAIL PROTECTED]> wrote: > >> Does anybody have any objection to this patch? > > I object, on the grounds that th

[web2py:12404] Re: Appengine / Bulk Loader

2008-11-23 Thread Daniel Contag
Hi Massimo, with your change, nothing at all gets imported. I can see that using StringIO.StringIO is more pythonic than my hack but I'm at a loss as to why the table that worked before now doesn't get filled. Daniel On Sun, Nov 23, 2008 at 16:30, mdipierro <[EMAIL PROTECTED]> wrote: > > Can y

[web2py:12397] Re: Appengine / Bulk Loader

2008-11-23 Thread Daniel Contag
Hi everyone, some progress has been made... :) Adding this to gql.py I am able to import tables that contain strings. However I receive a type error when importing a table that has a column of type boolean. The code: contrib/gql.py class SQLTable(SQLStorage): [..] def import_from_csv_string(se

[web2py:12395] Re: Appengine / Bulk Loader

2008-11-23 Thread Daniel Contag
Make that .import_from_csv_file ... Sorry. Daniel On Sun, Nov 23, 2008 at 12:55, Daniel Contag <[EMAIL PROTECTED]> wrote: > Hm, so it *should* work. Weird. > > This is the error when trying > > " > try: >from google.appengine.api import urlfetch > except:

[web2py:12394] Re: Appengine / Bulk Loader

2008-11-23 Thread Daniel Contag
Hm, so it *should* work. Weird. This is the error when trying " try: from google.appengine.api import urlfetch except: pass else: url = "http://abc/db_hoersaal.csv"; result = urlfetch.fetch(url) if result.status_code == 200: db.table_one.import_from_csv_string(result.

[web2py:12380] Re: Appengine / Bulk Loader

2008-11-22 Thread Daniel Contag
ot;http://domain/path/table_1.csv"; >> result = urlfetch.fetch(url) >> if result.status_code == 200: >> db.table_1.import_from_csv_file(result.content) > > or you cannot see if it fails > > > > On Nov 22, 3:31 pm, "Daniel Contag" <[

[web2py:12374] Re: Appengine / Bulk Loader

2008-11-22 Thread Daniel Contag
selected' SyntaxError: SQLSet: no tables selected" Any ideas to force the execution of the model file? Thanks! Daniel On Sat, Nov 22, 2008 at 18:56, Daniel Contag <[EMAIL PROTECTED]> wrote: > Hi all, > > does anyone have a suggestion how to use the bulk

[web2py:12370] Appengine / Bulk Loader

2008-11-22 Thread Daniel Contag
Hi all, does anyone have a suggestion how to use the bulk loader for Google Appengine with a web2py model? http://code.google.com/appengine/articles/bulkload.html I have been testing a small app locally with sqlite3 and have deployed it to appengine. All that's missing is the data from the sqlit

[web2py:12311] Re: svn version of web2py taking long time to log in

2008-11-21 Thread Daniel Contag
Another glitch I noticed: The latest version in trunk occassionally displays the "newer version available" message. Daniel On Fri, Nov 21, 2008 at 20:20, Wes James <[EMAIL PROTECTED]> wrote: > > Can anyone else verify if with the latest svn version of web2py if it > takes a long time to log in

[web2py:12165] Re: web2py book in PDF at $12.50

2008-11-19 Thread Daniel Contag
Excellent! +1 purchases Daniel On Wed, Nov 19, 2008 at 02:45, mdipierro <[EMAIL PROTECTED]> wrote: > > http://www.lulu.com/content/4968879 > > This is without the Wiley cover since Wiley could not accommodate the > requirements but it is the same book. > If you buy it, let me know if lulu.com w

[web2py:11958] Re: new command line switches

2008-11-17 Thread Daniel Contag
I agree. That's a very useful suggestion, Achipa. Daniel On Mon, Nov 17, 2008 at 12:24, achipa <[EMAIL PROTECTED]> wrote: > > Just to bump this a bit... I'm contemplating that maybe we shouldn't > do database logging.warnings at all. We could just collect a list of > drivers that we were able t

[web2py:11851] Re: web2py foundation

2008-11-14 Thread Daniel Contag
A truly interesting proposal, Massimo! You, clearly, are thinking ahead. Daniel On Fri, Nov 14, 2008 at 22:01, mdipierro <[EMAIL PROTECTED]> wrote: > > Actually I was thinking about something similar but also different. > > I want to create an association of users, not a foundation. The > purp

[web2py:11581] Re: web2py 1.48 is OUT

2008-11-10 Thread Daniel Contag
Excellent! Daniel On Mon, Nov 10, 2008 at 19:31, mdipierro <[EMAIL PROTECTED]> wrote: > > I posted web2py 1.48. Many many many small changes. faster and better > than ever. > Please give it a try and check if any of your apps break. > > Massimo > > > --~--~-~--~~~--

[web2py:11165] Re: Re : [web2py:11116] Re: irc channel for web2py?

2008-11-04 Thread Daniel Contag
Because of these very two important reasons, I would not change the way of communication for web2py. Right now we've got very fast reply times and an excellent archive (with awesome search). Do we need more? Daniel On Wed, Nov 5, 2008 at 07:51, seeker <[EMAIL PROTECTED]> wrote: > > When consid

[web2py:11163] Re: code completion data source

2008-11-04 Thread Daniel Contag
Good choice :) On Wed, Nov 5, 2008 at 07:50, mdipierro <[EMAIL PROTECTED]> wrote: > > I just came back from the Obama Rally in Chicago so the only answer I > can give you is: yes we can. > > Massimo > --~--~-~--~~~---~--~~ You received this message because you are

[web2py:11082] Re: ssl_error_rx_record_too_long

2008-11-04 Thread Daniel Contag
Could it be that your browser rejects the certificate because it is self-signed? Just a guess. Daniel On Tue, Nov 4, 2008 at 15:39, airdrummer <[EMAIL PROTECTED]> wrote: > > i followed the ssl faq (http://mdp.cti.depaul.edu/AlterEgo/default/ > show/140) then tried to access https://127.0.0.1:8

[web2py:11067] Re: T2 Status, location

2008-11-04 Thread Daniel Contag
Ok, thanks Massimo! Daniel On Tue, Nov 4, 2008 at 07:34, mdipierro <[EMAIL PROTECTED]> wrote: > > The bzr is always the most updated. The tar contains a lot of junk > (like pyc files). > > Massimo --~--~-~--~~~---~--~~ You received this message because you are

[web2py:11052] T2 Status, location

2008-11-03 Thread Daniel Contag
Hi, a couple of T2 questions: Is this the latest code: http://mdp.cti.depaul.edu/examples/static/web2py.app.plugin_t2.tar and is there a difference to bzr branch lp:~mdipierro/t2/main Thanks! Daniel --~--~-~--~~~---~--~~ You received this message because you a

[web2py:11032] Re: build osx web2py

2008-11-03 Thread Daniel Contag
The ssh-command would just copy your local file to the remote server. So you can't 'get' anything from it. (scp = secure shell copy) Daniel On Mon, Nov 3, 2008 at 23:39, Wes James <[EMAIL PROTECTED]> wrote: > > On Mon, Nov 3, 2008 at 3:25 PM, mdipierro <[EMAIL PROTECTED]> wrote: >> >> You do no

[web2py:11031] Re: web2py will play an important role in Computational Finance?

2008-11-03 Thread Daniel Contag
Interesting... :) On Mon, Nov 3, 2008 at 23:26, mdipierro <[EMAIL PROTECTED]> wrote: > > You reading my mind. I am going to let some of the students on this > list to answer, Their deadline is next week. > > Massimo > --~--~-~--~~~---~--~~ You received this messag

[web2py:10979] Re: newbie question about Google Application Engine

2008-11-03 Thread Daniel Contag
You can deploy to GAE using the standard GAE-procedure, but note, that you will need the source distribution of web2py and to change the app name from web2py to yourapp.appspot.com Daniel On Mon, Nov 3, 2008 at 09:35, dme69 <[EMAIL PROTECTED]> wrote: > > Hello all, > Sorry again ... > > As I'm

[web2py:10095] Re: templates and for...else

2008-10-11 Thread Daniel Contag
What is the "break" for? Daniel On Sat, Oct 11, 2008 at 22:50, billf <[EMAIL PROTECTED]> wrote: > > Adding a {{pass}} at the end doesn't make any difference. > > On Oct 11, 9:45 pm, billf <[EMAIL PROTECTED]> wrote: >> New to python, I believe that the following is valid syntax: >> >> for item in

[web2py:10041] Re: web2py book finally online in PDF

2008-10-10 Thread Daniel Contag
That would be great! Daniel On Fri, Oct 10, 2008 at 08:59, mdipierro <[EMAIL PROTECTED]> wrote: > > I have emailed the publisher again about this. We agreed on PDF. I was > not aware of this system that they are using and I do not like it. > People should be able to print it. If he does not fixe