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)
"""
# 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
# 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 ....
, but it's what i see on my "top cmd"
the malloc helper is not very happy too
so i guess there is a little problem
# 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 ....
, but it's what i see on my "top cmd"
the malloc helper is not very happy too
so i guess there is a little problem