[wxPython] Python 2.2

Hi!

I'd like to use wxPython, but unfortunately---after downloading
nearly 7MB---the installer tells me that there is no Python 2.1
installed and exits.

What can I do (other than installing 2.1)?

TIA

Felix Pütsch

···

--
http://puetsch.de.vu/
for(i=0; i<N; j++) ...

Unfortunately you cannot mix versions currently(although I see no reason why
we couldnt change it so that python is linked dynamically via LoadLibrary on
MSW)

However you can certainly have multiple versions of python on your system at
the same time. I currently do this with no problems.

Andrew

···

-----Original Message-----
From: wxpython-users-admin@lists.wxwindows.org
[mailto:wxpython-users-admin@lists.wxwindows.org]On Behalf Of Felix
Puetsch
Sent: 30 November 2001 13:43
To: wxpython-users@lists.wxwindows.org
Subject: [wxPython] Python 2.2

Hi!

I'd like to use wxPython, but unfortunately---after downloading
nearly 7MB---the installer tells me that there is no Python 2.1
installed and exits.

What can I do (other than installing 2.1)?

TIA

Felix Pütsch

--
http://puetsch.de.vu/
for(i=0; i<N; j++) ...

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users

_____________________________________________________________________
This e-mail is confidential and may be privileged. It may be
read, copied and used only by the intended recipient. No
communication sent by e-mail to or from Eutechnyx is intended to
give rise to contractual or other legal liability, apart from
liability which cannot be excluded under English law.

This message has been checked for all known viruses by Star
Internet delivered through the MessageLabs Virus Control Centre.

www.eutechnyx.com Eutechnyx Limited. Registered in England No: 2172322

_____________________________________________________________________
This e-mail is confidential and may be privileged. It may be read, copied and used only by the intended recipient. No communication sent by e-mail to or from Eutechnyx is intended to give rise to contractual or other legal liability, apart from liability which cannot be excluded under English law.

This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus Control Centre.

www.eutechnyx.com Eutechnyx Limited. Registered in England No: 2172322

Lots of Python's API is in macros so its hard to LoadLibrary Python
because of this. You need the macros that match each version to
successfully use python of a particular version. (Also the debug and
release version of the macros can be significantly different).

    Barry

···

-----Original Message-----
From: wxpython-users-admin@lists.wxwindows.org
[mailto:wxpython-users-admin@lists.wxwindows.org]On Behalf Of Andrew
Perella
Sent: 03 December 2001 13:30
To: wxpython-users@lists.wxwindows.org
Subject: RE: [wxPython] Python 2.2

Unfortunately you cannot mix versions currently(although I see no reason why
we couldnt change it so that python is linked dynamically via LoadLibrary on
MSW)

However you can certainly have multiple versions of python on your system at
the same time. I currently do this with no problems.

Andrew

> -----Original Message-----
> From: wxpython-users-admin@lists.wxwindows.org
> [mailto:wxpython-users-admin@lists.wxwindows.org]On Behalf Of Felix
> Puetsch
> Sent: 30 November 2001 13:43
> To: wxpython-users@lists.wxwindows.org
> Subject: [wxPython] Python 2.2
>
>
> Hi!
>
> I'd like to use wxPython, but unfortunately---after downloading
> nearly 7MB---the installer tells me that there is no Python 2.1
> installed and exits.
>
> What can I do (other than installing 2.1)?
>
> TIA
>
> Felix Pütsch
>
> --
> http://puetsch.de.vu/
> for(i=0; i<N; j++) ...
>
>
>
>
> _______________________________________________
> wxpython-users mailing list
> wxpython-users@lists.wxwindows.org
> http://lists.wxwindows.org/mailman/listinfo/wxpython-users
>
> _____________________________________________________________________
> This e-mail is confidential and may be privileged. It may be
> read, copied and used only by the intended recipient. No
> communication sent by e-mail to or from Eutechnyx is intended to
> give rise to contractual or other legal liability, apart from
> liability which cannot be excluded under English law.
>
> This message has been checked for all known viruses by Star
> Internet delivered through the MessageLabs Virus Control Centre.
>
> www.eutechnyx.com Eutechnyx Limited. Registered in England No: 2172322

_____________________________________________________________________
This e-mail is confidential and may be privileged. It may be read, copied and used only by the intended recipient. No
communication sent by e-mail to or from Eutechnyx is intended to give rise to contractual or other legal liability, apart
from liability which cannot be excluded under English law.

This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus Control Centre.

www.eutechnyx.com Eutechnyx Limited. Registered in England No: 2172322

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users