• help

    From Mor yosef@21:1/5 to All on Fri Dec 30 09:55:36 2022
    Hello guys,
    i install python 3.11.1, and i have google chrome so i download the
    Webdriver Chrome
    and i just add it on my c:// driver and when i add some script on my
    desktop i try to run it from the terminal and all the time i receive this
    error message : maybe you guys can help me with this one?
    when i add some random code the terminal like "python -m webbrowser https://www.google.com" it's just works (it's open the website in new tab) Regards
    Mor yosef

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Grace@21:1/5 to supersellerninja@gmail.com on Fri Dec 30 17:13:48 2022
    Hello,

    The mailing list strips all images. We cannot see the error you posted. I'd recommend posting it in text form.

    What is the script you are running?

    What do you expect your script to do?

    On Fri, Dec 30, 2022, 3:14 PM Mor yosef <supersellerninja@gmail.com> wrote:

    Hello guys,
    i install python 3.11.1, and i have google chrome so i download the
    Webdriver Chrome
    and i just add it on my c:// driver and when i add some script on my
    desktop i try to run it from the terminal and all the time i receive this error message : maybe you guys can help me with this one?
    when i add some random code the terminal like "python -m webbrowser https://www.google.com" it's just works (it's open the website in new tab) Regards
    Mor yosef
    --
    https://mail.python.org/mailman/listinfo/python-list


    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Passin@21:1/5 to Enrder via Python-list on Mon May 13 13:30:49 2024
    On 5/12/2024 7:56 PM, Enrder via Python-list wrote:
    good tader

    I need help to install the bcml, and is that after installing the python
    and I go to the command prompt and put ''pip install bcml'' to install it
    tells me "pip" is not recognized as an internal or external command,
    program or executable batch file.

    I have tried everything, uninstalling and installing, restoring it,
    activating and deactivating all the checkboxes that appear in the options
    section, I searched the internet and the same thing keeps happening to me.



    If you can help me, I would appreciate it very much.

    Launch pip using the following command. If you don't run python using
    the name "python" then use the name you usually use (e.g., "py",
    "python3", etc.) -

    python -m pip install bcml

    This command causes Python to load and run its own copy of pip. So the
    fact that the operating system can't find it doesn't matter. You should
    always run pip this way, especially if you end up with several different versions of Python on the same computer.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)