On Aug 14, 2005, at 11:54 PM, Vincenzo Di Massa wrote: > Hi, > I have another question: how do I find what python version a module > on pypi requires? > If I try to install module graph in python2.3 it just say that > @proprty is invalid synatx. > How can I detect this?
I don't know if PyPI (Cheese Shop?) has that kind of metadata, but if something has @decorator syntax, then it needs Python 2.4. -bob _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
