[web2py] Postgres EXEPTION in web2py

2010-01-14 Thread haftish21
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 this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py] Re: Postgres EXEPTION in web2py

2010-01-14 Thread haftish21

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 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, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:37649] Re: unable to find mod_whitebeam module

2009-12-22 Thread haftish21

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 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, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:37607] OpenLayers is not defined

2009-12-21 Thread haftish21
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 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, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:37632] unable to find mod_whitebeam module

2009-12-21 Thread haftish21
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 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, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:37397] pyjamas for javascript in web2py

2009-12-16 Thread haftish21
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 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, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:36539] /views/default\index.html

2009-12-04 Thread haftish21
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 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, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:36410] Re: apache + web2py

2009-12-03 Thread haftish21

Sorry, it's typography mistake here! VirtualHost *:8000  
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, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:36414] Re: apache + web2py

2009-12-03 Thread haftish21

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 http
request by its very nature, not https)? No error (200 OK) but nothing
is displayed. I tried to proxy, it doesn't solve it. How could I
figure this out???

--

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, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:36343] Re: js functions from controller

2009-12-02 Thread haftish21

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, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:36360] web2py as windows service

2009-12-02 Thread haftish21
What is going wrong?

C:\web2pypython 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, PostgreSQL
Starting cron...
Traceback (most recent call last):
  File web2py.py, line 20, in module
gluon.widget.start(cron=True)
  File ...web2py\gluon\widget.py, line 740, in start
NameError: global name 'web2py_windows_service_handler' is not defined

C:\web2py

--

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, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:36367] Re: js functions from controller

2009-12-02 Thread haftish21


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.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:36371] apache + web2py

2009-12-02 Thread haftish21
Listen 8000

NameVirtualHost *:8000

VirtualHost *:2121
DocumentRoot C:/web2py/applications
ServerName   ( # my ip)

Directory C:/web2py
Order allow,deny
Deny from all
/Directory

Location /
Order deny,allow
Allow from all
/Location

LocationMatch ˆ(/[\w_]*/static/.*)
Order Allow,Deny
Allow from all
/LocationMatch

WSGIScriptAlias / C:/web2py/wsgihandler.py

SSLEngine On

SSLCertificateFile conf/server.csr
SSLCertificateKeyFile conf/server.key

LogFormat %h %l %u %t \%r\ %s %b common
CustomLog logs/access.log common
/VirtualHost

Apache doesn't seem listening to my 8000? still looking apps inside
htdocs. When I hit http:\\localhost:80\myapp, it logs an error like
this: [Thu Dec 03 00:19:56 2009] [error] [client 127.0.0.1] File does
not exist: C:/ms4w/Apache/htdocs/myapp

--

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, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:36300] Re: js functions from controller

2009-12-01 Thread haftish21
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 email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:36196] Re: js functions from controller

2009-11-30 Thread haftish21
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 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, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:36215] Re: js functions from controller

2009-11-30 Thread haftish21
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 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, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:36248] Re: js functions from controller

2009-11-30 Thread haftish21

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...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:36250] Re: js functions from controller

2009-11-30 Thread haftish21
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.tar'

--

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, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:36252] Re: js functions from controller

2009-11-30 Thread haftish21

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 (most recent call last):
   File web2py.py, line 20 in (module)
  gluon.widget.start(cron=True)
   File C:\web2py\gluon\widget.py, line 726, in start
  (options, args) = console()
   File C:\web2py\gluon\widget.py, line699, in console
  w2p_unpack('admin.w2p, 'applications/admin/')
   File C:\web2py\gluon\fielutils.py, line 189, in w2p_unpack
  os.unpack(tarname)
WindowsError: [Error 13] The process cannot access the file because it
is being used by another process: 'admin.tar'

--

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, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:36174] Re: js functions from controller

2009-11-29 Thread haftish21
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 options, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:36177] Re: web2py on Apache Tomcat

2009-11-29 Thread haftish21


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 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, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:36119] web2py on Apache Tomcat

2009-11-28 Thread haftish21
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.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:36155] js functions from controller

2009-11-28 Thread haftish21
Web2py view is successfully calling an online javascritpt library
under script tag, and to define some js functions that interact with
database back-end. But I''m just curious to put these js functions on
the controller, is that possible???

--

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, visit this group at 
http://groups.google.com/group/web2py?hl=en.




[web2py:35255] Re: new non-SQLField field

2009-11-13 Thread haftish21

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 mdipie...@cs.depaul.edu wrote:
 I have no idea. Can you show use the code?

 On Nov 12, 1:51 pm, haftish21 haftis...@gmail.com wrote:



  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\web2pySource\web2pySource\gluon
  \restricted.py, line 107, in restricted    exec ccode in environment
  File C:/Users/.../applications/m4py/models/db.py, line 7, in
  module    mList('mesay'),
  NameError: name 'mList' is not defined

  What is wrong?? How could I fix this??? Can anyone help, plzzz...- Hide 
  quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~--~~~~--~~--~--~---



