You are not logged in.

#1 2008-11-04 13:17:03

sveri
Member
Registered: 2008-10-15
Posts: 5

python2.6 eclipse mercurial

Hi,

like most of us i suffer of the python upgrade too.
I cannot use mercurial inside eclipse anymore.

When i try to commit some files i always get the errormessage:
hg commit -u sveri -m (no commit message) -- [files]
  trunk/DeprecationWarning: the sha module is deprecated; use the hashlib module instead: No such file or directory
trunk/mod = _origimport(head, globals, locals): No such file or directory
/usr/lib/python2.6/site-packages/mercurial/demandimport.py:46: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  mod = _origimport(head, globals, locals)
abort: file trunk/DeprecationWarning: the sha module is deprecated; use the hashlib module instead not found!

I did not install the eclipse package but the downloadable
eclipse version 3.4.1

Any hints on this one?


Greetings
Sven

Offline

#2 2008-11-05 12:28:59

sveri
Member
Registered: 2008-10-15
Posts: 5

Re: python2.6 eclipse mercurial

This seems to be a general mercurial problem according to:
http://www.selenic.com/mercurial/bts/issue1338

Is there a chance to get the new package in time
into arch linux?

Offline

#3 2008-11-05 14:30:52

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,403
Website

Re: python2.6 eclipse mercurial

Depreciated Warnings are just that, warnings.  They should not cause problems...  But if mercurial is bailing because of them, please file a bug report.

Offline

#4 2008-11-05 18:34:06

sveri
Member
Registered: 2008-10-15
Posts: 5

Re: python2.6 eclipse mercurial

Yes, it is bailing, and i filed a bug report against it.
Thank you for the hint.

Offline

Board footer

Powered by FluxBB