Fwd: Beginner: problems with the win packages
Marcos Chaves
marcos.nospam at gmail.com
Wed Nov 8 22:57:32 GMT 2006
Hi. Maybe this should go here (sorry if this creates a duplicated post).
-Marcos
---------- Forwarded message ----------
From: Marcos Chaves <marcos.nospam at gmail.com>
Date: Nov 8, 2006 8:11 PM
Subject: Beginner: problems with the win packages
To: bazaar-ng at lists.ubuntu.com
Hi,
I'm new to Bazaar, so I hope I'm not doing anything terrible wrong.
I just installed Bazaar 0.12.0 windows installer
(bzr-0.12.0.win32.exe) and I have Python 2.4.3 installed. I'm getting
these errors:
- - - - - 8< - - - - -
C:\Python24\Scripts> bzr
bzr: ERROR: exceptions.LookupError: unknown encoding: cp0
Traceback (most recent call last):
File "C:\Python24\Lib\site-packages\bzrlib\commands.py", line 623,
in run_bzr_catch_errors
return run_bzr(argv)
File "C:\Python24\Lib\site-packages\bzrlib\commands.py", line 543, in run_bzr
cmd_help().run_argv_aliases([])
File "C:\Python24\Lib\site-packages\bzrlib\commands.py", line 289,
in run_argv_aliases
self._setup_outf()
File "C:\Python24\Lib\site-packages\bzrlib\commands.py", line 255,
in _setup_outf
self.outf = codecs.getwriter(output_encoding)(sys.stdout,
errors=self.encoding_type)
File "C:\Python24\lib\codecs.py", line 752, in getwriter
return lookup(encoding)[3]
LookupError: unknown encoding: cp0
bzr 0.12.0 on python 2.4.3.final.0 (win32)
arguments: ['C:\\Python24\\Scripts\\bzr']
** please send this report to bazaar-ng at lists.ubuntu.com
- - - - - 8< - - - - -
...but, if I run bzr with "start bzr", it works.
I tried also the standalone version (bzr-setup-0.12.0.exe), and I get
similar errors:
- - - - - 8< - - - - -
C:\>bzr
bzr: ERROR: exceptions.LookupError: unknown encoding: cp0
Traceback (most recent call last):
File "bzrlib\commands.pyc", line 623, in run_bzr_catch_errors
File "bzrlib\commands.pyc", line 543, in run_bzr
File "bzrlib\commands.pyc", line 289, in run_argv_aliases
File "bzrlib\commands.pyc", line 255, in _setup_outf
File "codecs.pyc", line 752, in getwriter
LookupError: unknown encoding: cp0
bzr 0.12.0 on python 2.4.4.final.0 (win32)
arguments: ['bzr']
** please send this report to bazaar-ng at lists.ubuntu.com
- - - - - 8< - - - - -
I tryied to search the archives for these errors, but I couldn't find
anything. Later I'll try to run it from the source code.
I hope this helps,
-Marcos
More information about the bazaar
mailing list