Mac OS X install not working using pip
Reported by Andreas Richter | October 26th, 2013 @ 10:17 AM
The pip install has the errors that some people have worked
around by moving files and changing jsutil.h
This seems to get the thing compiled, but it crashes python when
using it.
Maybe tell users to use "brew install nspr." This should work with the right architecture. 64bit on my system. Python is also 64bit so I believe they would have to match.
I can't quite tell if this project has been abandoned or if it's
still active.
The user community has posted things quite recently, but the latest
commits in the repo are 3 years old.
Is this being worked on? Should I make a fork and try to fix this,
or will that never get merged.
Comments and changes to this ticket
-
Andreas Richter April 29th, 2020 @ 09:02 AM
Not quite sure what you mean. I use python all the time, but this is such a long time ago... Not sure.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Python/JavaScript bridge module, making use of Mozilla's spidermonkey JavaScript implementation. Allows implementation of JavaScript classes, objects and functions in Python, and evaluation and calling of JavaScript scripts and functions respectively. Borrows heavily from Claes Jacobssen's Javascript Perl module, in turn based on Mozilla's 'PerlConnect' Perl binding.