[Pythonmac-SIG] ANN: RegexPlor 0.6 available!
Pascal Oberndoerfer
p.oberndoerfer at urheberrecht.org
Tue Sep 9 17:21:07 EDT 2003
Dinu Gherman at gherman at darwin.in-berlin.de:
> Hi,
>
> Next in line is "RegexPlor", a native Mac OS X Cocoa GUI tool using
> PyObjC to provide an intuitive way of exploring regular expressions.
> Please see the attached Readme below. I'd be grateful for any
> comments you might have!
>
> Regards,
>
> Dinu
[...]
> Requirements
> ------------
>
> There are no special requirements for running RegexPlor. From
> version 0.6 it ships as a standalone application which should be
> running on any Mac OS X 10.x, althouth it was developped on 10.2.
> As it comes with full source code you can build RegexPlor yourself,
> if you have Apple's developer tools installed, plus some Python
> interpreter version 2.2 or higher, plus PyObjC 1.0b [1]_.
Hi Dinu,
I don't think this will work on MacOS X up to 10.1.5 as you are using a
shell script inside your .app bundle (at least it doesn't work for me).
Trying to start RegexPlor from Terminal gives me an error message:
> [powerbook:RegexPlor.app/Contents/MacOS] pob% ./RegexPlor
> dyld: ./python can't open library: /sw/lib/libdl.0.dylib (No such file or
> directory, errno = 2)
> [powerbook:RegexPlor.app/Contents/MacOS] pob%
Fink?
Best regards,
Pascal
More information about the Pythonmac-SIG
mailing list