>
> paver-minilib.zip is missing the misctasks module.
Woops!
And I just re-realized how easily I can test that in a virtualenv.
Paver 0.7.1 is out and should fix this.
> I have some pretty nutty distribution requirements, if I can make this
> thing push things out, I'll do a backflip.
That's the thing... I think there are many people who could likely use
this.
Thanks for the bug report!
Kevin
>
> I'm having trouble with 2.4.4 - is anyone else? The 3 statements
> belowwork fine in 2.5.
>
> Here's my results in 2.4.4:
[snip]
>
> ZipImportError: can't find module 'paver'
I just released Paver 0.7.2 which fixes this. The problem, which I
should have realized earlier, is that .pyc files are not compatible
between major Python versions.
The fix is that the minilib now includes .py files rather than .pyc
files.
Kevin