[web2py] CRUD Form

2012-01-12 Thread tOlorun
Hello everyone Please iam trying to submit a crud.create form which iam loading as a component via ajax my url is not the url is not pointing to the function of the crud form i.e. my crud form is in a controller is celebrities and the function is set_up but my url is default/index (this is how

Re: [web2py] Re: connection with oracle database [SOLVED]

2011-12-07 Thread tOlorun
Thanks so Much Laz and Mas i was able to run the source from python 27 install and everything is fine now you guys are the best please how soon are we gon move web2py source to python version 3 ... just asking ... On 12/6/11, tOlorun wrote: > When i import cx_Oracle from python sh

Re: [web2py] Re: connection with oracle database

2011-12-06 Thread tOlorun
, line 15, in from globals import current ImportError: No module named globals C:\Users\Administrator> method 2 - kindly find attached screenshot E:\tOlorun\tO\web2py>python web2py.py

Re: [web2py] Re: connection with oracle database

2011-12-03 Thread tOlorun
you are working with Oracle google for this - Oracle Apex. > > On Dec 2, 11:56 pm, tOlorun wrote: >> Thanks >> >> i am able to connect python to oracle database >> >> but iam talking about connecting using the web2py connection string >> >> db =

Re: [web2py] Re: connection with oracle database

2011-12-02 Thread tOlorun
: > > $ python >>>> import cx_Oracle >>>> cnxn = cx_Oracle.connect('system/systempasswd@xe') >>>> crsr = cnxn.cursor() >>>> crsr.execute('SELECT * FROM dual') > > > > On Dec 2, 10:26 pm, tOlorun wrote: >> Thanks

[web2py] connection with oracle database

2011-12-02 Thread tOlorun
Thanks for the other time ... buh iam back again ... i dont seem to get a hang of connection strings (lols) please kindly help me with the error below ... Traceback (most recent call last): File "gluon/restricted.py", line 194, in restricted File "E:/tOlorun/web2py/web2

Re: [web2py] Re: MySQL ERROR

2011-11-26 Thread tOlorun
wow ... thoinx a million ... what can i do without you ... you're the best ... On 11/26/11, Massimo Di Pierro wrote: > db = DAL('mysql://w2p,pool_size=100') > > should be > > db = DAL('mysql://w2p',pool_size=100) > > > > On Nov 26,

[web2py] MySQL ERROR

2011-11-26 Thread tOlorun
Hi guys iam new to using web2py framework and iam getting this error Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/gluon/restricted.py", line 192, in restricted exec ccode in environment File "/home/oluwaseun/web2py/applications/mySQLsbApp/models/db.py", line 18, i