Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #6873
| 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 | <ian.g.kelly@gmail.com> |
| 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> <mailman.2385.1307009819.9059.python-list@python.org> <96a88912-152d-4e1a-a8c9-50775fc5a133@f9g2000vbz.googlegroups.com> |
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | Thu, 2 Jun 2011 11:06:42 -0600 |
| Subject | Re: Passing array from java to python |
| To | loial <jldunn2000@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2393.1307034439.9059.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Thu, Jun 2, 2011 at 4:47 AM, loial <jldunn2000@gmail.com> 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?
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Passing array from java to python loial <jldunn2000@gmail.com> - 2011-06-02 02:54 -0700
Re: Passing array from java to python Chris Rebert <clp2@rebertia.com> - 2011-06-02 03:16 -0700
Re: Passing array from java to python loial <jldunn2000@gmail.com> - 2011-06-02 03:47 -0700
Re: Passing array from java to python Chris Rebert <clp2@rebertia.com> - 2011-06-02 04:07 -0700
Re: Passing array from java to python Ian Kelly <ian.g.kelly@gmail.com> - 2011-06-02 11:06 -0600
Re: Passing array from java to python Marco Nawijn <nawijn@gmail.com> - 2011-06-03 11:54 -0700
csiph-web