Public bug reported:

When running python-dbg you can't seem to load external modules. They
complain about not being able to find Py_InitModule4.

[EMAIL PROTECTED]:~/oss/tp/libmng-py/pygame$ python2.4-dbg 
Python 2.4.4c1 (#1, Oct 11 2006, 21:50:17) 
[GCC 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ctypes
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/ctypes/__init__.py", line 18, in ?
    from _ctypes import Union, Structure, Array
ImportError: /usr/lib/python2.4/site-packages/_ctypes.so: undefined symbol: 
Py_InitModule4
[19152 refs]
>>> import pygame
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/pygame/__init__.py", line 75, in ?
    from pygame.base import *
ImportError: /usr/lib/python2.4/site-packages/pygame/base.so: undefined symbol: 
Py_InitModule4
[24236 refs]
>>> import adns
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: /var/lib/python-support/python2.4/adns.so: undefined symbol: 
Py_InitModule4
[23673 refs]

** Affects: python2.4 (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
Modules won't load under python-dbg
https://launchpad.net/bugs/72049

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to