Clark Boylan wrote: > Seth, > > This discussion prompted me to attempt a build of drizzle-interface as > well. I found that I ran into errors building the python interface as > well. The good news is that I believe I have found the cause of these > errors. It appears that libdrizzle went though an API change around > revno 120, breaking the SWIG interface files in drizzle-interface.
Awesome. Thanks! I'll grab your branch in just a bit and look at it. *doh* > I have made changes to the SWIG interface files that accommodate these > libdrizzle API changes. I did this late last night so little testing has > been done (very close to no testing). These changes have been pushed to > lp:~cboylan/drizzle-interface/dev. I plan on working with chromakode and > mtaylor to test and merge in these changes. > > In short: Yes, there are build errors, I believe I have identified the > problems, possible fix at lp:~cboylan/drizzle-interface/dev, but testing > needs to be done, etc. > > Clark Boylan > [email protected] > > Seth Washeck wrote: >> Monty, Thanks for the guidance. With both methods I get errors. >> >> The easy_install method threw ~60 errors and the source pull does well >> until I do the python setup.py install which throws a few errors too. >> Being new to this I don't know what's the best route to take; should I >> attach a text file or copy and paste the errors into the body of the >> email? >> >> >> >> On Tue, Jan 19, 2010 at 8:20 PM, Monty Taylor <[email protected] >> <mailto:[email protected]>> wrote: >> >> Mark: >> >> chromakode is almost done with the dbapi module on top of >> drizzle-interface as it is now. We've also been discussing migrating >> that to use pyrex, but if we do, it'll just be v2 of that code - >> so for >> now I' just follow the drizzle-interface work. >> >> Seth: >> >> Well-- you can either do: >> >> easy_install python-libdrizzle >> >> Or, you can do: >> >> bzr branch drizzle-interface >> cd drizzle-interface >> ./config/autorun.sh >> ./configure >> make >> cd python >> python setup.py install >> >> >> Seth Washeck wrote: >> > i've had some issues compiling/building/installing the python >> library >> > and didnt know if anyone had a set of instructions that could >> speed me >> > along.. i posted a bug but i dont know if it truly is a bug or >> > something else that i've done wrong (i'd default to the latter, >> though). >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Mailing list: https://launchpad.net/~drizzle-discuss >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~drizzle-discuss >> More help : https://help.launchpad.net/ListHelp > _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

