[16:42:17] <natefoo> hey all. should new setuptools versions still be compatible with distribute 0.6?
[16:43:39] <natefoo> i'm trying to install some modules that use a bundled distribute_setup.py to install setuptools to create eggs, and they fail with NameError: name 'sys_platform' is not defined
[16:44:19] <natefoo> which, it turns out, happens even when you try to build distribute 0.6.49 itself with setuptools of some version installed... haven't figured out which setuptools versions seem to conflict yet though.
[17:03:19] <ronny> natefoo: best practice is to patch distribute out and optionally send up a pull request to the project