I ran into a couple of things while creating a script to install some optional packages.
pil-1.1.6 is listed as an optional package and pil-1.1.6.p2 is listed as standard. The optional one can be dropped? A couple of optional packages have multiple versions. $ sage -c "install_package('pyx')" Possible names of non-installed packages starting with 'pyx': pyx-0.10 pyx-0.8.1 pyx-0.10 is optional and pyx-0.8.1 is experimental. $ sage -c "install_package('sagetex')" Possible names of non-installed packages starting with 'sagetex': sagetex-2.1.1 sagetex-2.2.1 Both of these are optional. I would guess that the intention was to drop the older version. Or is this intentional? Adam -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org