TortoiseBZR build on Windows

John Arbash Meinel john at arbash-meinel.com
Mon Nov 18 05:18:05 UTC 2013


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2013-11-17 23:31, TRIDENT JOB wrote:
> Hi all, I'm trying to rebuild the current v2.6 bazaar windows
> package with the documents 'dependencies.txt' and 'README.txt' from
> : http://bazaar.launchpad.net/~bzr/bzr-windows-installers/trunk/ 
> I'm running Python v2.6 on Windows7x64.
> 
> Most of the process pass but fails on the TortoiseBZR build
> (MSBUILD).
> 
> I tried to investigate where it fails, by running manually each
> step of the TortoiseBZR build. * python.exe setup.py build_ui : OK 
> * python.exe setup.py build_res : OK * python.exe setup.py
> build_docs : FAILED! ImportError: No module named bzrlib *
> python.exe setup.py build_shellext : FAILED! vcbuild.exe : error
> VCBLD0004: Project does not contain a configuration called
> 'Release|x64'.
> 
> So, I end up with errors on the 2 tasks build_docs and
> build_shellext. * build_docs : I have no idea about this 'bzrlib'
> missing ... A folder exists in
> 'bzr-windows-installers\build-win32\releases\bzr-2.6\bzrlib'

I'm guessing you might need to: set PYTHONPATH=???
Probably to the directory you are building from. PYTHONPATH doesn't
include '.' by default (so you don't accidentally import a local file
when running an external script).

John
=:->


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.13 (Cygwin)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlKJow0ACgkQJdeBCYSNAAPBDwCcD5S3stljvXdpHZgjtijZoJQd
QxwAmwY7NB1rmhN7aWqTORPQYcvJMNbE
=QaAH
-----END PGP SIGNATURE-----



More information about the bazaar mailing list