Package: golly
Version: 1.4-1
Severity: normal
When golly attempts to load Python by loading libpython2.5.so, it finds
that the Python library does not have the symbol Py_InitModule4 and pops
up a warning dialog box. This is not surprising: Py_InitModule4 is not
present in 64-bit clean Python 2.5 --- the symbol is Py_InitModule4_64,
and
#define Py_InitModule4 Py_InitModule4_64
is present in /usr/include/python2.5/modsupport.h
Note also that various Python C-API functions ---
Py{List,Tuple}_{GetItem,SetItem,Size} are the immediately obvious ones
--- do not have the signatures that wxpython.cpp declares them to have
on 64-bit clean Pythons.
I guess that there is a little work to do on this upstream?
Do please let me know if I can be of any further help.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (300, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages golly depends on:
ii libc6 2.7-13 GNU C Library: Shared libraries
ii libgcc1 1:4.3.1-2 GCC support library
ii libperl5.10 5.10.0-11.1 Shared Perl library
ii libstdc++6 4.3.1-2 The GNU Standard C++ Library v3
ii libwxbase2.8-0 2.8.7.1-1 wxBase library (runtime) - non-GUI
ii libwxgtk2.8-0 2.8.7.1-1 wxWidgets Cross-platform C++ GUI t
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
golly recommends no packages.
golly suggests no packages.
[
FWIW, the only installed python is
ii python2.5 2.5.2-6+lenny1
]
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]