dartpy
dartpy copied to clipboard
An experiment in embedding Python in Dart via dart ffi and the Python c-api
I tried the demo code on the readme, but when I execute `dart run build_runner build`, the `gen_dartpy_example.g.dart` file is not generated. ```dart import 'package:dartpy/dartpy.dart'; import 'package:dartpy/dartpy_annotations.dart'; part 'gen_dartpy_example.g.dart'; @PyFunction(module:...
Hey great package , but am not able to run this project , getting Path issues [ERROR:flutter[/lib/ui/ui_dart_state.cc]()(209)] Unhandled Exception: Invalid argument(s): Failed to load dynamic library '[/Users/rohitsangwan/Drive/Frameworks/Python.framework/Versions/3.9/lib/libpython3.9.dylib]()': dlopen([/Users/rohitsangwan/Drive/Frameworks/Python.framework/Versions/3.9/lib/libpython3.9.dylib](), 0x0001): tried:...
Due to this [stackoverflow q/a](https://stackoverflow.com/questions/10881411/load-native-shared-library-from-another-android-application) , I think , I can also load lib from Termux and use in android.
Hi, I'm trying to use your API to integrate a piece of python script to my flutter app which is written by Dart. Is it possible to pass arguments to...
Is it possible to work with 3rd party python packages? Like requests, Pillow, etc.
I'm wondering if this library is compatible with iOS. Trying to run on an iPad application and getting the following error: `Exception has occurred. ProcessException (ProcessException: Starting new processes is...
When an error occurs, use pyerr_ Fetch obtains information and then throws an exception through Dart to make the error more clear