Posted by: Anonymous Coward
on January 09, 2007 11:59 PM
Python applications are supposed to run on any platform. They never do. You always need something else, quite frequently unspecified. Python application almost never run the first time right (if at all), can almost never be ported to other platforms without nontrivial, mostly undocumented, environment changes, and when they do run, they are dog slow, Python being an interpreted piece of crap.
Re:More Python junk
Posted by: Anonymous Coward on January 09, 2007 11:59 PM#