Comment 1 for bug 402978

Revision history for this message
Éric St-Jean (esj) wrote : Re: no more Python pure

Is your bug that it's not pure python, or that you can't easy_install it on windows???

Paramiko can be pure python and depend on third party c code... After all, it also depends on a python interpreter which isn't written in python. The os module isn't pure python. Just because you need third party, fairly standard libraries that are not pure python doesn't mean the module isn't pure python!

Now, if you can't install it on windows because it's not packaged properly, or another package is not available for the platform, that's an actual bug - can you clarify and perhaps change the bug title accordingly?