Ticket #1225 (closed Defect: fixed)
can not run python plugins
| Reported by: | yqiang | Owned by: | timothy |
|---|---|---|---|
| Priority: | Highest | Milestone: | Colloquy 2.3 |
| Component: | Python Support | Version: | Built Source |
| Severity: | Critical | Keywords: | |
| Cc: |
Description
I created a Python plugin which can be found here:
http://yiqiang.org/sage-devel-trac.py
However, when I drop it into the PlugIns folder and do /reload plugins, it gives me an error about NOT being able to find the 'objc' module. I believe this is because it's using the incorrect python interpreter (in /opt/local/bin). It should be using /usr/bin/python. I tried adding a #!/usr/bin/python at the top which made no difference.
Any ideas on how to resolve this? I got the source code for Colloquy and it seems to be linking to the correct Python.framework in /System/Library/Frameworks
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
