[web2py] Happy New Year

2019-01-02 Thread davidjensen
Base web3py on the fastest possible web server (vibora?) Make utilities for nosql data store. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You

[web2py] Re: 1.99.6 can't save, communications error

2012-07-16 Thread davidjensen
the configuration is web2py self install on ubuntu server # changes user and group owners to www-data, not root # because files copied in are root and must be www-data # find uid, gid by os.lstat # os.lchown does not work in windows def run(): import os uid = 33 gid = 33

[web2py] server down?

2012-06-13 Thread davidjensen
cannot establish connection to www.web2py.com 2012-06-13T17:11

[web2py] Re: Is there anyone using Linode to host Web2py??

2012-04-13 Thread davidjensen
Rackspace is full root access, they give you phone support, and it is listed on the front page of python.org. In general, the support people at many hosting services have little knowledge of Python. The least expensive cloud server is $11-12. I had Linode and they would not provide phone

[web2py] Re: new web2py cheatsheet

2012-04-10 Thread davidjensen
You can also cheat with 2 or 3 pages, maybe more. On Monday, April 9, 2012 4:44:22 PM UTC-4, Massimo Di Pierro wrote: http://dl.dropbox.com/u/18065445/Tmp/web2py_cheatsheet.pdf

[web2py] Re: db manipulation

2012-02-23 Thread davidjensen
)? Is this in a web2py app, or an external script or shell? On Wednesday, February 22, 2012 2:16:17 PM UTC-5, davidjensen wrote: In db.py, I created a db 'contacts' with a table 'mytable'. I later added a field 'date' to mytable. db.define_table('mytable',     Field('date',requires

[web2py] db manipulation

2012-02-22 Thread davidjensen
In db.py, I created a db 'contacts' with a table 'mytable'. I later added a field 'date' to mytable. db.define_table('mytable', Field('date',requires=IS_NOT_EMPTY()), Field('name',requires=IS_NOT_EMPTY()), Field('organization'), Field('notes','text', requires=IS_NOT_EMPTY()) )

[web2py] Re: view txt,pdf etc

2012-01-25 Thread davidjensen
24, 2012 4:10:57 PM UTC-5, davidjensen wrote: I am trying to write html that enables you to view pdf, etc in the browser. This is easy to do inwww.mydomain.com/mypdf.pdf How do I do this? previous posts said I had to go to a non web2py site. like app engine? If so, isn't this a bug

[web2py] view txt,pdf etc

2012-01-24 Thread davidjensen
I am trying to write html that enables you to view pdf, etc in the browser. This is easy to do in www.mydomain.com/mypdf.pdf How do I do this? previous posts said I had to go to a non web2py site. like app engine? If so, isn't this a bug that should be fixed since displaying pdf, txt, etc is

[web2py] Re: string not recognized

2012-01-19 Thread davidjensen
}+}))} On Jan 18, 7:59 am, davidjensen davidjensen...@gmail.com wrote: It bombs onPRE,CODE, and nowXML On Jan 18, 3:13 am, nils n...@olofsson.tv wrote: Hi, Could you not use {{=XML(string...)}} Regards, Nils On Jan 18, 2012 9:43 a.m., davidjensen davidjensen...@gmail.com wrote

[web2py] string not recognized

2012-01-18 Thread davidjensen
This is not recognized asa string: {{this is a string}} in: {{=PRE({{this is a string}}))}in a web page but it works on the command line: PRE({{this is a string}}).xml()

[web2py] Re: string not recognized

