On 25 April 2012 03:47, netcode wrote:
> I got SSH enabled on my account. Currently using putty but when i run
> this: "./configure --prefix=$HOME" i get the following error:
>
> *checking for cl.exe... no*
> *configure: error: no acceptable C compiler found in $PATH*
> *See `config.log' for more
In a .ics view I generate the file name as follows:
{{response.headers['Content-Disposition'] = 'attachment;filename=%s.ics' %
IS_SLUG()(organization.name)[0]}}
I'd like to add the row.id to the file name as well, I've tried several
ways but none of them worked, what is the correct syntax to do
How to create log In form in web2py
Thanks for the link! I've been looking for good API design resources.
So helpful. Thanks.
2012/4/25 Ross Peoples :
> Thanks for the link! I've been looking for good API design resources.
--
Carlos J. Costa
Cientista da Computação
Esp. Gestão em Telecom
EL MELECH NEEMAN!
אָמֵן
if this becomes a built-in feature of web2py, since it already runs on
gae, everyone would be able to code his own dropbox.
Up!
Richard
On Tue, Apr 24, 2012 at 4:24 PM, Richard wrote:
> Hello,
>
> I modify SELECT_OR_ADD_OPTION in order to combine autocomplete widget and
> the SELECT_OR_ADD_OPTION widget, but only thing I get from autocomplete in
> form is it instance id :
>
>
>
> Here what I change in SELECT_OR_ADD_
Thanks again ! I came back from vacation and tried the code but I got
different error...
File "C:\web2py\gluon\dal.py", line 1386, in log_execute
ret = self.cursor.execute(*a, **b)
ProgrammingError: The cursor's connection has been closed.
sub_menu = [('Admin', False, URL('admin'), []),
form=auth.login()
On Wednesday, 25 April 2012 04:53:52 UTC-5, Vibhor Purandare wrote:
>
>
> How to create log In form in web2py
>
# this is my controller
def test_mail():
"""Email tester"""
mail.settings.sender = 'x...@y.com'
mail.settings.server = 'z.com:587' # SMTP server
mail.settings.login = 'asdf:lkjh'
mail.settings.encrypt = False
mail.settings.ssl = False
mail.settings.tls = True
m
Hello,
Sorry to duplicate this question, but I really need help and think that my
subject title was not that clear.
My problem is that I can't find how to display correctly the Autocomplete
widget (only get the address of the instance of the autocomplete class to
display in the form) if I combine
Also, simply doing form=auth() will produce a login form if the first arg
in the URL (i.e., request.args(0)) is "login". The user() function in the
default.py controller of the "welcome" app works this way.
form=auth()
will generate different auth forms depending on the value of
request.args(0
I also interested in this but unfortunately am too much of a beginner with
jquery / javascript to be able to help you now.
Regards
Johann
--
Because experiencing your loyal love is better than life itself,
my lips will praise you. (Psalm 63:3)
In linux web2py user's keyring is in
~web2py/.gnupg/{pubring.gpg,secring.gpg}
It's the default location.
If you'll sign the mail than the private key should belong to 'x...@y.com'.
Can you send mail if there is no gpg in action? Is smtp working?
If I get some time at night I'll look at the code
>
> if this becomes a built-in feature of web2py, since it already runs on
> gae, everyone would be able to code his own dropbox.
Yes I see good potential for cheap office document filing. It is great
that Google will index the contents of files, including PDFs. Searching
for documents i
Hello,
I made a lot of progress, by changing my approach, instead of trying to use
Autocomplete form SELECT_OR_ADD_OPTION, I bring SELECT_OR_ADD_OPTION into
Autocomplete to create a new AutocompleteWidgetSelectOrAddOption widget...
What I get so far :
class AutocompleteWidgetSelectOrAddOption(ob
It seems that web2py group membership is restricted to groups created by
web2py. We have a situation where we are bypassing web2py's user management
and using PAM directly. This works great for just logging in, but we have
no access to group information because web2py is looking to its own
data
No, I was wrong, is because I need to strip withe space coming from the
field type...
Richard
On Wed, Apr 25, 2012 at 11:33 AM, Richard Vézina <
ml.richard.vez...@gmail.com> wrote:
> Hello,
>
> I made a lot of progress, by changing my approach, instead of trying to
> use Autocomplete form SELECT
No, callback issue...
How can I trigger call back when I set my new foreing entry in autocomplete
widget box??
Richard
On Wed, Apr 25, 2012 at 11:43 AM, Richard Vézina <
ml.richard.vez...@gmail.com> wrote:
> No, I was wrong, is because I need to strip withe space coming from the
> field type...
Remember though that it's covered by the Google Terms of Service which
means although you maintain IP ownership, you're granting them a license to
use your content:
http://www.google.com/intl/en/policies/terms/
On Wednesday, April 25, 2012 11:24:48 AM UTC-4, villas wrote:
>
> if this becomes a
I have been a little further and I can partly trigger the callback with
this :
response.js += """$('#test_ph_eregistry_id').keyup();"""
But the autocomplete selecting panel stays there for ever... So I try to
trigger a "tab" key stroke event that make it disapear in a real case
scenario (I mean w
Thanks szimszon. I see. The keyrings were not installed under web2py. But
now they are, and unfortunately, I'm still failing out in the same place
(although now I have a better idea where). The message is that there is no
key for signing "my_from_addr...@xyz.com", which is the
mail.settings.sen
What is the error message?
2012. április 25., szerda 19:28:10 UTC+2 időpontban weheh a következőt írta:
>
> Thanks szimszon. I see. The keyrings were not installed under web2py. But
> now they are, and unfortunately, I'm still failing out in the same place
> (although now I have a better idea wh
On Tuesday, April 24, 2012 9:24:34 AM UTC-4, Massimo Di Pierro wrote:
>
> I think this belongs to the validator. If the validator has already
> removed the subseconds you are in no luck.
> If it works for you, I do not see a problem. Anyway, remember that this
> API is experimental. They will sta
Hi All,
I've just noticed that web2py welcome application is doing calls like this
http://pts.lockerz.com/1x1.gif?ver=0.1&app=a2a&uuid=e91edf70-1558-4a46-8ef1-5081e621377d&event=load&url=http%3A%2F%2Flocalhost%3A8000%2Fwelcome%2Fdefault%2Findex&referrer=
any ideas ?
thanks
--
Sebastian E. Ovi
That's the AddToAny "Share" button in the upper right -- AddToAny is now
Lockerz.
Anthony
On Wednesday, April 25, 2012 3:45:06 PM UTC-4, sebastian wrote:
>
> Hi All,
>
> I've just noticed that web2py welcome application is doing calls like this
>
>
> http://pts.lockerz.com/1x1.gif?ver=0.1&app=a2
You can use validators in scripts with .validate_and_insert or
.update_and_insert
http://zerp.ly/rochacbruno
Em 25/04/2012 15:53, "nick name" escreveu:
> On Tuesday, April 24, 2012 9:24:34 AM UTC-4, Massimo Di Pierro wrote:
>>
>> I think this belongs to the validator. If the validator has alread
Hi I randomly get a EOFError this doesn't always happen and I have no
idea what is causing it.
Traceback (most recent call last):
File "/home/developer/projects/yaw/gluon/restricted.py", line 205,
in restricted
exec ccode in environment
File "/home/developer/projects/yaw/applications/admin
Yes, it is a bit scary, but on the other hand many businesses already use
Gmail and Docs, so they have already handed over a lot of their stuff. I
can't imagine Google handing a company's files over to that company's
competitors, and in most cases that's probably the biggest concern. The
no key for signing "my_from_addr...@xyz.com"
On Thursday, April 26, 2012 2:29:53 AM UTC+8, szimszon wrote:
>
> What is the error message?
>
> 2012. április 25., szerda 19:28:10 UTC+2 időpontban weheh a következőt
> írta:
>>
>> Thanks szimszon. I see. The keyrings were not installed under web2py.
On 04/24/2012 03:32 PM, Massimo Di Pierro wrote:
> Definitively not possible. The DB does not allow it. You can make the
> reference field and integer and give it a IS_IN_DB validators pointing to
> the other table. It will work as you want to but bypass the DB restriction.
Thanks Massimo.
--
Cool Richard! I haven't done much with that widget since initially
creating it. I thought that there was someone who was creating an improved
version a few months ago but can't for the life of me find it anywhere. :(
Feel free to send me a patch and I'll put it up in the bitbucket repo
and/o
What Anthony said...
Just look for this in your layout.html
and remove until this:
On Wednesday, April 25, 2012 12:45:06 PM UTC-7, sebastian wrote:
>
> Hi All,
>
> I've just noticed that web2py welcome application is doing calls like this
>
>
> http://pts.lockerz.com/1x1.gif?ver=0.1&app=a2a&u
Hi,
I just tried bootstrap.min.css in trunk. I noticed one small problem. The
buttons on SQLFORM.grid no longer show up, instead I get links for add,
edit, and delete. The html generated for the add is:
Add
My previous code generated the same html, but it displayed a button, not just
the lin
what is the output of the
gpg --list-secret-keys my_from_addr...@xyz.com
command if running with web2py user?
Is there any environment variable set about gpg in a shell and not in
environment the web2py is running?
2012. április 26., csütörtök 1:02:40 UTC+2 időpontban weheh a következőt
írta:
>
Hi,
I guess this will be fixed. For now you could add btn to . I started using bootstrap when there was no bootstrap in
trunk and I had to fix my forms:
def addFormClasses(form):
form.element('label')['_class']='control-label'
form.element(_type='submit')['_class']='btn'
form.element
A few weeks ago I had a problem caused by storing a rows object in session.
Anthony helped me solve the problem and provided me with the following
explanation:
When you store objects in the session, those objects have to be pickled
(i.e., serialized for storage). A DAL Row object is pickled as
Thank you for this.
Jon Molesa
On Apr 24, 2012, at 4:44 PM, Bruno Rocha wrote:
> Download:
>
> http://blog.apigee.com/detail/announcement_new_ebook_on_web_api_design/
>
> --
>
> Bruno Rocha
> [http://rochacbruno.com.br]
>
gpg --list-secret-keys my_from_addr...@xyz.com produces an output that
indicates that the address is valid. So I know I'm using the right email
address. If I purposely enter an invalid email as a test, I get an error
message:
gpg: error reading key: secret key not available
There is a GPGKEY
Thx +1
+adesst
-Original Message-
From: Jon Molesa
Sender: web2py@googlegroups.com
Date: Thu, 26 Apr 2012 02:26:31
To: web2py@googlegroups.com
Reply-To: web2py@googlegroups.com
Subject: Re: [web2py] Free e-book abhout Rest API
Thank you for this.
Jon Molesa
On Apr 24, 2012, at 4:44
You do not give your context so I don't know whether you have access to
row, but if you have:
{{response.headers['Content-Disposition'] = "attachment;filename=%s_%s.ics"
% ( IS_SLUG()(organization.name)[0], row.id)}}
It's straight python I think.
Le mercredi 25 avril 2012 10:47:57 UTC+2, Annet
41 matches
Mail list logo