This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Tambet.Väli
Recipients Tambet.Väli
Date 2013-06-07.18:44:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370630698.76.0.469541388091.issue18160@psf.upfronthosting.co.za>
In-reply-to
Content
Hello!

First the issue: my usual way of installing programming environments, languages and platforms is to install all the available modules from standard repositories, or if there is some "all-good" or "batteries-included" metapackage, I sure install this. I surely favor installing Python packages through standard Linux repositories.

In last year or so, the number of available libraries has grown 'exponentially' for Python in the Linux Mint (Debian) repositories. Some of them are not trivial to install - by simply installing python-prefixed packages, I got my Ubuntu broken, because Window Manager of this version of Linux won't display window borders, menus or anything to navigate around if it does not have OpenGL working - it just displays window content and one can do almost anything with it. I did not trust this installation anymore and I did install a new Linux, Debian Mint.

To avoid this kind of problems, there should be python-prefixed metapackages, which contain library collections for different kinds of tasks (for example, web programming should interface me with all apache, mysql, postgres, etc., whereas game programming should give nice collection for sound and video). These collections should be safe and work well together, where possible, or be usable - because for good programming language, predefined set of good libraries is critical. So that I could choose all those metapackages, know that I can play around and still my system is safe.
History
Date User Action Args
2013-06-07 18:44:58Tambet.Välisetrecipients: + Tambet.Väli
2013-06-07 18:44:58Tambet.Välisetmessageid: <1370630698.76.0.469541388091.issue18160@psf.upfronthosting.co.za>
2013-06-07 18:44:58Tambet.Välilinkissue18160 messages
2013-06-07 18:44:57Tambet.Välicreate