Lars
unread,Dec 28, 2010, 10:31:04 AM12/28/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to llvm-py: Python Bindings for LLVM
Hello,
Cool project! I obtained r105 from SVN and ran into the following
error:
>>> import llvm.core
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "llvm/core.py", line 38, in <module>
import llvm._core as _core # C wrappers
ImportError: No module named _core
There were no errors running setup.py and there is a _core.so located
under <site-packages>/llvm.
Any ideas for a workaround ?
Lars