Does bzr-svn 0.5.0 have to require Python 2.5?

Asked by Marcin Zajaczkowski

Hi,

I have a problem with svn-push mentioned in bug 301763 and I wanted to test 0.5.0 RC1. Unfortunately that version seems to require Python 2.5+:
bzr: ERROR: exceptions.ImportError: cannot import name defaultdict

Many distros still using Python 2.4. Is it really required to use defaultdict which was introduced in Python 2.5?

Regards
Marcin

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Subversion Plugin Edit question
Assignee:
No assignee Edit question
Solved by:
Jelmer Vernooij
Solved:
Last query:
Last reply:
Revision history for this message
Best Jelmer Vernooij (jelmer) said :
#1

Hi Marcin,

On Wed, Dec 31, 2008 at 01:50:14PM -0000, Marcin Zajaczkowski wrote:
> I have a problem with svn-push mentioned in bug 301763 and I wanted to test 0.5.0 RC1. Unfortunately that version seems to require Python 2.5+:
> bzr: ERROR: exceptions.ImportError: cannot import name defaultdict

> Many distros still using Python 2.4. Is it really required to use defaultdict which was introduced in Python 2.5?
The final version will support Python 2.4 (probably by providing its
own implementation of defaultdict), but I haven't gotten round to
implementing it yet.

Cheers,

Jelmer

--
Jelmer Vernooij <email address hidden> - http://jelmer.vernstok.nl/

Revision history for this message
Marcin Zajaczkowski (mszpak) said :
#2

Thanks for info.

Marcin