[issue24783] Import Error (undefined symbol: PyFloat_Type) when Importing math Module on Shared Build

2020-08-13 Thread Ned Deily


Change by Ned Deily :


--
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24783] Import Error (undefined symbol: PyFloat_Type) when Importing math Module on Shared Build

2020-08-12 Thread Zackery Spytz


Zackery Spytz  added the comment:

Python 2.7 is no longer supported, so I think this issue should be closed.

--
nosy: +ZackerySpytz

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24783] Import Error (undefined symbol: PyFloat_Type) when Importing math Module on Shared Build

2015-08-02 Thread David E. Narvaez

New submission from David E. Narvaez:

The original bug report can be found at 
https://bugs.kde.org/show_bug.cgi?id=335965. I was not able to reproduce this 
on Gentoo until the Fedora maintainer commented they build their Python with 
--enable-shared. At that point, I built two copies of Python 2.7 from git, one 
with defaults and one with --enable-shared. When I run the application with 
PYTHONHOME=/path/to/defualt/install it runs correctly, and when I run the 
application with PYTHONHOME=/path/to/shared/install I can reproduce the bug.

Is there something missing in the linking of this application in order for it 
to use a Python installation built with --enable-shared?

--
components: Installation
messages: 247915
nosy: david-narvaez
priority: normal
severity: normal
status: open
title: Import Error (undefined symbol: PyFloat_Type) when Importing math Module 
on Shared Build
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24783
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com