code-google-com / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 0 forks source link

Bazaar gives ZipImportError (Projects plugin) #161

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When choosing "Update" for a file in a Bazaar repository, I get this error:

CODE: SELECT ALL
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "/usr/local/bin/bzr", line 21, in <module>
    import os
zipimport.ZipImportError: can't decompress data; zlib not available

Editra 0.6.0, Mac OS X 10.6.6, Projects 1.7.

Original issue reported on code.google.com by markus.w...@gmail.com on 6 Feb 2011 at 6:58

GoogleCodeExporter commented 9 years ago
Hg gives me a very similar problem:

[16:09:24][projects][info]/Users/joel/hgtest hg status -A foo.py
[16:09:24][projects][err] Traceback (most recent call last):
[16:09:24][projects][err]   File 
"/Applications/Editra.app/Contents/Resources/site.py", line 20, in <module>
[16:09:24][projects][err]     import os
[16:09:24][projects][err] zipimport.ZipImportError: can't decompress data; zlib 
not available

Editra: 0.7.1, Mac OSX 10.7.4, Projects 1.7.

Original comment by distract...@gmail.com on 11 May 2012 at 11:13