pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
python24 dependency issue?
Hi,
I am trying to package something I use in Debian for pkgsrc/wip (my
first packaging attempt) which as far as I can tell has the following
dependencies:
.include "../../lang/python/application.mk"
.include "../../x11/py-wxWidgets/buildlink3.mk"
which are installed. In trying to test run the program in the tarball,
I get the following behavior:
./cycle.py
Traceback (most recent call last):
File "./cycle.py", line 14, in ?
import wx
File
"/usr/pkg/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/__init__.py",
line 42, in ? from wx._core import * File
"/usr/pkg/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core.py",
line 4, in ? import _core_
ImportError: /usr/pkg/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/_core_.so:
Undefined symbol "_ZTV17wxMemoryFSHandler" (symnum = 489)
which I am guessing is a missing or stale dependency, but I cannot
figure out what I need to install or re-install to fix this. I have
already reinstalled gtk2.
Any pointers?
Clayton
Home |
Main Index |
Thread Index |
Old Index