Re: [Jepp-users] Problems installing on a mac
Brought to you by:
mrjohnson0
From: Mike J. <mi...@pu...> - 2014-08-26 14:37:00
|
Odd... What version of Python is that? Mike On Aug 26, 2014 4:38 AM, "Conor McGann" <Con...@ge...> wrote: > Mike, > > Improved, but not quite there. > > I did the following: > > 1. git clone > 2. virtualenv jep > 3. git checkout > 4. source bin/activate > 5. sudo python setup.py build > 6. sudo python setup.py intsall > 7. sudo python setup.py test > > After all went well, I did the last step above and I got this output: > > jep.JepException: jep.JepException: <type 'exceptions.ImportError'>: > dynamic module does not define init function (initjep) > > at jep.Jep.eval(Jep.java:296) > > at jep.Jep.<init>(Jep.java:132) > > at jep.Jep.<init>(Jep.java:100) > > at jep.Run.run(Run.java:54) > > at jep.Run.main(Run.java:153) > > Caused by: jep.JepException: <type 'exceptions.ImportError'>: dynamic > module does not define init function (initjep) > > at jep.Jep.eval(Native Method) > > at jep.Jep.eval(Jep.java:280) > > ... 4 more > > error: command 'jep' failed with exit status 1 > > > > I found this in search: > http://stackoverflow.com/questions/8024805/cython-compiled-c-extension-importerror-dynamic-module-does-not-define-init-fu > > C > From: Mike Johnson <mi...@pu...> > Date: Mon, 25 Aug 2014 17:36:11 -0700 > To: Conor McGann <Con...@ge...> > Cc: "jep...@li..." <jep...@li...> > Subject: Re: [Jepp-users] Problems installing on a mac > > Hi all, > > If you have a mac, please try the osx_oracle branch if you can. It's now > working for this report but I want to make sure I didn't break anything for > the Apple JDK. > > Thanks, > Mike > > > On Sat, Aug 23, 2014 at 10:09 AM, Mike Johnson <mi...@pu...> > wrote: > >> Hi Conor, >> >> Can you see if this branch works for you? >> >> https://github.com/mrj0/jep/tree/osx_oracle >> >> The Oracle JDK uses a lot of different paths from the Apple one, but >> they are more standard, at least. I was able to get this working with >> 1.8.20 and OSX 10.9. >> >> If it fails, please send me all the terminal output. >> >> Thanks, >> Mike >> >> >> On Fri, Aug 22, 2014 at 12:35 PM, Conor McGann <Con...@ge...> >> wrote: >> >>> Hi Mike, >>> >>> Thanks forgetting back to me. >>> >>> *$ *java -version >>> >>> java version "1.8.0" >>> >>> Java(TM) SE Runtime Environment (build 1.8.0-b132) >>> >>> Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode) >>> >>> *conor*@cmcgann-m.local:~/development/gsegsa/channel_twitter (tango) >>> >>> *$ */usr/libexec/java_home -t JNI >>> >>> Unable to find any JVMs matching version "(null)". >>> >>> No Java runtime present, try --request to install. >>> >>> >>> >>> I will of course wait :-) Glad to get the help. >>> >>> Sincerely, >>> >>> Conor >>> From: Mike Johnson <mi...@pu...> >>> Date: Fri, 22 Aug 2014 11:41:35 -0700 >>> To: Conor McGann <Con...@ge...> >>> Cc: "jep...@li..." <jep...@li... >>> > >>> Subject: Re: [Jepp-users] Problems installing on a mac >>> >>> /usr/libexec/java_home -t JNI >>> >>> >> > |