I debugged this some more with Craig Citro and it turns out it's a bug
in Colloquy itself. It seems that on Leopard system it links against
Python 2.3 by default. I've recompiled it so it links against Python
2.5 if it exists and falls back to Python 2.3 if it does not (so it's
still compatible on 10.4)

You can find the app here:

http://yiqiang.org/Colloquy.zip

Follow the same instructions as in the previous email to install the plugin.

Craig reported it working correctly on his machine now so I'm curious
to see if anyone else has success =)

On Wed, Apr 9, 2008 at 1:08 PM, Yi Qiang <[EMAIL PROTECTED]> wrote:
> Do you use Leopard? I don't know if pyobjc is distributed in pre 10.5.
>
>  Any chance you've installed a different Python.framework other than
>  what's shipped in /System/Library/Frameworks?
>
>
>
>  On Wed, Apr 9, 2008 at 6:12 AM, David Harvey <[EMAIL PROTECTED]> wrote:
>  >
>  >  Yi,
>  >
>  >  This sounds like a much better approach than what I did, but when I
>  >  run that I get an error message about not being able to find the objc
>  >  module?
>  >
>  >  david
>  >
>  >
>  >
>  >  On Apr 9, 2008, at 2:54 AM, Yi Qiang wrote:
>  >
>  >  >
>  >  > Hey,
>  >  > I thought this was a great idea but I found the patching Colloquy
>  >  > approach to be a bit hardcore, especially since it does the wrong
>  >  > things for channel urls in other channels.
>  >  >
>  >  > I whipped up a quick python plugin using Colloquy's plugin framework.
>  >  > To install it, just drop it into ~/Library/Application
>  >  > Support/Colloquy/PlugIns/ and type /reload plugins or restart
>  >  > Colloquy.
>  >  >
>  >  > You can get the plugin here:
>  >  >
>  >  > http://yiqiang.org/sage-devel-trac.py
>  >  >
>  >  > Cheers,
>  >  > Yi
>  >  >
>  >  > http://yiqiang.org
>  >  >
>  >  > On Fri, Apr 4, 2008 at 10:22 AM, David Harvey
>  >  > <[EMAIL PROTECTED]> wrote:
>  >  >>
>  >  >>  Hi all,
>  >  >>
>  >  >>  This message is for Sage developers who use the Colloquy IRC chat
>  >  >>  client.
>  >  >>
>  >  >>  I have patched Colloquy so that text like "#1234" gets
>  >  >> hyperlinked to
>  >  >>  the sage trac server.
>  >  >>
>  >  >>  Here is the patch file, which should get applied to the file Panels/
>  >  >>  JVDirectChatPanel.m in the root of the colloquy tree (you can get
>  >  >> the
>  >  >>  original source via svn from the main colloquy web site):
>  >  >>
>  >  >>     http://math.harvard.edu/~dmharvey/sage-colloquy.patch
>  >  >>
>  >  >>  Also I made a binary. I think I made it Universal. But really I have
>  >  >>  no idea what I'm doing, since I don't really know how to use XCode,
>  >  >>  but it seems to work for me (OSX 10.4.11, intel):
>  >  >>
>  >  >>     http://math.harvard.edu/~dmharvey/Colloquy.app.zip
>  >  >>
>  >  >>  david
>  >  >>
>  >  >>
>  >  >>>
>  >  >>
>  >  >
>  >  > >
>  >
>  >
>  >  >  >
>  >
>

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to