Re: [Trac] Perl plug-in for Trac

2006-07-13 Thread Noah Kantrowitz
Trac is written in Python, so not easily. Given some truly insane 
bytecode translation (running everything on Parrot) it might be 
possible. More realistically you could make a normal (i.e. Python) 
plugin that calls your Perl script as an executable. If you want to make 
Trac plugins you will need at least a basic understanding of Python.


--Noah

Tal Cohen wrote:

Does anyone know if it is possible to create Perl plug-ins for Trac?

 


Regards,

 


Tal Cohen

tel 617/859-1900 ext. 705

fax 617/848-5837



Please note that the information contained in this message may be privileged
and confidential and protected from disclosure. If the reader of this
message is not the intended recipient, or an employee or agent responsible
for delivering this message to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication is strictly prohibited. If you have received this
communication in error, please notify us by replying to the message and
deleting it from your computer.

 

 







___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


Re: [Trac] Perl plug-in for Trac

2006-07-13 Thread Matthew Good
On Thu, 2006-07-13 at 12:03 -0400, Tal Cohen wrote:
 Does anyone know if it is possible to create Perl plug-ins for Trac?

No.  Trac plugins must be written in Python.

-- 
Matthew Good [EMAIL PROTECTED]

___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac


Re: [Trac] Perl plug-in for Trac

2006-07-13 Thread Uwe Grauer
Tal Cohen wrote:
 Does anyone know if it is possible to create Perl plug-ins for Trac?
 
  
 
 Regards,
 
  
 
 Tal Cohen
 

There is http://aspn.activestate.com/ASPN/CodeDoc/pyperl/perlmodule.html

Uwe
___
Trac mailing list
Trac@lists.edgewall.com
http://lists.edgewall.com/mailman/listinfo/trac