SeriousPython.run with arguments

Open
#65 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
dart, flutter
Domain
mobile

Research direction

Start by locating the SeriousPython.run API and how it currently launches the packaged Python application. Trace how execution arguments are handled, then verify that a call like the issue's youtube-dl example can pass --version successfully.

Written by the indexing model from the issue text.

Description

Is there a way to give additional arguments when using SeriousPython.run, like this ?

    await SeriousPython.run("app/youtube_dl.zip",
        arguments: ['--version']);

I'm trying to run youtube-dl with some arguments the the method doesn't support it

Dominant language
Dart
Stars
324
Forks
47
Avg merge
7h 41m
Merged PRs (30d)
2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from flet-dev/serious-python

All issues in flet-dev/serious-python

Similar issues

More Dart issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.