[web2py:29629] Web2py and Webfaction

2009-08-29 Thread Heronim
I am installing the Web2py in WebFaction, typing the command: python web2py.py -p12345 Is the message: Traceback (most recent call last): File "web2py.py", line 20, in? gluon.widget.start (cron = True) AttributeError: 'module' object has no attribute 'start' What to do? --~--~-

[web2py:29653] Re: Web2py and Webfaction

2009-08-30 Thread Heronim
It worked, thank you for help. --~--~-~--~~~---~--~~ 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 this group, send email to web2py+u

[web2py:30823] Re: Dynamically populate PDF forms on the fly

2009-09-12 Thread Heronim
How do I print a PDF? --~--~-~--~~~---~--~~ 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 this group, send email to web2py+unsubscr..

[web2py:31064] Re: Dynamically populate PDF forms on the fly

2009-09-15 Thread Heronim
Thanks Massimo --~--~-~--~~~---~--~~ 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 this group, send email to web2py+unsubscr...@googl

[web2py:11754] Newbie Insert

2008-11-12 Thread Heronim
How do I pass the fields to insert as a parameter? my_insert ("name='Carl', address = 'av none 1'") def my_insert(self, vsql): db.people.insert(vsql) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py We

[web2py:11776] Re: Newbie Insert

2008-11-13 Thread Heronim
Yes, I read. I did what I said is happening but the following message: "TypeError: insert() takes exactly 1 argument (2 given)" "Thanks, Heronim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[web2py:11798] Re: Newbie Insert

2008-11-13 Thread Heronim
Ok, Server: class PeopleService: def insert(self, **vsql): db.People.insert(**vsql) db.commit() services = {'PeopleService': PeopleService} def gateway(): base_gateway = pyamf.remoting.gateway.BaseGateway (services,authenticator=auth) context = pyamf.get_context(pyamf

[web2py:11800] Re: Newbie Insert

2008-11-13 Thread Heronim
def auth(username, password): return True --~--~-~--~~~---~--~~ 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,

[web2py:11818] Re: Newbie Insert

2008-11-14 Thread Heronim
Thanks for your help. --~--~-~--~~~---~--~~ 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, send email to [EMAIL PR