Alrighty, haven't had time to figure that out yet. This is the next error in line. Going to see if I just dump all the eggs over from the other buildout if it will work. In the meantime thought I would post this traceback here in case someone has seen this before.
TypeError: unsubscriptable object http://paste.plone.org/22862 On Tue, Jul 29, 2008 at 10:53 PM, Dennis J Harrison Jr < [EMAIL PROTECTED]> wrote: > zope.interface-3.4.1-py2.4-linux-i686.egg > > Was the offender. Going to do some more checkup and see what actually put > that in there though. Will update this when we nail it down. > > Thanks a ton Rob! > > > > > On Tue, Jul 29, 2008 at 7:21 PM, Rob Miller <[EMAIL PROTECTED]> wrote: > >> Justin Ryan wrote: >> >>> On Tue, Jul 29, 2008 at 12:40 PM, Rob Miller <[EMAIL PROTECTED]> wrote: >>> >>>> more likely is that some other package that you have installed declared >>>> zope.interface as a dependency, and a more recent version of >>>> zope.interface >>>> was installed which is now conflicting w/ the one that your Plone >>>> version >>>> installed. it's possible that this has happened at the system level. >>>> when >>>> you created your virtualenv, did you use the --no-site-packages option? >>>> >>>> >>> Yeah, no, heh. We probably should consider that option, or at least >>> be a lot more careful with system-level site packages. >>> >>> The challenge is, now that we have System Python 2.4 in RHEL5, and it >>> has RPMs for things like PIL and libxml2, it's convenient to use those >>> instead of reinstalling them into virtualenv, esp as they are not eggs >>> and seem actually to menially respect the virtualenv. >>> >> >> PIL has been packaged up as an egg by the repoze guys, at dist.repoze.org; >> i've been using this for a bit and have been happy w/ it. >> >> i'm not sure if there are any usable lxml2 eggs, but there are buildouts >> for it, so if you're using buildout (IIRC you said you were) you can >> probably wire it in that way. >> >> -r >> >> >> -- >> Archive: >> http://www.openplans.org/projects/remember/lists/remember/archive/2008/07/1217377308443 >> >> To unsubscribe send an email with subject "unsubscribe" to >> [EMAIL PROTECTED] Please contact >> [EMAIL PROTECTED] for questions. >> >> > > > -- > Dennis J Harrison Jr > Solutions Architect - Absolute IT > RHCE, CCNE, CEH > [EMAIL PROTECTED] > B: 504.754.1343 > C: 985.590.0420 > -- Dennis J Harrison Jr Solutions Architect - Absolute IT RHCE, CCNE, CEH [EMAIL PROTECTED] B: 504.754.1343 C: 985.590.0420
