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

2008-11-15 Thread Benjamin Kaplan
On Sat, Nov 15, 2008 at 4:33 AM, Tamer Higazi <[EMAIL PROTECTED]> 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 
> use make command 
> 
> 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.
--
http://mail.python.org/mailman/listinfo/python-list


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

2008-11-15 Thread Tamer Higazi
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 
use make command 

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