How to install Python modules needed by plugins?

Eli Zaretskii eliz at gnu.org
Sat Mar 26 18:56:25 UTC 2011


> Date: Sat, 26 Mar 2011 14:57:00 +0200
> From: Alexander Belchenko <bialix at ukr.net>
> CC: bazaar at lists.canonical.com
> 
> Eli Zaretskii пишет:
> >> That will work though the if clause actually should be
> >>
> >>    if getattr(sys, 'frozen', None) is not None and sys.platform == 'windows':
> >>      sys.path.append(os.path.join(os.path.dirname(sys.executable),
> >>                                   'site-packages'))
> >>
> >> and perhaps constructing the path require some changes too, I don't 
> >> remember off-hand.
> >>
> >> But that way should work, yep.
> > 
> > So what would it take to have this included in a future bzr release?
> > Should I file a bug report, or do something else?  Or was this already
> > added to the development sources?
> 
> Bug report won't hurt.

Done:

   https://bugs.launchpad.net/bzr/+bug/743256




More information about the bazaar mailing list