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?
--~--~-
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
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..
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
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
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
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
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,
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
9 matches
Mail list logo