[web2py] urllib2 and web2py not showing page

2014-07-21 Thread David Jobes
I am trying to call a web page from within a function it works fine, except for the fact that it only shows the raw html page and not a the rendered page i need, have tried all the urllib2 methods and still not luck, here is code, any ideas or sugggestions. def vrt(): fup_form = FORM(INPUT

[web2py] Re: Process uploaded file

2014-07-16 Thread David Jobes
I will try this, i already have a python script that parsers a file and converts to dsv to then add to db, this is the script i am trying to run, once a upload a file. On Saturday, July 12, 2014 3:40:10 AM UTC-4, Massimo Di Pierro wrote: > > for example, let's say you want to upload text files.

[web2py] Process uploaded file

2014-07-11 Thread David Jobes
I have a db table that holds the files i have uploaded, i need to then be able to process them and add the information into another db table, i have not been able to find anything on it or in any book. suggestions or ideas -- Resources: - http://web2py.com - http://web2py.com/book (Documentatio