Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in installation of version 2.3.5 on mac OS X 10.5.8 #58886

Closed
rampythonnewbie mannequin opened this issue Apr 27, 2012 · 3 comments
Closed

Problem in installation of version 2.3.5 on mac OS X 10.5.8 #58886

rampythonnewbie mannequin opened this issue Apr 27, 2012 · 3 comments

Comments

@rampythonnewbie
Copy link
Mannequin

rampythonnewbie mannequin commented Apr 27, 2012

BPO 14681
Nosy @pitrou, @ned-deily

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2012-04-27.14:12:47.173>
created_at = <Date 2012-04-27.09:31:37.609>
labels = ['expert-installation']
title = 'Problem in installation of version 2.3.5 on mac OS X 10.5.8'
updated_at = <Date 2012-04-27.14:12:47.156>
user = 'https://bugs.python.org/rampythonnewbie'

bugs.python.org fields:

activity = <Date 2012-04-27.14:12:47.156>
actor = 'pitrou'
assignee = 'none'
closed = True
closed_date = <Date 2012-04-27.14:12:47.173>
closer = 'pitrou'
components = ['Installation']
creation = <Date 2012-04-27.09:31:37.609>
creator = 'rampythonnewbie'
dependencies = []
files = []
hgrepos = []
issue_num = 14681
keywords = []
message_count = 3.0
messages = ['159446', '159453', '159457']
nosy_count = 3.0
nosy_names = ['pitrou', 'ned.deily', 'rampythonnewbie']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue14681'
versions = []

@rampythonnewbie
Copy link
Mannequin Author

rampythonnewbie mannequin commented Apr 27, 2012

Hello,

I am working on an application that runs only on Python version 2.3.5. Presently i am using mac os x 10.5.8. It came with pre-installed python 2.5.1. Now, when i am running that application with existing version, it is showing the following error..

"RuntimeWarning: Python C API version mismatch for module _AE: This Python has API version 1013, module _AE has version 1012."

So, I want to install version 2.3.5 on my machine along with existing python 2.5.1 unchanged.

I tried the following procedure to install:

  1. Downloaded "Python-2.3.5.tgz" from www.python.org
  2. Unpacked it with "tar -zxvf Python-2.3.5.tgz" command.
  3. ./configure --prefix=/users/myhomedir/python23
  4. make altinstall

But, I am getting following error:

"gcc -u __dummy -u _PyMac_Error -framework System -framework CoreServices -framework Foundation -o python.exe \
Modules/python.o \
libpython2.3.a -ldl
Undefined symbols:
"__dummy", referenced from:
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [python.exe] Error 1"

Please help me to know how to install multiple versions of python on mac OS X 10.5 without using macports and virtualenv...

Thanks in advance

1 similar comment
@rampythonnewbie
Copy link
Mannequin Author

rampythonnewbie mannequin commented Apr 27, 2012

Hello,

I am working on an application that runs only on Python version 2.3.5. Presently i am using mac os x 10.5.8. It came with pre-installed python 2.5.1. Now, when i am running that application with existing version, it is showing the following error..

"RuntimeWarning: Python C API version mismatch for module _AE: This Python has API version 1013, module _AE has version 1012."

So, I want to install version 2.3.5 on my machine along with existing python 2.5.1 unchanged.

I tried the following procedure to install:

  1. Downloaded "Python-2.3.5.tgz" from www.python.org
  2. Unpacked it with "tar -zxvf Python-2.3.5.tgz" command.
  3. ./configure --prefix=/users/myhomedir/python23
  4. make altinstall

But, I am getting following error:

"gcc -u __dummy -u _PyMac_Error -framework System -framework CoreServices -framework Foundation -o python.exe \
Modules/python.o \
libpython2.3.a -ldl
Undefined symbols:
"__dummy", referenced from:
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [python.exe] Error 1"

Please help me to know how to install multiple versions of python on mac OS X 10.5 without using macports and virtualenv...

Thanks in advance

@pitrou
Copy link
Member

pitrou commented Apr 27, 2012

Both 2.3.5 and 2.5.1 are very old versions, and are unsupported. We would only take bug reports for Python 2.7 and 3.2.
Furthermore, it is not obvious that you are actually reporting a bug; it sounds like you're looking for help instead, which can be asked for on http://mail.python.org/pipermail/python-list/

@pitrou pitrou closed this as completed Apr 27, 2012
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant