default_path is wrong for python != 2.5

Bug #556536 reported by jweyrich
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Uninstaller for the Bazaar Macintosh Bundle
New
Undecided
Unassigned

Bug Description

The path is hardcoded and won't work for different python versions.
Instead of hardcoding, use:

from distutils.sysconfig import get_python_lib
default_path = get_python_lib()

Thanks,
Jardel

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.