[web2py:35194] new non-SQLField field

2009-11-12 Thread haftish21

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\web2pySource\web2pySource\gluon
\restricted.py, line 107, in restrictedexec ccode in environment
File C:/Users/.../applications/m4py/models/db.py, line 7, in
modulemList('mesay'),
NameError: name 'mList' is not defined

What is wrong?? How could I fix this??? Can anyone help, plzzz...



--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~--~~~~--~~--~--~---



[web2py:34396] storage object

2009-11-02 Thread haftish21

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 pyshell#3, line 1, in module
db.image.drop()
  File C:\Users\...\web2pygeom\gluon\sql.py, line 525, in
__getattr__
return dict.__getitem__(self,key)
KeyError: 'image'
--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~--~~~~--~~--~--~---



[web2py:34428] Re: storage object

2009-11-02 Thread haftish21


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 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~--~~~~--~~--~--~---



[web2py:34030] Re: +new class and functions

2009-10-29 Thread haftish21



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 
web2py-users group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~--~~~~--~~--~--~---



[web2py:33970] +new class and functions

2009-10-28 Thread haftish21

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-users group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~--~~~~--~~--~--~---



[web2py:28012] web2py naming

2009-08-05 Thread haftish21

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 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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~--~~~~--~~--~--~---



[web2py:25355] Re: psycopg2 on windows vista

2009-06-30 Thread haftish21

I'm on page 137 of the manual...


In[3]: db.define_table('person', SQLField('name'))

Out[3]: Traceback (most recent call last):
  File input, line 1, in module
  File D:\allWeb2py\web2pySource\gluon\sql.py, line 975, in
define_table
raise SyntaxError, 'invalid table name: %s' % tablename
SyntaxError: invalid table name: person


--~--~-~--~~~---~--~~
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 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~--~~~~--~~--~--~---



[web2py:25225] psycopg2 on windows vista

2009-06-29 Thread haftish21

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 input, line 1, in module
  File gluon/sql.py, line 752, in __init__
  File gluon/sql.py, line 631, in _pool_connection
  File gluon/sql.py, line 752, in lambda
NameError: global name 'psycopg2' is not defined

Regards!!
--~--~-~--~~~---~--~~
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 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~--~~~~--~~--~--~---



[web2py:23267] Re: Spatial???

2009-06-04 Thread haftish21

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.
--~--~-~--~~~---~--~~
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 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~--~~~~--~~--~--~---



[web2py:23291] Re: Spatial???

2009-06-04 Thread haftish21


 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 
web2py Web Framework group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~--~~~~--~~--~--~---



[web2py:22876] Re: Spatial???

2009-05-29 Thread haftish21


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. 
How could I fully qualify its domain?

If spatial database consistency is new 2 web2py, then it calls a lot
of assignments 4 me to fill the gap.

Let us talk how to realize geoweb2py, I'm really getting the
interest 2 write a proposal on this demand and show it 2 my professor.
What do u think?

--~--~-~--~~~---~--~~
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 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~--~~~~--~~--~--~---



[web2py:22697] Re: Spatial???

2009-05-26 Thread haftish21

10Q Massimo and Fran, ur relpies added sth 2 my motivation. 4 ur info,
I'm a Master's of Science student in GeoInformatics. I already owned
enough foundation knowledge on database, Spatial-data (collection,
processing, modelling, visualization, dissemination...), Python,
Mapserver, Open-Layers, Web-design, GIS, RemoteSensing, GoogleEarth
and name it. But, I'm fresh 2 the web framework world. I already made
a successful attempt to integrate KompoZer, OpenLayers, GoogleEarth
and Mapserv (with Configuration files). I'm starting doing my MSc
thesis on the title I put above, Spatial Database Consistency in
Webframeworks. My colleague is doing the same work on GeoDjango. But,
I preferred to stay with web2py, as I'm highly impressed in it (I
don't know what will happen!!).

What am I looking? In short, if there are any attemps with regard to
GeoWeb2py. Fran, has already answered that. Thank you! U made me
look towards it!!!

I haven't yet gone through the web2py manual (I was using the online
free material @ DePaul University). It has now been removed. I'm
looking 4 other options 2 catch it, but I would love if u can help me
with all possible 'constraints' (like the NOT_NULL function) web2py
tries to take care (by this time, not necessarily spatial).


