Re: ERROR: Python C API version mismatch for module dbi

2008-03-31 Thread Pradeep Rai
Thanks !! I will try do so. Regards, Pradeep -On [20080331 12:56], Pradeep Rai ([EMAIL PROTECTED]) wrote: >Can you guide me how to install a 2.5 version of dbi for it to work ? Same way you installed dbi for 2.4 just make sure the called python executable is the 2.5 one. -- Jeroen Ruigro

Re: ERROR: Python C API version mismatch for module dbi

2008-03-31 Thread Jeroen Ruigrok van der Werven
-On [20080331 12:56], Pradeep Rai ([EMAIL PROTECTED]) wrote: >Can you guide me how to install a 2.5 version of dbi for it to work ? Same way you installed dbi for 2.4 just make sure the called python executable is the 2.5 one. -- Jeroen Ruigrok van der Werven / asmodai イェルーン ラウフロック ヴァン デル ウェルヴ

Re: ERROR: Python C API version mismatch for module dbi

2008-03-31 Thread Steve Holden
No, sorry. regards Steve Pradeep Rai wrote: > Hi Steve, > > Can you guide me how to install a 2.5 version of dbi for it to work ? > > Thanks !! > > Pradeep > > Pradeep Rai wrote: > > > Hi All, > > > > > > I have upgraded python v2.5.2 from python v2.4.3. The upgradation > > > re

Re: ERROR: Python C API version mismatch for module dbi

2008-03-31 Thread Jeroen Ruigrok van der Werven
-On [20080331 13:13], Pradeep Rai ([EMAIL PROTECTED]) wrote: >Yes, i have copied everything from site-packages of the old one to the new >one. Don't do that. :) site-packages is version dependent, you can get away with it with most Python-only modules, I guess, but with dbi you found out what can

Re: ERROR: Python C API version mismatch for module dbi

2008-03-31 Thread Pradeep Rai
Hi Steve, Can you guide me how to install a 2.5 version of dbi for it to work ? Thanks !! Pradeep Pradeep Rai wrote: > Hi All, > > I have upgraded python v2.5.2 from python v2.4.3. The upgradation > results into following error: > "Python C API version mismatch for module dbi: This Python

Re: ERROR: Python C API version mismatch for module dbi

2008-03-31 Thread Pradeep Rai
Yes, i have copied everything from site-packages of the old one to the new one. Regards, Pradeep -On [20080331 12:29], Pradeep Rai ([EMAIL PROTECTED]) wrote: >I have upgraded python v2.5.2 from python v2.4.3. The upgradation >results into following error: "Python C API version mismatch for mod

Re: ERROR: Python C API version mismatch for module dbi

2008-03-31 Thread Jeroen Ruigrok van der Werven
-On [20080331 12:29], Pradeep Rai ([EMAIL PROTECTED]) wrote: >I have upgraded python v2.5.2 from python v2.4.3. The upgradation results into >following error: >"Python C API version mismatch for module dbi: This Python has API version >1013, module dbi has version 1012." Did you copy everything fr

Re: ERROR: Python C API version mismatch for module dbi

2008-03-31 Thread Steve Holden
Pradeep Rai wrote: > Hi All, > > I have upgraded python v2.5.2 from python v2.4.3. The upgradation > results into following error: > "Python C API version mismatch for module dbi: This Python has API > version 1013, module dbi has version 1012." > > Please suggest, how to resolve this error t