PyMiniRacer icon indicating copy to clipboard operation
PyMiniRacer copied to clipboard

PyMiniRacer is a V8 bridge in Python.

Results 20 PyMiniRacer issues
Sort by recently updated
recently updated
newest added

I am using the macbook M1, and python version is 3.9 ### Steps to reproduce When I import a package named akshare which uses the py_mini_racer as a requirement, the...

### Steps to reproduce ### Expected behavior Tell us what should happen use pyinstaller pack program and running ,fatal msg maybe akshare import this package ![image](https://user-images.githubusercontent.com/52354783/176372663-ca6348ff-3431-4da8-b4db-0f8c3f39b709.png) ### Actual behavior Tell...

### Steps to reproduce The following piece of code reproduces the issue. There are variations of the problem, as shown in the `test` method in the JS class. ```python from...

I use py-mini-racer in debian 10.6 on my 64 bit mobile, but there's error as follow. `usr/local/lib/python3.7/dist-packages/akshare/stock_feature/stock_a_pb.py in 315 } 316 """ --> 317 ctx = py_mini_racer.MiniRacer() 318 ctx.eval(hash_code) 319...

### Steps to reproduce I want to run py_mini_racer in the Raspberry Pi, but the Raspberry Pi is a 32-bit operating system and there is no suitable installation package for...

build

### Steps to reproduce ```python Python 3.10.1 (tags/v3.10.1:2cd268a, Dec 6 2021, 19:10:37) [MSC v.1929 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> from...

Hi~ Maybe a issue if you want to show unicode escape, this example hardly meets the case. https://github.com/sqreen/PyMiniRacer/blob/f7b9da0d4987ca7d1982af7f24da423f06da9894/README.rst#L40-L41 In fact Python converted the escape in the example. Python 2 ```python...

Mac m1 is not supported for now, I think it will be more and more user going to feedback this problem

### Steps to reproduce from py_mini_racer import py_mini_racer ctx = py_mini_racer.MiniRacer() print(ctx.eval('1+1')) del ctx ![pmr](https://user-images.githubusercontent.com/30981019/111340268-71b6b780-86b3-11eb-9509-1c638208a84c.JPG) ### Expected behavior This program can't stop, it seems that some thread is not over....

bug