Re: [Tutor] Question about distribute in pypi

2013-12-26 Thread eryksun
On Thu, Dec 26, 2013 at 11:06 PM, daedae11 wrote: > Are distribute 0.6.49 and distribute 0.7.3 the same plugin's different > version? distribute is a fork of setuptools. The fork was merged back, so for a fresh installation of Python just install setuptools. The 0.7.3 package updates an existing

Re: [Tutor] Question about distribute in pypi

2013-12-26 Thread Danny Yoo
Hi Daedae, I am not sure. Do you have URLs to them from the Python Package index? (PyPi)? https://pypi.python.org/pypi I see distribute 0.7.3 here: https://pypi.python.org/pypi/distribute/0.7.3 and when I look at all versions of the software, it does appear that 0.6.49 was the previo

[Tutor] Question about distribute in pypi

2013-12-26 Thread daedae11
Hi, Are distribute 0.6.49 and distribute 0.7.3 the same plugin's different version? ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor