BTS

Issue372

Title mercurial has version conflict with python2.5 in 1.1-rc1
Priority bug Status resolved
Superseder Nosy List macaronyde, mika
Assigned To mika Topics release-stopper

Created on 2008-01-18.20:58:42 by macaronyde, last changed 2008-01-19.15:27:57 by macaronyde.

Messages
msg1056 (view) Author: macaronyde Date: 2008-01-19.15:27:56
Hi Mika,
I think you just answered the Ticket from mail and don't saw my second Note..

As described in msg1054 I changed the PYTHONPATH=/usr/lib/python2.5/site-
packages/, but the link python was set to python2.4, so hg got a Version 
conflict. But it works perfect, if you call it with python2.5..

Sorry again & regards Matthias
msg1055 (view) Author: mika Date: 2008-01-19.11:55:09
* Matthias Diener <bts@bts.grml.org> [20080118 21:58]:

> call of hg shows a RuntimeWarning:

> /var/lib/python-support/python2.5/mercurial/demandimport.py:46: RuntimeWarning: 
> Python C API version mismatch for module osutil: This Python has API version 
> 1012, module osutil has version 1013.
>   mod = _origimport(head, globals, locals)

Very good catch, thanks Matthias!

I'll investigate on that issue.

regards,
-mika-
msg1054 (view) Author: macaronyde Date: 2008-01-18.21:21:27
Sorry, my fault, but I cannot remove the ticket

I'd changed the PYTHON_PATH to 2.5 for development..
History
Date User Action Args
2008-01-19 15:27:57macaronydesetstatus: chatting -> resolved
nosy: mika, macaronyde
messages: + msg1056
2008-01-19 11:55:48mikasettopic: + release-stopper
nosy: + mika
assignedto: mika
2008-01-19 11:55:10mikasetstatus: resolved -> chatting
messages: + msg1055
2008-01-18 21:21:28macaronydesetstatus: chatting -> resolved
messages: + msg1054
2008-01-18 21:16:34macaronydesetstatus: unread -> chatting
messages: - msg1053
2008-01-18 20:58:42macaronydecreate