don't get JPE (Java Python Extension) compiled.

Benjamin Kaplan benjamin.kaplan at case.edu
Sat Nov 15 11:33:57 EST 2008


On Sat, Nov 15, 2008 at 4:33 AM, Tamer Higazi <no at mail.de> wrote:

> Hi people!
> I want to compile the Java Python Extension which I downloaded through
> CVS "http://jpe.cvs.sourceforge.net/jpe/"
>
> Building JPE by bootstrapping the makefile system with the cmd:
>
> "python makefile.py"
>
> from the top source directory.
>
> I receive the following error message:
>
> working in </home/tamer/JPE/jpe>
> use make command <make>
> <env make -f config.mk>
> ksh /home/tamer/JPE/libplus/bin/pybatch.ksh /home/tamer/JPE/libplus
> /usr/bin/python -c "import devkit; devkit.pythonexe = None; import imp;
> imp.load_source( 'makefile', 'makefile.py', open(
> 'makefile.py')).genmake()"
> /bin/sh: ksh: command not found
> make: *** [all] Error 127
>
>
>
> for any help solving my problem getting JPE compiled, I would thank you
> very much
>
>
> Tamer Higazi
> --
> http://mail.python.org/mailman/listinfo/python-list
>


Whenever a program says something like "ksh: command not found", it usually
means there is a program (ksh) that it needs but that you don't have
installed.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20081115/1638912f/attachment-0001.html>


More information about the Python-list mailing list