On Thu, Jan 25, 2007 at 09:31:49PM +0100, Leonard Ritter wrote:
It seems many Aldrin users had trouble with the LLVM dependency, so I
added a second option for Lunar to use GCC for building its plugins.
This should make life a bit easier. CCM files will only carry source
code.
We are going to find a different way of installing plugins dynamically.
You find an updated libzzub at the zzub project website.
http://www.leonard-ritter.com/libzzub_updated_to_0_2_1
Thanks for this. It seems it doesn't install zzub into
site-packages tho:
using wxPython 2.6
Traceback (most recent call last):
File "/usr/local/bin/aldrin", line 6, in ?
aldrin.run(sys.argv)
File "/usr/local/bin/../share/aldrin/__init__.py", line 28, in run
import main
File "/usr/local/bin/../share/aldrin/main.py", line 32, in ?
from utils import format_time, ticks_to_time, prepstr, linear2db, filepath, is_debug
File "/usr/local/bin/../share/aldrin/utils.py", line 26, in ?
import time, sys, math, os, zzub, imp
ImportError: No module named zzub
James