Python's Cheese Shop Now Open
Richard Jones writes "Python's software repository has finally got its own home at the Python Cheese Shop. The Cheese Shop includes the package index (PyPI) and package download repository."
← Back to Stories (view on slashdot.org)
It's just plain cheesylicious.
Aside from all the great things I know/have learned about python, it still seems to be the only language that _always_ suffers from some kind of runtime problem when I try to use it.
Every time I've tried to run a python script, it's bailed on me for one reason or another, and with a cryptic failure code. Which really sucks, because everyone that uses it seems to love it and I'd love to have an introduction to it that worked.
Of course, I thought the same things about Perl too, so hopefully this brings Python some user-freudlichness.
Don't think that a small group of dedicated individuals can't change the world. It's the only thing that ever has.
sorry for being, lazy, I didn't read the fucking repository but...
a) why is this different from the vault of parnassus?
b) missed the cheese joke (not a big m. python fan I guess...)
I don't know. Maybe a better solution would be to create a variable like $SHELL, but call it $SHEBANG. When a script starts with #!$SHEBANG, the kernel wouldn't parse ANYTHING else on that line (eg. have the same behavior across Linux, Solaris, ...), and the $SHEBANG program would be some universally available program that would do the parsing of that line, and search the path, etc. I don't know.
Why do they included each _version_ of a package in the repository? EmPy listed and counted in the category list 4 times.
How can I easily download a package, including all of it's dependencies? Or, how can I just download a package from CheeseShop automatically, using a command-line utility?
http://peak.telecommunity.com/DevCenter/EasyInstal l