Re: [Pythonmac-SIG] pywps on mac osx

2007-10-02 Thread Ronald Oussoren
On 3 Oct, 2007, at 3:13, massimo di stefano wrote: > > > this is the error log : > > computer-di-epifanio:/Library/WebServer/CGI-Executables/pywps-2.0.0- > rc1 epifanio$ ./wps.py > Traceback (most recent call last): > File "./wps.py", line 73, in ? > raise ServerError(e) > File > "/Librar

Re: [Pythonmac-SIG] Pythonmac-SIG Digest, Vol 54, Issue 3

2007-10-02 Thread massimo di stefano
hi i'm using python 2.5 from the python shall subprocess works : host716:~ epifanio$ python Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04) [GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import subprocess >>> >

Re: [Pythonmac-SIG] pywps on mac osx

2007-10-02 Thread massimo di stefano
HI Il giorno 03/ott/07, alle ore 00:36, Thomas Juntunen ha scritto: > On Tue, 2 Oct 2007 21:35:52 +0200, massimo di stefano wrote: > >> grass, qgis, R, ossim, ossimplanet, mapserver + kamap >> all works fine :-) > > Wow, you're way ahead of me. :-) i've used grass ossim and R for my study but i'm

Re: [Pythonmac-SIG] pywps on mac osx

2007-10-02 Thread massimo di stefano
HI how defoult i'm using the framework build 2.5 : Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04) /Library/Frameworks/Python.framework/Versions/2.5/bin/python i'v also : - Python 2.4.4 (#1, Oct 18 2006, 10:34:39) /Library/Frameworks/Python.framework/Versions/2.4/bin/python2.4 whith a sim

Re: [Pythonmac-SIG] pywps on mac osx

2007-10-02 Thread Christopher Barker
massimo di stefano wrote: > let me know if anyone wont help me toinstall pywps :-) You need to tell us what you've done so far, and what the errors are. IN any case: 1) install the Framework build of either python2.4 or 2.5 (whichever one the pywps folks are using) 2) What python external module

Re: [Pythonmac-SIG] pywps on mac osx

2007-10-02 Thread massimo di stefano
Hi, thanks for the suggestion, already i've installed on my mac grass, qgis, R, ossim, ossimplanet, mapserver + kamap all works fine :-) thanks to william and to all mac comunity (really great people !) i'll try to explain why a wps : i need pywps beacouse my targhet is to have a web-processin

Re: [Pythonmac-SIG] pywps on mac osx

2007-10-02 Thread Christopher Barker
massimo di stefano wrote: > i'm tring to configure a python web processing server "pywps" on my mbp > > http://pywps.wald.intevation.org/ building stuff on OS-X is often a bit different than other *nix systems. I'd recommend that you try using these packages: http://www.kyngchaos.com/software/u

Re: [Pythonmac-SIG] python program in menu bar

2007-10-02 Thread scott herzinger
I assume, but don't know for certain, that MacBook keyboards are USB HID devices. In that case, this document: http://www.usb.org/developers/devclass_docs/Hut1_11.pdf discusses extended HID usages, including those which can be used in toggling on/off controls, of which LEDs are one instance.

Re: [Pythonmac-SIG] pywps on mac osx

2007-10-02 Thread Thomas Juntunen
On Tue, 2 Oct 2007 12:25:29 +0200, massimo di stefano wrote: > i'm tring to configure a python web processing server "pywps" on my mbp > > http://pywps.wald.intevation.org/ > > it is an open project to port python environment on the web > to use it in on-line mapping application like web-gis I

Re: [Pythonmac-SIG] pywps on mac osx

2007-10-02 Thread Henning Hraban Ramm
Am 2007-10-02 um 12:25 schrieb massimo di stefano: > ./wps.py "service=WPS&version=0.4.0&request=getcapabilities" > Traceback (most recent call last): >File "./wps.py", line 74, in ? > raise ServerError(e) >File "/Library/WebServer/CGI-Executables/pywps-2.0.0-rc3/pywps/Wps/ > wpsexcep

[Pythonmac-SIG] pywps on mac osx

2007-10-02 Thread massimo di stefano
HI Apologize me for this mail if it is off topic here... i'm new to python, i've just a little experience about this wonderfull language :-) i'm tring to configure a python web processing server "pywps" on my mbp http://pywps.wald.intevation.org/ it is an open project to port python environmen