This is to mean, what is called is a database function which has no
return value but raises an exception when sth is wrong (don't ask
how). So, I want to return the error message as it appears inside the
database function, in place of using the try/except option in python.
Can I?
--
You received
In one of my controller actions required to get the exact EXCEPTION
raised by postgreSQL function. How could I fetch the RAISE EXCEPTION
error using psycopg (or the connection cursor)?
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to th
Dear Thaudeus,
Sure, this is not a web2py issue. But, I'm considering whitebeam in
line with web2py to add some functionality which are far beyond
web2py. I'm using windows vista os.
cheers!!!
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To
I do have mod_whitebeam in my modules folder and LoadModule whitebeam-
module modules/mod_whitebeam.so line in my httpd.conf
but I'm getting the following error while I try to re-start apache
the specified module could not be found.
--
You received this message because you are subscribed to the
def index():
response.files.append('http://../lib/OpenLayers.js')
...
While I try to call functions from OL library (I'm using pydermonkey
module):
I'm still getting OpenLayers is not defined error. Can't I call
objects and functions from response files???
--
You received t
I saw the example on how to develop an app using both web2py and
pyjamas. My question is a similar but a bit different.
Pyjamas helped me write some python functions that integrate a
javascript library. But, I couldn't trigger those functions right from
the controller environment. Help???
--
You
I'm using latest version of apache ... Everything is going fine except
I can't tell what is creating this error 404?
Not Found
The requested URL /admin/default/edit/myApp/views/default\index.html
was not found on this server
--
You received this message because you are subscribed to the Google
Well! There seems a sign of listening it. It was an error in issuing
self-signed certificate.
But, By clicking on a web2py app's page, a request should be sent to
apache to synchronously fetch some values from the db and send it to
my web2py app's page. Apache keeps blocking it (because it is htt
Sorry, it's typography mistake here! &
SSLCertificateFile "conf/server.crt". But, not listened yet.
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group,
Listen 8000
NameVirtualHost *:8000
DocumentRoot "C:/web2py/applications"
ServerName ( # my ip)
Order allow,deny
Deny from all
Order deny,allow
Allow from all
U got it!!! python 2.6.4 did it right, thanks...and I'll try to see
what will happen 2 my original question and let u know, thanks a lot!
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web...@googlegroups.
What is going wrong?
C:\web2py>python web2py.py -W install
WARNING:root:no file locking
default applications appear to be installed already
web2py Enterprise Web Framework
Created by Massimo Di Pierro, Copyright 2007-2009
Version 1.64.4 (2009-06-24 00:40:36)
Database drivers available: SQLite3, Po
the problem seems still there...
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to
web2py+unsubscr...@googlegroups.com.
For more options,
I saw that admin.tar is a new file that is immediately created on the
web2py root folder while I run web2py.py. I delete and run it again,
the problem repeats itself...
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send
yah, it's very strange. It's the from the source that I'm complaining
ab. When I double click, it momentarily disappears. If it helps, let
me paste the exception I receive everytime I type >python web2py.py
WARNING: root: no file locking
unpacking apps; this may take a few seconds...
Traceback (
yah, it's very strange. It's the from the source that I'm complaining
ab. When I double click, it momentarily disappears, when I type
>python web2py.py, I everytime get the ff error:
WindowsError: [Error 13] The process cannot access the file because it
is being used by another process: 'admin.ta
Strange, yah! It is the source I'm complaining ab. The old version
runs well by a just click on the web2y.py file? I use ms vista os &
upgrading from 1.64.
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web
True, I got an old version of web2py. The latest version is not
running, I don't know whose problem that is. While I double click
web2py.exe, it pops up & disappears. Have u checked it lately?
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To p
Dear md,
this looks hopefully the right solution, but I'm getting the ff
AttributeError repeatedly,
>>>'NoneType' object has no attribute 'append'
in f='whatever.js'', can I put the url of the online js library or the
file path by saving it in my directory.
--
You received this message because
I want to integrate an application that must run on apache tomcat with
a web2py application. My interest was to avoid using two servers for
the two applications, it seems now I've two use both servers.
--
You received this message because you are subscribed to the Google Groups
"web2py-users"
How about importing the js library...???
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to
web2py+unsubscr...@googlegroups.com.
For more o
Web2py view is successfully calling an online javascritpt library
under
Is Web2py deployable on Apache tomcat, can anyone help??
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to
web2py+unsubscr...@googlegroups
I got it, new class was unregistered in the model environment inside
the gluon.compileapp folder.
Thank you dear md, I'm loving & appreciating web2py's flexibility.
On Nov 12, 10:34 pm, mdipierro wrote:
> I have no idea. Can you show use the code?
>
> On Nov 12, 1:
mList is my class, to be used the same way as SQLField (to define new
field d/t from SQLField). It 100% works on python shell, but on the
model environment it raises the following trace...
Traceback (most recent call last): File "G:\get2GetHer\itcLessons\oSDI
\proj+enkef\fivePythonWF\allWeb2py\w
I used the following linkage to import my css file created inside
static folder.
No error, but nothing displays on my page. what goes wrong???
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
T
my image table is already created...
--~--~-~--~~~---~--~~
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
w
This is a kind of error I'm getting repeatedly. I suspect that my
understanding of the Storage(dict) object & its functions is not
enough. Can any one help, plz.
>>> db.image.drop()
Traceback (most recent call last):
File "", line 1, in
db.image.drop()
File "C:\Users\...\web2pygeom\gluo
thanks mdipierro:
my interest is to put my codes under one folder and call them from the
model on an instance of SQLDB object (just like web2py's
create_table).
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2
I've my own class & some functions, that need db back-end. I want to
embed it in my application by running it right from the model. How?
can any1 help me plz.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py-us
Why is web2py christened web2py? Am I right if I answer this question
as follows:
This is because it is python implementation of Web-frameworks
technology, with the powers of Web 2.0 version of the Web.
Regards
--~--~-~--~~~---~--~~
You received this message becau
I'm on page 137 of the manual...
In[3]: db.define_table('person', SQLField('name'))
Out[3]: Traceback (most recent call last):
File "", line 1, in
File "D:\allWeb2py\web2pySource\gluon\sql.py", line 975, in
define_table
raise SyntaxError, 'invalid table name: %s' % tablename
SyntaxErro
I'm on page 137 of the manual...
In[3]: db.define_table('person', SQLField('name'))
Out[3]: Traceback (most recent call last):
File "", line 1, in
File "D:\allWeb2py\web2pySource\gluon\sql.py", line 975, in
define_table
raise SyntaxError, 'invalid table name: %s' % tablename
SyntaxErro
My dear Fran, really thank u very much.
Then can I say it's always better 2 run the source version than the
windows one? Or what?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post
Any one who successfully managed to get connected to postgres db?
I already installed psycopg2, postgres, web2py and python 2.6 on my
windows vista os, but still can't get linked to postgres. Did I miss
sth? What I get is this:
Traceback (most recent call last):
File "", line 1, in
File "gluo
Check:http://www.scribd.com/doc/16085263/web2py-slides-version-163 and
especially page 71.
Really thank you!
This helps about the latest version of web2py.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
>Maybe this sets us apart from competing frameworks and attracks more
geo-hackers
It seems fine 2 me. But...
My interest now is to define "Spatial Database Consistency of Web2py"
not @ 'Controller' level, but @ "Database" level. I've not yet known
what web2py is. Give me some time 2 know it.
Right - you need to pay USD 10 for it:
http://www.lulu.com/content/4968879
>>'ll get as soon as possible, full version is what I need.
It's not a fully-qualified domain, won't ever work outside your
campus...
>>Then let me get another help from u to broaden it, take it out of my campus.
>>Ho
gluon/validators.py << Again 10Q!
I know, what is removed is the full version of the manual which was
@:
http://www.scribd.com/word/removal/15508739
but the manual @:
http://web2py.com/examples/default/docs
seems not complete, I'm using it though. U know, I want 2 dig it
all!!! I would still
I'm not sure if u can access it, take a look @ my first attempt to
build Personal Geo-website (a marked class assignmet)
http://itcnt07/~tsega19167/module10/index.html
On May 27, 12:37 am, haftish21 wrote:
> 10Q Massimo and Fran, ur relpies added sth 2 my motivation. 4 ur info,
h of this can exist in a T2-style shared appliance, of course - it
> wouldn't need to be core.
>
> F
>
>
>
> > On May 26, 11:22 am, Fran wrote:
> > > On May 24, 7:01 pm, haftish21 wrote:
> > > > I'm commencing my MSc thesis work entitled "
I'm commencing my MSc thesis work entitled "Customization of Spatial
Database Consistency on Web Frameworks: the case of web2py". I picked
web2py cos I saw many interesting features in it while I was trying to
scan all python-programmed web frameworks out there. I can say that
I'm just very new to
42 matches
Mail list logo