nice, idea, but....

    libX11.so.6
    libXext.so.6
    libXrender.so.1
    libGL.so.1

These are all X11, yes? pretty much any workstation will have these, but in
general, servers won't.

Someone on this thread suggested that that's OK -- don't expect a GUI
package to work on a linux box without a GUI. But some of these libs might
get used for stuff like back-end rendering, etc, so would be expected to
work on a headless box. I think Anaconda an Canopy have gotten away with
this because both of their user bases are primarily desktop data analysis
type of stuff -- not web services, web servers, etc.


Then there is the "additional libs" problem. Again, Anaconda and Canopy can
do this because they are providing those libs - lots of stuff you'd
generally expect to be there in a typical *nix system stuff like libpng,
libjpeg, who knows what they heck else.

So without a plan to provide all that stuff -- I"m not sure of the utility
of this -- how are you gong to get PIL/Pillow to work? statically link up
the ying-yang? Not sure the linux world will take to that.

Anyway, maybe we just need to try and see how it shakes out....

-Chris


-- 

Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

chris.bar...@noaa.gov
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to