2012-01-18 Thread davidjensen
It bombs on PRE, CODE, and now XML On Jan 18, 3:13 am, nils n...@olofsson.tv wrote: Hi, Could you not use {{=XML(string...)}} Regards, Nils On Jan 18, 2012 9:43 a.m., davidjensen davidjensen...@gmail.com wrote: This is not recognized asa string: {{this is a string

[web2py] Documentation of web2py

2012-01-13 Thread davidjensen
I would like to help with the documentation of web2py. Is there a way to do that, perhaps collaboratively?

[web2py] Re: book 4th edition in PDF

2011-12-17 Thread davidjensen
I buy ebooks from the internet commonly. Amazon, Barnes and Noble and book publishers put table of contents, index, sample chapters, surprise me, etc. I did not see any of those on the site. Also, it appears that many ebooks are going to epub. I am experimenting with NLP, the semantic web and

[web2py] Re: book 4th edition in PDF

2011-12-17 Thread davidjensen
Addendum: It would be nice to see it on Safari. On Dec 17, 4:41 pm, Massimo Di Pierro massimo.dipie...@gmail.com wrote: I forgot amex has 15 digits cc numbers. I do not have ssh connection at this time. I will fix this tonight. On Dec 17, 1:46 pm, Adi adnan.smajlo...@gmail.com wrote:

[web2py] rocket.ssl not found

2010-06-14 Thread davidjensen
I am running 1.79.2 on red hat enterprise linux with python 2.5 on a hosting service with static ip and using port 8080. I have openssl. I am getting the error message use kill -SIGTERM 2457 to shutdown the web2py server Traceback (most recent call last): File web2py.py, line 20, in module

[web2py] KPAX documentation

2010-02-18 Thread davidjensen
Please put KPAX documentation on web2py.com. I think a generic CMS is important for non-technical users. It would be useful to have one, rather than many (mediawiki, drupal, plone, etc.). Many complaints on the web about the administrative problems of these. -- You received this message because

[web2py:37557] Re: semantic web2py

2009-12-19 Thread davidjensen
I will do some testing. Does this mean there is no need for the mysterious couchdb, mongodb, and hadoop, whatever they are? On Dec 18, 3:30 pm, mdipierro mdipie...@cs.depaul.edu wrote: http://www.web2py.com/semantic We could use some testers. Massimo -- You received this message because

[web2py:37484] no sql backends

2009-12-17 Thread davidjensen
What support does or will web2py have for no sql backends such as couchdb, mongodb, and, maybe, hadoop. I think these are mainly for semantic web and I think web2py has some semantic web application. -- You received this message because you are subscribed to the Google Groups web2py-users

[web2py:36200] ext js

2009-11-30 Thread davidjensen
Hi everyone, I have seen mention many times on this group of jquery. However, ext js looks very powerful and there are lots of books on it. What do you think of ext js. Apparently, it has a connection with gwt. Is it part of pyjamas? Thanks -- You received this message because you are

[web2py:31197] silverlight html bridge

2009-09-17 Thread davidjensen
I have not used the python to javascript utilities in web2py yet, but, it appears, the only way now run python in the browser is silverlight (maybe also python to actionscript in flash?). This is called html bridge and it allows html to call managed code as well as managed code to call html.

[web2py:19522] ssl, https

2009-04-09 Thread davidjensen
Massimo, thanks for the advice. All I had to do was use port 1000 and map 80 of the external to 1000 of the internal network. I would like to use https so I can remotely edit code and use the shell somewhat securely. I did comment out raise HTTP(200, T('Admin is disabled because unsecure

[web2py:19396] web2py on windows

2009-04-07 Thread davidjensen
I trying to get web2py running on vista ultimate which has IIS installed. I can get helloworld.html running on localhost and also from the web using a static ip and port forwarding on my router. However, I cannot get it on another computer on the lan or on the web. My ip address on the lan is

[web2py:15320] ironpython

2009-01-23 Thread davidjensen
At a recent Microsoft code camp, there was a demonstration of ironpython, ironruby, and boo for a web site. They all used the same elaborate c#, web.config, and something else definition of variables, etc.. Supposedly, this was to make it more safe or whatever. Ironpython programs can be run

[web2py:12004] remote access to admin

2008-11-17 Thread davidjensen
I have web2py running on a hosting service. I am trying to get to the administration/code writing section remotely. How do I do this? I tried in applications/admin/controllers/default.py, replacing raise HTTP(200,T('Admin is disabled because unsecure channel')) with pass#raise HTTP(200,T('Admin