Hi,
I'd like to experiment with the latest and greatest of MochiKit. So I
checked out their trunk - and now I'm stuck. How do I tell TG not to use
the version in thirdparty/mochikit, but mine?
are you using an egg or a co of TG?
in both cases you need to put your MochiKit in front of TG on the loading.
this can be done either by modifiying the order in which python load modules
or changing setup.py so it will require at least your version of mochikit (this can't be done with the egg, at least without modifiying it)
Thanks,
Diez
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

