Re: [PyWrapper-devel] Problems installing PyWrapper 3.0.0
Status: Alpha
Brought to you by:
jatorre
From: <m.d...@bg...> - 2006-12-14 16:16:12
|
Hi Marc, all your warnings are fine. no problem at all. All tapir models listed in the ConceptNameServer alias.txt file are parsed when the server starts and the schema tags unknown to pywrapper are listed in the warnings in the terminal. But that is no problem, cause all of them are only used to restrict xsd:string. Maybe it was not the best idea to push them through to the terminal. They are all caught in the CNS.log file too and maybe that would have been enough. well, for now ignore REQ_STRUCTURE_UNKOWN_SCHEMA_TAG please! So you should see the webapplications at http://localhost/pywrapper What do you get? And you DONT need modify the port setting in several places. I am not sure what start_server.bat is, but thats not part of the regular distribution. You can simply give the desired port as an argument to the start_server.py script. just like this: %> python start_server.py 8082 OR modify the webapp.cfg to change the default port of pywrapper. And I've got one more wish: Please dont document "hacks" as a regular way to install pywrapper. Its not meant to be that way. Usually its just a misunderstanding - or a real bug in which case we should patch the code and not include hacks in the documentation! Thanks, Markus On Dec 14, 2006, at 3:49 PM, Marc Brugman wrote: > Hi, > > Can anyone help me here? I am trying to install the new PyWrapper > 3.0.0 (the tar.gz version) in Windows XP and I am getting all these > warnings, and in the end I am not able to connect to the website: > > <blaaaa.jpg> > > I have talked to Wouter about this. He used Subversion to download > the 3.0.0 version, which also gives him these warnings but at least > he is able to connect to the website. > > I have changed the port number to 8082 in the webapp.cfg and > config.ini, and I have adapted a start_server.bat from an earlier > version also to start the server from port 8082. > > Furthermore I created a log directory as this was missing with the > appropriate logfiles and I delete all the .pyc files. > > By the way, all the things I am doing to install PyWrapper and the > needed libraries on Windows XP I am already putting in an > prelimenary installation document including screen shots of every > step. This is of course only the initial step towards the proper > installation documentation. I have attached it to this e-mail > however so that you can see what I have done. > > Any help would be greatly appriciated! > > Best wishes, > > Marc > ____________________________________________________________ > > ETI BioInformatics > > University of Amsterdam > Mauritskade 61 > 1092 AD Amsterdam > The Netherlands > Phone: +31 20 5257239 > Fax: +31 20 5257238 > Web: http://www.eti.uva.nl > ____________________________________________________________ > ETI facilitates the Netherlands GBIF Node: http://www.nlbif.nl > > ETI facilitates the Species2000 Annual Checklist (http:// > www.sp2000.org/) > Bezoek eens http://www.soortenbank.nl > ____________________________________________________________ > > > <blaaaa.jpg> > <Installatiehandleiding PyWrapper Engels.doc> |