Never mind me, I had a much older version of web2py_ajax.html having
copied from an older application that didnt include the responses.
Cheers,
Benigno.
On May 25, 1:45 pm, Benigno wrote:
> Any news on this?.
>
> I am on 1.78.3 and tried it too on 1.78.2 on a Mac OSX with Firefox
&
I can download an older version where this worked?.
Thank you,
Benigno.
On May 17, 10:52 pm, mdipierro wrote:
> I suspect the 1.77.3 version you have OSX and the one you have on
> Windows are not exactly the same (one may be trunk and one stable).
>
> Anyway there is definitely a
Is there any simpler way or any example of this or something similar
anywhere that I could use as an example?.
On May 13, 11:32 am, cjrh wrote:
> On May 13, 10:06 am, Benigno wrote:
>
> > We have made an app with web2py to present data from a home-automated
> > home as a web s
they have fixed IP
addresses?. (I have to, not only give them access, but also to
identify them, as each can access only their home's data).
Thanks for your help,
Benigno.
Wow, big big thanks to Leonardo. Everything is in there...
Muchas gracias.
Benigno.
On Apr 6, 4:27 am, DenesL wrote:
> Leonardo Vidarte, one of the users in the spanish language group, has
> created some snippets [0] for Vim, for the snipMate plugin [1] to be
> exact, with all the API
have the same opinion about the other layout
plugin.
Cheers,
Benigno.
On Mar 24, 10:23 am, mdmcginn wrote:
> CSS is great, much better than table-based web design, and
> csszengarden deserves a lot of credit for demonstrating that. But it
> is just a proof of concept. As you noted, th
Indeed I have... again, same thing we are about to change it, and a
huge list of priorities on top.. thanks though for pointing it out.
Benigno.
On Feb 15, 11:44 pm, snfctech wrote:
> @Benigno: You've probably already noticed, but your Blog is full of
> spam.
>
> On Feb 15,
ork out a
quotation.
Thank you in advance,
Benigno Calvo. bcalvo at albendas dot com
--
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, se
near future, we are not allocating the time to fix all the
browser compatibility issues.
I'll let you know when it is done.
Best regards,
Benigno.
On Feb 15, 1:15 am, Richard wrote:
> on Chrome Linux 32 bit all I get is an animation at the centre.
>
> On Feb 15, 6:37 am, Y
analysis tool for home-automated buildings. Allowing
end-user to visualize charts, and compare historicals etc.
Please contact me for further information.
Regards,
Benigno.
On Feb 12, 3:44 pm, mdipierro wrote:
> It is correct to post here but I will also post an app for that.
>
> On Feb 12
ommunity rather than post it elsewhere cold and numb.
Thank you,
Benigno.
--
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
Hello,
Maybe it would be worth to put a reference to the truncate done at
SQLTABLE when called from crud.select in future documentation (book)
versions?. It takes a while to find where those ... come from on your
select list, and what parameter to use to change it.
Cheers,
Benigno.
--
You
Thank you guys.
On Jan 11, 9:25 pm, Thadeus Burgess wrote:
> It is because pv is a pointer to the memory that holds its list.
>
> When you append pv to val, your appending the *reference* to pv.
>
> So whenever you update pv, all references to pv also reflect these changes.
>
> The reason that sl
First of all, my excuses, this may be a bit more related to Python
programming rather than specific web2py programming. But I have bumped
into something that has made me loose a lot of time, and thought I'd
share it, and maybe make a fool of myself:
If I append values after asigning them as pv[ind
quest = Request()
session = Session()
Happy New Year,
Benigno.
On Dec 28, 7:32 pm, salbefe wrote:
> Hello,
>
> I'm using eclipse IDE to develop an application. After reading the
> FAQ "Support Eclipse, web2py, imports, code hints and code
> completion". There it expl
/pypi/BeautifulSoup/3.0.7a
and indexing your website by creating a treelike structure as you do
so. I think there are other libraries that are specialiced in
traversing all urls of a given domain, but never used them.
Cheers,
Benigno.
On Dec 21, 9:30 pm, Mengu wrote:
> This changes depending
Villas,
There is a nice jquery plug-in called datatables, check it at
http://www.datatables.net/ which basically means that you can create
a grid with server pagination in minutes, and make it look beautifull
with datatables all in one go. I guess thats what Mr Freeze is
refering to anyway.
You are absolutelly right again, I was surprised that the comparison
value was changed from 1 to 'T'. I had assumed that boolean was
ussually mapped to int fields rather than char(1). By defining the
field in web2py as integer, everything works as expected.
Thanks again.
Benigno.
On
ware of that).
db(db.direccionesgrupo.activo==True)._select('count(*)')
Out[3]: "SELECT count(*) FROM direccionesgrupo WHERE
direccionesgrupo.activo='T';"
On Dec 10, 5:38 pm, mdipierro wrote:
> print
>
> db(db.direccionesgrupo.activo==1)._select('
In the table this is taken from, activo is either 1 or 0. In the table
which is legacy MySQL it is defined as INT(1)
These are the results I am getting:
In [46]: db(db.direccionesgrupo.activo == 1).count()
Out[46]: 58L
In [48]: a =db().select(db.direccionesgrupo.activo.sum())
In [49]: print a
-
Thadeus,
Nothing wrong with appadmin. This is just another option, that I
happen to use quite often, to let users access some specific tables.
Alex,
Thats what I'd normally use appadmin for.
On Dec 9, 9:21 pm, Alex Fanjul wrote:
> Benigno, the cool thing would be a def method for
newcomers to spend
less time on each table that needs management.
Find it at:
http://www.web2pyslices.com/main/slices/take_slice/42
(I hope this is not out of the rules of the board now. If it is, just
let me know please).
Cheers,
Benigno.
--
You received this message because you are subscribed
completelly missing).
Anyway, any other alternative to being able to edit several fields in
a table straight in the table, will be wellcome.
I'll post a slice as soon as i have it working one way or another.
Cheers,
Benigno.
--
You received this message because you are subscribed t
There is a small typo (which may be intentional) in the .hgignore
file:
- In some cases its spelled applicaitons instead of applications.
On Dec 6, 7:55 pm, Christopher Steel wrote:
> Awesome!
>
> On Dec 4, 5:43 pm, mdipierro wrote:
>
> > I have migrated the google code repository from svn to m
probably too specific. Its nice it came up
though.
Thanks again,
Benigno.
On Dec 4, 11:17 pm, mdipierro wrote:
> haha. web2py stores blobs base64 encoded. Your legacy database table
> has a blob (called 'data') and the data in there is not encoded. It
> happens that when you onl
ounter': 6, 'tid': 196L,
'src_type': 3, 'data': '', 'id': 201326L}>
But If I try to get the table I get this error:
>>> b = db(db.eib_tele.id > 0).select()
Traceback (most recent call last):
File "", line 1, in
Right on,
As soon as I have a user, it works.
Thanks again Massimo.
On Nov 18, 12:50 pm, Benigno wrote:
> I am checking it this afternoon, I was logged in as admin, but hadn't
> created it as a user.
>
> Will check again this afternoon creating a user and will let you know.
and are you logged in?
>
> On Nov 17, 10:25 am, Thadeus Burgess wrote:
>
> > do you have the latest version of web2py_ajax.html?
> > -Thadeus
>
> > On Tue, Nov 17, 2009 at 10:00 AM, Benigno wrote:
>
> > > If I remove the ajax=True, it is giving me a 404 not foun
Yes, I just updated it to be on the safe side. Still the same issue.
On Nov 17, 5:25 pm, Thadeus Burgess wrote:
> do you have the latest version of web2py_ajax.html?
> -Thadeus
>
> On Tue, Nov 17, 2009 at 10:00 AM, Benigno wrote:
>
> > If I remove the ajax=True, it is givi
If I remove the ajax=True, it is giving me a 404 not found error...
yet, I cannot find where.
On Nov 17, 4:51 pm, Benigno wrote:
> I am using the second version posted of the Tagging_plugin.
>
> However, to me, it gets stuck on the "Loading..." message, and I dont
> seem
I am using the second version posted of the Tagging_plugin.
However, to me, it gets stuck on the "Loading..." message, and I dont
seem to be able to find the cause for this. I have a routes.py active
and two different applications, each with their db implemented (I hope
it only sees in globals th
()]
On Nov 15, 8:50 am, mdipierro wrote:
> can you show us sql.log? Can you also show us the model?
>
> there seem to be a 'SUBSTRING' in CREATE TABLE and I have no clue how
> it go in there. web2py does not write it.
>
> There are things that work in sqlite even if they
xed in trunk.
>
> -Thadeus
>
> On Sat, Nov 14, 2009 at 4:31 PM, Benigno wrote:
>
> > Actually, no I didnt. (I didnt know it was necessary).
>
> > I have done so now, and still get the same error though.
>
> > On Nov 14, 7:02 pm, Thadeus Burgess wrote:
> >
Actually, no I didnt. (I didnt know it was necessary).
I have done so now, and still get the same error though.
On Nov 14, 7:02 pm, Thadeus Burgess wrote:
> Did you delete your .table files and sql.log file before the switch?
>
> -Thadeus
>
> On Sat, Nov 14, 2009 at 9:59 AM,
ror when I try to access any page on
the application:
S'Traceback (most recent call last):
File "/Users/benigno/PyProjects/AlbenDas_web2py/gluon/restricted.py",
line 184, in restricted\n File "/home/albendas/public_html/
www.albendas.com/applications/domotica/models/db.py&quo
Seen it,
Thank you Massimo.
On Nov 8, 11:08 pm, mdipierro wrote:
> This is (was) a bug. It is now fixed in trunk. Thanks for reporting
> it.
>
> Massimo
>
> On Nov 6, 2:50 pm, Benigno wrote:
>
> > Ok,
>
> > Problem still there withoutroutes.py.
>
>
On Nov 8, 5:20 pm, Jonathan Lundell wrote:
> On Nov 8, 2009, at 7:33 AM, Benigno wrote:
>
>
>
> > I didnt explain myself correctly. I am setting the > equiv="Content-Type" content="text/html; charset=iso-8859-1" />
> > dinamically when in sp
I didnt explain myself correctly. I am setting the
dinamically when in spanish. However, the accented words still show
badly.
Massimo:
I dont understand exactly what you mean, whats the correct way to
do this then?.
On Nov 8, 4:06 pm, salingrosso wrote:
> 2009/11/8 mdipierro
>
>
>
> > You
ur index.html?
> {{extend 'layout.html'}}
>
> 2009/11/8 Benigno
>
>
>
> > Hello,
>
> > There may be some very easy solution to this or something I am
> > doing wrong that I am not aware of, but when I have a layout.html with
> > the tag:
>
arsed" and I
get the funny symbols.
The same code, if writen straight in the layout.html, outputs
everything correctly.
Is there anything I can add to my index.html file so that it uses
the same meta tag as in the layout it is included in?.
Thanks agai
LoL, didnt know this project, it was a good laugh to use Vi right on
the screen...
I love and use Vim all the time, but my personal opinion is that not
so many people would be delighted with the idea to start with, but
whats more important, the people that use Vim, ussually just skip
straight awa
I have added a PDF with the document, which includes some images that
may make the information better understandable.
Find its link for download at the end of this blog post:
http://www.albendas.com/main/albendasitnews_eng/?p=5
Best regards,
Benigno.
On Oct 10, 5:00 pm, mdipierro wrote:
>
about 4 months
ago, since then, Paypal has changed some of its APIs it seems, and
some of the message names may have changed or no longer be available.
This should be pretty basic to detect though.
Best regards,
Benigno.
--~--~-~--~~~---~--~~
You received this message
hem to the app engine (deploying) not when testing locally with the
SDK, thats where confusion came from. But you are completelly right,
they are excluded in the app.yaml.
Thanks for the answer,
Benigno.
On Sep 3, 7:26 am, Yarko Tymciurak wrote:
> I spoke in error; examples is not lo
python2.5, as I am running the app from the GAE
SDK, I didnt know you had any option of going with any other python
version.
Benigno.
On Sep 2, 8:01 pm, Yarko Tymciurak wrote:
> I think admin is not supported on GAE; you can see if you get "anywhere
> else"
> by trying the exam
there, if I try to go to admin, or anywhere else, I get INVALID
REQUEST error.
Maybe there is something basic that I may be missing. Also, I am
running on OSX 10.6 which I just upgraded, but I dont know that that
should make a difference.
Thanks,
Benigno
ution would be the same for
IS_IN_DB).
Tititi, sorry if I have missinterpreted what you wanted to say.
Benigno.
On Sep 2, 5:25 pm, mdipierro wrote:
> What do you mean to be validated in this case, can you provide an
> example?
>
> On Sep 2, 8:56 am, tititi wrote:
>
> > Hi eve
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 wrote:
> You would be
o?. Or is there any other
recommended method I could use ?.
Thanks for your input,
Benigno.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to w
gt; Jason Brower
>
> On Wed, 2009-08-26 at 04:30 -0700, mdipierro wrote:
> > Thanks for the clarification.
>
> > On Aug 26, 6:19 am, Benigno wrote:
> > > I got it with a free download from LuLu.
>
> > > What I did to get it was:
>
> > > - Login Lu
Where can I download my order.
- It takes you to the place where you can download it, and it IS the
second version.
Well, at least, that has worked for me alright.
Cheers, and thanks Massimo for the book. It will really help
developing.
Benigno.
On Aug 26, 12:57 pm, carlo wrote:
> Missing th
.
I'd very much like to see the code if its available.
Cheers,
Benigno.
On Aug 25, 2:14 pm, mdipierro wrote:
> excellent work!
>
> On Aug 25, 5:55 am, ProfessionalIT wrote:
>
> > Congratulations !!! Jon.
> > Very good !.
--~--~-~--~~~-
"intuitive" for me to understand the concepts.
On Aug 19, 2:36 pm, Carl wrote:
> hi Benigno,
>
> 'fraid my project is from a clean sheet so I've not investigated how
> to migrate relational databases.
> I'm currently looking athttp://code.google.com/p/app-
something that works for bigtable.
Cheers,
Benigno.
On Aug 18, 1:37 pm, Carl wrote:
> hi
>
> I'm currently building a project with python, web2py & pyjamas; I will
> be deploying on gae.
>
> As you will know gae isn't a relational store but leverages a
> diff
y results.
Anyone can help please? No matter what I try I dont get the list of
values into the field.
Thanks,
Benigno.
On 14 ago, 00:13, Benigno wrote:
> Hello,
> I need to allow users to select a bunch of dates from a calendar,
> not necessarilly ranges (or contiguous), also
with calendar.js I see that
the new version allows for some of that, but it requires buying some
libraries or something.
Anyone that can tell me if it can be done somehow with calendar.js,
or if I should look at some other javascript library that would work
nicelly with web2py?
Cheers,
Be
My vote already went for A, but I also do prefer lighter fonts as
Yarko suggest. However, I'd stick to keeping the name aligned with the
lower bottom of the logo, as it makes it much easier to later on
design and align things to the logo.
On Aug 13, 8:43 pm, Yarko Tymciurak wrote:
> A prefered,
I vote for A.
Both are nice, but I find A much more ussable, and easier to combine
and fit anywhere. Also, it allows for easier referals with a smaller
logo.
On Aug 13, 6:29 pm, Massimo Di Pierro wrote:
> Two logos have been proposed for web2py. I love them both and I would
> like your opinio
abel='descição'). The string part is not
needed, as it would be by default.
As for the other question:
db.define_table("person", SQLField("gender"),
SQLField("desserts"))
db.person.gender.requires = IS_IN_SET(("Male&quo
field with inequalities). But I am no
expert, and I am not sure I might screw it up by a bad table and auth
design.
As a side question. On a table such as the one shown up there, the
requires.IS_NOT_IN_DB() that would be needed, would need to check on 3
fields (that is, I dont want the same c
t specific). Of course this for many
different companies.
The second part of my question is: What would be the best way to set
it up so that it works nicelly in GAE?.
Thanks in advance,
Benigno.
--~--~-~--~~~---~--~~
You received this message because you are
n as I get the
time. Problem is, I am going to be away for a month or so now, so it
will probably have to wait till end of August.
Regarding estore, I have ended up rewriting it, but its not really
a store now but a simplified wedding gift list application.
Cheers,
Benigno.
On 24 jul, 07:26, sui
mind I am trying to cover some of the functionalities I feel
missing on this attemp to create user documentation.
Cheers,
Benigno.
On 21 jul, 18:28, JohnMc wrote:
> How2Py, was getting a little long. The previous discussion seems to
> have brought out a couple principles --
>
> * More
John,
Very interesting article. I haven't had the need of capturing
data and structuring it from the web so far, but it is great to learn
how to do it, nicelly structured and enlightening.
cheers,
Benigno.
On 22 jul, 14:25, JohnMc wrote:
> Benigno,
>
> The file is locat
I do not know if I am understanding this correctly, but if the
proposal right now is to make a PDF and a zip file, or even just a zip
file with all the contents and maybe some text indicating what will be
found inside, I do think its not good to search on, nor to review and
even less if its someth
ld be shared, and reviewed (which I think is vital),
as the way they may be produced may vary depending on how and where
they will be shown. So, I do think a bit of consensus should be
reached before commiting to writing documentation.
Cheers,
Benigno.
On Jul 21, 6:35 am, Yarko Tymciurak wrote:
>
Ok, sorry, I think I found it here on the groups
python web2py.py -S -M
cheers
On Jul 17, 10:14 am, Benigno wrote:
> I know this is really really basic, but it may be my inability to
> understand when a document is outdated or something, truth is that I
> have been launching theshe
matter what I do. No db or anything.
Anyway, I feel stupid not to figure this out by myself, but I am sick
of loosing time everytime I get into the shell, and the shell in the
web browser, well... its good for a quick check but no good for
working.
Thanks in advance.
Benigno
it). Another IDE for python that
no one has mentioned and its free is SPE, and there is a nice package
for Mac OSX.
Cheers,
Benigno.
On Jul 14, 9:35 am, Boriel wrote:
> On windows you can also try pyscripter.
> Eric3 is another option (available on Win32 and Linux), but I prefer
> p
ut it didnt work for me, and had to make the user visible. I will try
further at a later stage, if you find out how to further secure the
button, I'll be happy to learn. I didnt find anything else when
uploading a whole cart with the details without setting up each item
separatedly with their
d applications, just
as a basis to go on from there.
Anyway, all that said, I am in... however I have to say just like
John... I am a slow programmer. My main area of expertise is actually
ERPs.
Benigno.
On Jul 12, 4:28 pm, JohnMc wrote:
> Yarko,
>
> I am game. Just be warned, I code slo
whatever you want. I'll
send it to Massimo if its ok, as I am building a bit over his code,
and would rather he posts it if he feels its ok. I'll try to have it
by next monday.
Cheers,
Benigno.
On 4 jul, 06:20, suiato wrote:
> just restarted to work on eStore yesterday, trying to use it as
there go my 2 cents.
On Jun 1, 5:40 am, mdipierro wrote:
> ... you should comment on threads like this:
>
> http://www.reddit.com/r/programming/comments/8ooh3/which_web_framewor...
>
> Massimo
--~--~-~--~~~---~--~~
You received this message because you are subscri
.
Thanks in advance,
Benigno Calvo.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, sen
74 matches
Mail list logo