pywrapper-users Mailing List for pywrapper (Page 3)
Status: Alpha
Brought to you by:
jatorre
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
(2) |
Jun
(6) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
(18) |
Aug
(10) |
Sep
(5) |
Oct
(10) |
Nov
(15) |
Dec
(30) |
2009 |
Jan
(24) |
Feb
(6) |
Mar
(15) |
Apr
(24) |
May
(73) |
Jun
(76) |
Jul
(35) |
Aug
(15) |
Sep
(16) |
Oct
(27) |
Nov
(8) |
Dec
|
2010 |
Jan
|
Feb
|
Mar
(38) |
Apr
(47) |
May
(89) |
Jun
(63) |
Jul
(30) |
Aug
(56) |
Sep
(23) |
Oct
(1) |
Nov
|
Dec
(1) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: <jc...@in...> - 2006-06-08 01:36:39
|
Hello, Currently I installed and ran some queries on the pywrapper. I managed to install the pywrapper and did all the configuring to map it to a little test-database I created. My question, for the moment is that when the pywrapper returns me the results, they come in this format: <search> <ViewSpecies> <ViewName>Aspasia principissa</ViewName> <ViewName>Balantiopteryx plicata</ViewName> <ViewName>Caluromys derbianus</ViewName> <ViewKingdom>Plantae</ViewKingdom> <ViewKingdom>Animalia</ViewKingdom> <ViewKingdom>Animalia</ViewKingdom> <ViewHabitat>Bosques muy humedos.</ViewHabitat> <ViewHabitat>Bosques secos, bosques de galeria.</ViewHabitat> <ViewHabitat>Bosques humedos, secos</ViewHabitat> </ViewSpecies> <summary start="0" totalMatched="7" next="5" /> </search> I was reading the Tapir Wiki (the examples) and I saw that the data should not be returned that way, instead it should be returned following the clear separation between related elements, something like this maybe: <search> <ViewSpecies> <ViewName>Aspasia principissa</ViewName> <ViewKingdom>Plantae</ViewKingdom> <ViewHabitat>Bosques muy humedos.</ViewHabitat> </ViewSpecies> <ViewSpecies> <ViewName>Balantiopteryx plicata</ViewName> <ViewKingdom>Animalia</ViewKingdom> <ViewHabitat>Bosques secos, bosques de galeria.</ViewHabitat> </ViewSpecies> <ViewSpecies> <ViewName>Caluromys derbianus</ViewName> <ViewKingdom>Animalia</ViewKingdom> <ViewHabitat>Bosques humedos, secos</ViewHabitat> </ViewSpecies> <summary start="0" totalMatched="7" next="5" /> </search> I've had more experience with the DiGIR requests/responses syntax, and this is why I am asking this question. I would really appreciate if you could clarify to me if this is a pywrapper issue, a protocol issue, or an issue with any configuration I did badly on my side, like for example a bad-defined view. Thanks for the help, Jose Cuadra |
From: Javier de la T. <ja...@gm...> - 2006-05-31 08:54:43
|
Hi Nabil, First of all I just want to warn you that we are currently working =20 hard in pywrapper to release an stable version that will be fully =20 compliance with the TAPIR protocol. The first question is what have you downloaded? Did you get the code =20 from the subversion repository or you are using the historical draft =20 release? I think you got the code from subversion, but just in case. Then we also will need to know how are deploying the service, if you =20 are using the web server built in in PyWrapper or you are using =20 Apache and you have configured PyWrapper as a CGI (or as mod_python). In any case you can try: -in the config folder in the file config.ini you can change: host =3D http://localhost:8080 webroot =3D /tapir The problem with requestExamples is that, as I said, we are currently =20= working on the code and not all operations are working at the moment. There is a ticket already in the TRAc system to solve that. Thanks for your comments. Javier. On 30/05/2006, at 14:48, Nabil Youdjou wrote: > Dear Sir, > I am new user of tapir protocol. > I tried to install it in windows machine but it does not work, I =20 > think, because of some missing libraries that are not available =20 > under windows system. > After that I install it under Linux, it works, but I still have =20 > some problems. > 1. When I try to use the query Forms: with local data source it =20 > doesn=92t work at all, I guess there is problem with wrapper path: =20 > http://localhost/tapir/pywrapper.cgi?dsa=3Dtraining > and also gebif_dwc path: http://localhost/tapir/pywrapper.cgi?=20 > dsa=3Dgbif_dwc > > How can I change this path to my installation? > > 2. When I setup the external data source URL to : ../pywrapper.cgi?=20= > dsa=3Dtraining > it works for the most queries but not for: ../pywrapper.cgi?=20 > dsa=3Dgbif_dwc > > 3. when I use requestExamples, it works for the most cases except =20= > for searchCustom > > > I hope that you can help me to solve these problems. > Thank you for your time, > Best regards, > > > > > ------------------------------------------------------- > All the advantages of Linux Managed Hosting--Without the Cost and =20 > Risk! > Fully trained technicians. The highest number of Red Hat =20 > certifications in > the hosting industry. Fanatical Support. Click to learn more > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=107521&bid$8729&dat=121642= > _______________________________________________ > Pywrapper-users mailing list > Pyw...@li... > https://lists.sourceforge.net/lists/listinfo/pywrapper-users |
From: Nabil Y. <Nab...@ul...> - 2006-05-30 12:48:26
|
Dear Sir,=20 I am new user of tapir protocol.=20 I tried to install it in windows machine but it does not work, I think, bec= ause of some missing libraries that are not available under windows system. After that I install it under Linux, it works, but I still have some proble= ms. 1.=09When I try to use the query Forms: with local data source it doesn=92t= work at all, I guess there is problem with wrapper path: http://localhost/= tapir/pywrapper.cgi?dsa=3Dtraining and also gebif_dwc path: http://localhost/tapir/pywrapper.cgi?dsa=3Dgbif_dw= c How can I change this path to my installation? 2.=09When I setup the external data source URL to : ../pywrapper.cgi?dsa=3D= training it works for the most queries but not for: ../pywrapper.cgi?dsa=3Dgbif_dwc 3.=09when I use requestExamples, it works for the most cases except for sea= rchCustom=20 I hope that you can help me to solve these problems. Thank you for your time, Best regards, |
From: <m.d...@BG...> - 2006-03-24 16:33:28
|
Dear all, Sorry for cross-posting. We are happy to announce the new collaborative home of the PyWrapper.org = open source project:=20 http://www.pywrapper.org Probably most of you don't know that pywrapper is the library behind the = BioCASe Provider Software and the new TAPIR implementation that Markus = had been working on with GBIF support in the last year.=20 The first priority is to support the revised TAPIR protocol, but we are = also working on support for the WFS and SPICE protocols. A basic = Configuration Tool to help data providers with their configuration and = hopefully to update from previous BioCASe versions is under development = with the help of SYNTHESYS funding.=20 We hope to include at some point also a local web-based search = interface, the Query Tool. This will allow data providers to gain = instant webaccess to their databases with customisable skins (html = templates) to integrate in existing designs. The pywrapper library has always been released under the open source = Mozilla Public License, but the development of it has mainly been done = by one person alone. We want to alter this and become a truly open = source project where everybody is invited to participate in the = development. For this we have created a new working environment under http://www.pywrapper.org There you will find public access to the latest source code, a roadmap = of the development, a report system to submit bugs and request and a new = documentation system. We have also created two mailing lists: = pyw...@li... and = pyw...@li... to improve communication between = users and developers. Please feel free to join them at: = http://trac.pywrapper.org/pywrapper/wiki/MailingLists If you are interested in supporting the PyWrapper development you are = very welcome and can do so in a variety of ways. We would be happy to = welcome: * developers who want to participate in the core python components or = just simple submodules like additional database syntax support. * testers and people interested in helping us with the documentation. * decision makers helping us to prioritize development according to the = different project demands. * financial supporters to speed up development or add new compontents = to the software We hope you will like the new site and are excited to see the community = grow. We are looking forward to work with you. Markus & Javier |
From: Javier de la T. <ja...@gm...> - 2006-03-16 16:46:50
|
Hey |
From: Javier de la T. <ja...@mn...> - 2006-03-15 11:56:17
|
Hi! This is a testing message to the users list Javier. |