On May 26, 10:15 pm, Fran francisb...@googlemail.com wrote:
 On 26 May, 17:27, mdipierro mdipie...@cs.depaul.edu wrote:

  what would you like to see?

 Support in the DAL for Spatial 
 queries:http://groups.google.co.uk/group/web2py/browse_thread/thread/7551b50e...http://groups.google.co.uk/group/web2py/browse_thread/thread/87d1b119...

 Make Geocoder more generic (not just Google) by leveraging 
 GeoPy:http://code.google.com/p/geopy/

 Proxy server for JavaScript 
 cross-domainhttp://groups.google.co.uk/group/web2py/browse_thread/thread/c59e3150...

 Wrapper functions for Geographic libraries, such as PCL 
 FeatureServer:http://trac.gispython.org/labhttp://featureserver.org/

 Configuration of MapServers such as MapServer  
 OpenLayers:http://mapserver.org/mapscript/python.htmlhttp://mapfishblog.blogspot.com/2009/03/studio-beta-for-mapfile-manag...

 Some examples of what can be 
 done:http://code.djangoproject.com/wiki/GeoDjangohttp://drupal.org/project/mappingkit

 Much 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 francisb...@googlemail.com wrote:
   On May 24, 7:01 pm, haftish21 haftis...@gmail.com wrote:
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 web framework world but not to python. To start
with, I want to first delineate the main standard (spatial)
consistency rules that web2py can fully support. What are they? Who
can provide me a clear list of them.
   I think: 'none' ;)
   I am keen to see a GeoWeb2Py developed along the lines of GeoDjango,
   but right now there is no support beyond a basic Google Geocoding
   function.
   F- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~--~~~~--~~--~--~---



[web2py:22698] Re: Spatial???

2009-05-26 Thread haftish21

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 haftis...@gmail.com wrote:
 10Q Massimo and Fran, ur relpies added sth 2 my motivation. 4 ur info,
 I'm a Master's of Science student in GeoInformatics. I already owned
 enough foundation knowledge on database, Spatial-data (collection,
 processing, modelling, visualization, dissemination...), Python,
 Mapserver, Open-Layers, Web-design, GIS, RemoteSensing, GoogleEarth
 and name it. But, I'm fresh 2 the web framework world. I already made
 a successful attempt to integrate KompoZer, OpenLayers, GoogleEarth
 and Mapserv (with Configuration files). I'm starting doing my MSc
 thesis on the title I put above, Spatial Database Consistency in
 Webframeworks. My colleague is doing the same work on GeoDjango. But,
 I preferred to stay with web2py, as I'm highly impressed in it (I
 don't know what will happen!!).

 What am I looking? In short, if there are any attemps with regard to
 GeoWeb2py. Fran, has already answered that. Thank you! U made me
 look towards it!!!

 I haven't yet gone through the web2py manual (I was using the online
 free material @ DePaul University). It has now been removed. I'm
 looking 4 other options 2 catch it, but I would love if u can help me
 with all possible 'constraints' (like the NOT_NULL function) web2py
 tries to take care (by this time, not necessarily spatial).

 On May 26, 10:15 pm, Fran francisb...@googlemail.com wrote:



  On 26 May, 17:27, mdipierro mdipie...@cs.depaul.edu wrote:

   what would you like to see?

  Support in the DAL for Spatial 
  queries:http://groups.google.co.uk/group/web2py/browse_thread/thread/7551b50e..

  Make Geocoder more generic (not just Google) by leveraging 
  GeoPy:http://code.google.com/p/geopy/

  Proxy server for JavaScript 
  cross-domainhttp://groups.google.co.uk/group/web2py/browse_thread/thread/c59e3150...

  Wrapper functions for Geographic libraries, such as PCL 
  FeatureServer:http://trac.gispython.org/labhttp://featureserver.org/

  Configuration of MapServers such as MapServer  
  OpenLayers:http://mapserver.org/mapscript/python.htmlhttp://mapfishblog.blogspot..

  Some examples of what can be 
  done:http://code.djangoproject.com/wiki/GeoDjangohttp://drupal.org/project...

  Much 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 francisb...@googlemail.com wrote:
On May 24, 7:01 pm, haftish21 haftis...@gmail.com wrote:
 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 web framework world but not to python. To start
 with, I want to first delineate the main standard (spatial)
 consistency rules that web2py can fully support. What are they? Who
 can provide me a clear list of them.
I think: 'none' ;)
I am keen to see a GeoWeb2Py developed along the lines of GeoDjango,
but right now there is no support beyond a basic Google Geocoding
function.
F- Hide quoted text -

  - Show quoted text -- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~--~~~~--~~--~--~---



[web2py:22571] Spatial???

2009-05-24 Thread haftish21

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 web framework world but not to python. To start
with, I want to first delineate the main standard (spatial)
consistency rules that web2py can fully support. What are they? Who
can provide me a clear list of them.

Thank you in advance!

--~--~-~--~~~---~--~~
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 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~--~~~~--~~--~--~---