Re: Komodo Rx Toolkit

Eric Promislow <[email protected]> Fri, 18 Sep 2009 09:38:14 -0700
Newsgroups gmane.comp.ide.komodo.general
Message-ID <[email protected]>
It's a bug in Rx in Komodo 5.2.0

The Rx Toolkit now uses an external Python interpreter to evaluate the
pattern-matching, rather than doing it in-process.  During testing I
neglected to test on a machine that did *not* have ActivePython installed,
and it would pick up python26.dll automatically.

Here's the fix.  Please let me know if this doesn't work.

* Bring up a command window, or use the file manager

* cd to "c:\Program Files\ActiveState Komodo IDE 5"  (or where ever you
installed Komodo)

* cd lib

* copy mozilla\python26.dll python\python26.dll

* Restart the Rx Toolkit (a Komodo restart shouldn't be necessary).


On 9/18/2009 9:36 AM, Perez, Aaron P. wrote:
> Is anyone having any issues with the Rx Toolkit in Komodo 5.2?
>
> My regular expression is “.*” and the results window never updates
> anything past “Pattern-match in progress…”, though it does show error
> messages such as if my regexp is “(.*”, it will complain about
> “(unterminated group)” but still shows “Pattern-match in progress…”
>
> BTW:
>
> Komodo IDE, version 5.2.0, build 33832, platform win32-x86.
>
> Built on Fri Sep 11 19:44:11 2009.
>
> Running on Windows XP Pro 2002 SP2
>
> --Aaron
>
> CONFIDENTIALITY STATEMENT. This email and any attachment is for the sole
> use of the intended recipient and may contain private, confidential
> and/or privileged information that may be subject to Hospira internal
> policies. If you are not the intended recipient, any dissemination,
> distribution or copying is strictly prohibited. If you have received
> this transmission in error, please notify Hospira immediately by return
> email or by email to [email protected] and delete the
> message and all copies and attachments from your system.
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Komodo-discuss mailing list
> [email protected]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
> Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss
_______________________________________________
Komodo-discuss mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss