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
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
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
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
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
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:
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.
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" <[
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
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
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
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
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
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
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
> >
>
--~--~-~--~~~--
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
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
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
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
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
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
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
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
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
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
25 matches
Mail list logo