Re: [pyxb-users] Somethign wrong with the package for version1.2.3 at pypi?
Brought to you by:
pabigot
From: Peter B. <bi...@ac...> - 2013-10-10 11:38:21
|
You're welcome. Building the opengis bindings from the git repository should work. I use: maintainer/genbundles opengis from the root of the git workspace. (I configure to use that workspace with something like: PYXB_ROOT=$(pwd) . maintainer/use-pyxb which may be necessary to set PYXB_ROOT, PYTHONPATH, and PATH.) I've added oseo and wps to the standard set built for opengis. There's no reason they're excluded other than that they probably didn't exist when I first started generating OpenGIS bindings. Peter On Thu, Oct 10, 2013 at 5:07 AM, Ricardo Filipe Soares Garcia da <ric...@gm...> wrote: > Thanks a lot Peter! > > The version in pypi works OK now. > > I also tried getting the code directly from the git repository, but I could > not use the genbind script of the opengis bundle. It fails when building the > bindings for gml3_2. I guess this is a work in progress. > > I'll stick with the pypi version for now (already have a fab file to pull it > and build the opengis schemas with added oseo and wps) and just use the > workaround you provided. > > It's great to see things being fixed at such blazing speed :) > > Best regards > > > On Wed, Oct 9, 2013 at 8:20 PM, Peter Bigot <bi...@ac...> wrote: >> >> Thanks; my notes on how to do a release on PyPI didn't make the upload >> step clear. I've now uploaded a copy of 1.2.3 to PyPI directly and it >> appears that it will work. I don't normally use it, though, so if you >> continue to have problems please reply with details on how it's >> failing now. >> >> FWIW, your problem with Literal and append is >> https://sourceforge.net/apps/trac/pyxb/ticket/219 and a fix is in the >> git repository on sourceforge. >> >> Peter >> >> On Wed, Oct 9, 2013 at 2:08 PM, Ricardo Filipe Soares Garcia da >> <ric...@gm...> wrote: >> > Hi list >> > >> > I am trying to download version 1.2.3 using pip: >> > >> > pip install pyxb >> > >> > and it is installing version 1.2.2 instead. Running the command with >> > more >> > verbosity (-v -v -v) shows that pip can find the 1.2.3 version but >> > doesn't >> > fetch it and it shows a bunch of links not found warnings. Can there be >> > a >> > problem with the package on pypi or maybe its me having some issue with >> > my >> > machine? >> > >> > I am instaaling pyxb into a virtualenv. >> > >> > Best regards >> > >> > -- >> > ___________________________ ___ __ >> > Ricardo Garcia Silva >> > >> > >> > ------------------------------------------------------------------------------ >> > October Webinars: Code for Performance >> > Free Intel webinars can help you accelerate application performance. >> > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most >> > from >> > the latest Intel processors and coprocessors. See abstracts and register >> > > >> > >> > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk >> > _______________________________________________ >> > pyxb-users mailing list >> > pyx...@li... >> > https://lists.sourceforge.net/lists/listinfo/pyxb-users >> > > > > > > -- > ___________________________ ___ __ > Ricardo Garcia Silva > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk > _______________________________________________ > pyxb-users mailing list > pyx...@li... > https://lists.sourceforge.net/lists/listinfo/pyxb-users > |