[Python-Dev] Import java classes from python

2014-04-24 Thread babu
Hi, I am new to python. I have a requirement to import java class from
python. Is there any possibility to import java class from python.



--
View this message in context: 
http://python.6.x6.nabble.com/Import-java-classes-from-python-tp5054707.html
Sent from the Python - python-dev mailing list archive at Nabble.com.
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Make error on solaris 9 x86 - error: parse error before "upad128_t"

2006-02-08 Thread M, Raveendra Babu (STSD)
Hi,

I am trying to build python-2.3.5 on solaris 9 - X86. 
1) first  I have unpacked : Python-2.3.5.tgz  using   : tar -zxvf
Python-2.3.5.tgz 
 no erros at this stage
2) then run :
  ./configure   
No errors at this stage
3)then /usr/ccs/bin/make

  it is giving  some errors and the error is :
 gcc -c -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes
-I. -I./Include  -DPy_BUILD_CORE -o Python/pythonrun.o
Python/pythonrun.c
In file included from /usr/include/sys/reg.h:13,
 from /usr/include/sys/regset.h:24,
 from /usr/include/sys/ucontext.h:21,
 from /usr/include/sys/signal.h:240,
 from /usr/include/signal.h:27,
 from Python/pythonrun.c:17:
/usr/include/ia32/sys/reg.h:300: error: parse error before "upad128_t"
/usr/include/ia32/sys/reg.h:302: error: parse error before '}' token
/usr/include/ia32/sys/reg.h:309: error: field `kfpu_fx' has incomplete
type
/usr/include/ia32/sys/reg.h:314: confused by earlier errors, bailing out
*** Error code 1
make: Fatal error: Command failed for target `Python/pythonrun.o'

Can you  please reply me with some fix for this problem.

Regards
-Raveendrababu
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] To know how to set "pythonpath"

2006-02-11 Thread M, Raveendra Babu (STSD)

I am a newbe to python. While I am running some scripts it reports some
errors because of PYTHONPATH variable.

Can you send me information of how to set PYTHONPATH.
I am using  python 2.1.3 on aix 5.2.



Regards
-Raveendrababu
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com