Running ANSI and Unicode side by side?

Hi all. Is it okay (and safe) to have both versions of wxPython installed on the same machine, or should you choose one or the other?

In case you have to choose just one, do you need to reinstall the documentation as well, or does that work with either version?

Thanks,
John

John Salerno wrote:

Hi all. Is it okay (and safe) to have both versions of wxPython installed on the same machine, or should you choose one or the other?

Yes, it is designed to allow multiple installs. See: http://wiki.wxpython.org/index.cgi/MultiVersionInstalls

In case you have to choose just one, do you need to reinstall the documentation as well, or does that work with either version?

The docs and demo and samples are a separate install package because they are to be shared between the runtime installs.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Robin Dunn wrote:

John Salerno wrote:

Hi all. Is it okay (and safe) to have both versions of wxPython installed on the same machine, or should you choose one or the other?

Yes, it is designed to allow multiple installs. See: http://wiki.wxpython.org/index.cgi/MultiVersionInstalls

In case you have to choose just one, do you need to reinstall the documentation as well, or does that work with either version?

The docs and demo and samples are a separate install package because they are to be shared between the runtime installs.

Thanks!

Robin Dunn wrote:

John Salerno wrote:

Hi all. Is it okay (and safe) to have both versions of wxPython installed on the same machine, or should you choose one or the other?

Yes, it is designed to allow multiple installs. See: http://wiki.wxpython.org/index.cgi/MultiVersionInstalls

In case you have to choose just one, do you need to reinstall the documentation as well, or does that work with either version?

The docs and demo and samples are a separate install package because they are to be shared between the runtime installs.

Thanks!

2.6

Robin Dunn wrote:

John Salerno wrote:

Hi all. Is it okay (and safe) to have both versions of wxPython installed on the same machine, or should you choose one or the other?

Yes, it is designed to allow multiple installs. See: http://wiki.wxpython.org/index.cgi/MultiVersionInstalls

In case you have to choose just one, do you need to reinstall the documentation as well, or does that work with either version?

The docs and demo and samples are a separate install package because they are to be shared between the runtime installs.

Thanks!

On OSX wx-2.6-mac-unicode (python 2.3.5)

# 2.6 takes 35M in more !!!!!!!!!!!!!!!!!!!!! than 2.5
WXVER = '2.6'
sys.path.append('/Library/Python/2.3')
import wxversion
if wxversion.checkInstalled(WXVER):
  wxversion.select(WXVER)
"""

sorry for the previous message

-plum

2.6

Useful comment I would say :smiley:
Was it referred to wxPython 2.6? Well, IIRC, Multiversion Installs were working from 2.5.3.

Andrea.

···

_________________________________________
Andrea Gavana (gavana@kpo.kz)
Reservoir Engineer
KPDL
4, Millbank
SW1P 3JA London

Direct Tel: +44 (0) 20 717 08936
Mobile Tel: +44 (0) 77 487 70534
Fax: +44 (0) 20 717 08900
Web: http://xoomer.virgilio.it/infinity77
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

# 2.6 takes 35M in more !!!!!!!!!!!!!!!!!!!!! than 2.5

Uhm, it didn't seem to me so big on Windows and Linux Ubuntu... But maybe I don't remember correctly... Are Mac build so different from one release to another?

Andrea.

···

_________________________________________
Andrea Gavana (gavana@kpo.kz)
Reservoir Engineer
KPDL
4, Millbank
SW1P 3JA London

Direct Tel: +44 (0) 20 717 08936
Mobile Tel: +44 (0) 77 487 70534
Fax: +44 (0) 20 717 08900
Web: http://xoomer.virgilio.it/infinity77
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯

# 2.6 takes 35M in more !!!!!!!!!!!!!!!!!!!!! than 2.5

Uhm, it didn't seem to me so big on Windows and Linux Ubuntu... But maybe I don't remember correctly... Are Mac build so different from one release to another?

Andrea.

i don't know .... :slight_smile:
, but it's what i see on my "top cmd"
the malloc helper is not very happy too :slight_smile:
so i guess there is a little problem

-plum

:slight_smile:

PID COMMAND %CPU TIME #TH #PRTS #MREGS RPRVT RSHRD RSIZE VSIZE
6612 Python 0.0% 0:01.36 1 58 171 9.00M 14.4M 17.7M 190M
6611 Python 0.0% 0:01.35 1 58 148 8.36M 8.95M 13.5M 144M

pythonw wxSimpleFrame_1.py
pythonw wxSimpleFrame_2.py

···

On OSX wx-2.6-mac-unicode (python 2.3.5)

# 2.6 takes 35M in more !!!!!!!!!!!!!!!!!!!!! than 2.5
WXVER = '2.6'
sys.path.append('/Library/Python/2.3')
import wxversion
if wxversion.checkInstalled(WXVER):
  wxversion.select(WXVER)
"""

sorry for the previous message

-plum

# 2.6 takes 35M in more !!!!!!!!!!!!!!!!!!!!! than 2.5

Uhm, it didn't seem to me so big on Windows and Linux Ubuntu... But maybe I don't remember correctly... Are Mac build so different from one release to another?

Andrea.

i don't know .... :slight_smile:
, but it's what i see on my "top cmd"
the malloc helper is not very happy too :slight_smile:
so i guess there is a little problem

-plum