Re: [PyWrapper-devel] Libraries distribution in PyWrapper
Status: Alpha
Brought to you by:
jatorre
From: <m.d...@BG...> - 2006-08-03 08:08:40
|
right. but you cant ask the users to compile a python interpreter. So only for = Windows and OSX you would be able to include a compiled python. Sure = thats possible, but a bit of work I guess. There are tools to convert python scripts into OS native code, like = py2app for OSX: http://undefined.org/python/py2app.html A large problem I see is that we cannot include all db drivers into the = package. Oracle for example needs the Oracle client libs on the system = and during compilation they hardcode paths. I think even mysql and = postgres fix the path to the mysql binaries and configurations during = compilation. So we would definitely need a bundle where you can still = access parts and add you own libs - maybe in another directory though. So for linux I think the way it is is good. For OSX its on the edge cause py23 is included, but we will need py24. For windows its ok, but a full installation would make life easier for = them. We surely will need ANT then to get control over all the different = builds we need. If you want go ahead and play with the idea. Maybe for pywrapper2.4? 1 build for WIN, 1 for OSX.4 and like it is for linux? -- Markus =20 > -----Urspr=FCngliche Nachricht----- > Von: pyw...@li...=20 > [mailto:pyw...@li...] Im=20 > Auftrag von Javier privat > Gesendet: Mittwoch, 2. August 2006 19:04 > An: PyWrapper Developers mailing list > Betreff: Re: [PyWrapper-devel] Libraries distribution in PyWrapper >=20 > On 8/2/06, "D=F6ring, Markus" <m.d...@bg...> wrote: > > guessed right. > > its becoming like the gbif super-all-inclusive-installer then. > > which noone uses because you cant adapt it to your system. >=20 > Come on!! It is not the same! We are not asking people to=20 > install a webserver (actually you do jeje). People dont mind=20 > if we use our own python or with theirs! There is no port=20 > being used because of installing another python where they=20 > dont even see it... >=20 > This reminds me a little bit the discussion of including the=20 > Java virtual machine embeded in Java desktop applications.=20 > Most of the people start saying that they dont want to see=20 > that!! and after some time fighting with user problems=20 > because incopatibilities, people installing libraries where=20 > they should not, etc they pray to see the virtual machine=20 > embeded so that they can control it!!! >=20 > I see the same hapenning with us... and you will see the=20 > troubles we are gonna have with people with old biocase=20 > providers installed, with old libraries, old pythons... aghh=20 > I am suffering already... if we could control everything and=20 > update everything we need that will be great... >=20 > Cheers. >=20 > -------------------------------------------------------------- > ----------- > Take Surveys. Earn Cash. Influence the Future of IT Join=20 > SourceForge.net's Techsay panel and you'll get the chance to=20 > share your opinions on IT & business topics through brief=20 > surveys -- and earn cash=20 > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge &CID=3DDEVDEV > _______________________________________________ > PyWrapper-devel mailing list > PyW...@li... > https://lists.sourceforge.net/lists/listinfo/pywrapper-devel >=20 |