Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'json': 0.07; 'python': 0.08; 'subject:java': 0.09; 'am,': 0.14; 'wrote:': 0.14; 'subject:python': 0.14; 'subject:array': 0.16; 'cc:addr:python- list': 0.17; 'header:In-Reply-To:1': 0.21; 'java': 0.21; 'thu,': 0.22; 'cc:2**0': 0.22; 'cc:no real name:2**0': 0.23; 'received:209.85.161.46': 0.23; 'received:mail- fx0-f46.google.com': 0.23; 'received:209.85.161': 0.26; 'message- id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.30; 'separate': 0.31; 'using': 0.35; 'options': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.37; 'subject:from': 0.38; 'subject:: ': 0.38; 'received:209': 0.39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=fJjdpWP361GCy7XvSDaUXKy8ZrLiHPbDFKXMOGBR0I0=; b=eitqKrbNK6PsZ0V2lzgR+lolDN5izxaXHDiewAf/0i6E8yajF3iQQZK8PSebHaPm2/ J4u68v8p2lV4eMN921lNcTwIK1dJA1kDTub9AmijZskX4BN6JhlVRESPfzLZQlrp05P/ ecwBbcCGsIj8GGZYXORAaRCcMpyVStIZPNap8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=FZiBkwf6Kf6cfmyvJ3kIiwqRCrKDyvq4Y08o3lraLhVbyoBMfvsCwfL0P1Xsi+7As6 DBBWpdiwdaYCn4RJ86f9xSDnJ4ar/tbVkAXGtJ61g2jkeEQtRDYzW4UlIy/oWj8vmRea X/aAMfEA9mSm1wGUEMzQ11FXwzbEdFYpJd4Ik= MIME-Version: 1.0 In-Reply-To: <96a88912-152d-4e1a-a8c9-50775fc5a133@f9g2000vbz.googlegroups.com> References: <088cff0c-ea3e-4574-9ca0-3c9b1393c89c@v31g2000vbs.googlegroups.com> <96a88912-152d-4e1a-a8c9-50775fc5a133@f9g2000vbz.googlegroups.com> From: Ian Kelly Date: Thu, 2 Jun 2011 11:06:42 -0600 Subject: Re: Passing array from java to python To: loial Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 4 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1307034439 news.xs4all.nl 49178 [::ffff:82.94.164.166]:60635 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6873 On Thu, Jun 2, 2011 at 4:47 AM, loial wrote: > Unfortunately using jpython or json are not options at the moment How about JPype? Or do the Java and Python need to be in separate processes?