MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Pythonika: Python in Mathematica

  • To: mathgroup at smc.vnet.net
  • Subject: [mg71597] Re: Pythonika: Python in Mathematica
  • From: Murray Eisenberg <murray at math.umass.edu>
  • Date: Fri, 24 Nov 2006 01:17:17 -0500 (EST)
  • Organization: Mathematics & Statistics, Univ. of Mass./Amherst
  • Reply-to: murray at math.umass.edu

I'm having trouble getting Pythonica to start with Mathematica 5.2 on 
Windows XP.

I'm using the supplied notebook Pythonika.nb.  I begin by evaluating the 
cell

   app = "d:\Language\pythonika\bin\Windows\Pythonika.exe";
   Install[app];

where app indeed gives the correct path to Pythonika.exe.  I get a 
pop-up window asking, "Choose a MathLink program to launch".

Should I be selecting MathKernel.exe?  If I do, then the cell I 
evaluated just keeps running (thickened cell bracket, and nothing 
returned), and I cannot even get evaluation of the next cell --

   Links[app]

to return a result.

What am I doing wrong?

-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305


  • Prev by Date: Re: Beginner--Need to test and check real input values
  • Next by Date: Re: Beginner--Need to test and check real input values
  • Previous by thread: Re: Pythonika: Python in Mathematica
  • Next by thread: Re: Pythonika: Python in Mathematica