Paver 0.7 is broken

1 view
Skip to first unread message

programmer.py

unread,
May 8, 2008, 12:35:58 AM5/8/08
to paver
paver-minilib.zip is missing the misctasks module.

I have some pretty nutty distribution requirements, if I can make this
thing push things out, I'll do a backflip.

jw

Kevin Dangoor

unread,
May 8, 2008, 6:53:11 AM5/8/08
to pa...@googlegroups.com
On May 8, 2008, at 12:35 AM, programmer.py wrote:

>
> 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

programmer.py

unread,
May 8, 2008, 9:38:47 AM5/8/08
to paver
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:


In [1]: import sys
In [2]: sys.path.insert(0, 'paver-minilib.zip')
In [3]: import paver

---------------------------------------------------------------------------
zipimport.ZipImportError Traceback (most
recent call
last)

C:\cygwin\tmp\Paver-0.7.1\<ipython console>

ZipImportError: can't find module 'paver'

Kevin Dangoor

unread,
May 8, 2008, 10:48:10 AM5/8/08
to pa...@googlegroups.com
On May 8, 2008, at 9:38 AM, programmer.py wrote:

>
> 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

Reply all
Reply to author
Forward
0 new messages