Re: Issue bootstrapping Python - troubleshooting steps?

2024-08-06 Thread Barry Scott via Python-list
> On 6 Aug 2024, at 02:49, Piper McCorkle via Python-list > wrote: > > $ /tmp/sources/Python-3.12.4/configure --enable-shared --with-system-expat > --enable-optimizations --prefix= I assume that you must provide a value for --prefix. The linux default would be --prefix=/usr Barry -- htt

Re: Issue with pip Installation on My Laptop

2024-07-27 Thread Mats Wichmann via Python-list
On 7/27/24 17:13, MRAB via Python-list wrote: On 2024-07-27 21:58, Mats Wichmann via Python-list wrote: On 7/26/24 16:28, Thomas Passin via Python-list wrote: On 7/26/2024 7:25 AM, Lizna Shah via Python-list wrote: OSError: [WinError 225] Operation did not complete successfully because the fi

Re: Issue with pip Installation on My Laptop

2024-07-27 Thread MRAB via Python-list
On 2024-07-27 21:58, Mats Wichmann via Python-list wrote: On 7/26/24 16:28, Thomas Passin via Python-list wrote: On 7/26/2024 7:25 AM, Lizna Shah via Python-list wrote: OSError: [WinError 225] Operation did not complete successfully because the file contains a virus or potentially unwanted sof

Re: Issue with pip Installation on My Laptop

2024-07-27 Thread Mats Wichmann via Python-list
On 7/26/24 16:28, Thomas Passin via Python-list wrote: On 7/26/2024 7:25 AM, Lizna Shah via Python-list wrote: OSError: [WinError 225] Operation did not complete successfully because the file contains a virus or potentially unwanted software That part of the error message tells you the story.

Re: Issue with pip Installation on My Laptop

2024-07-26 Thread Thomas Passin via Python-list
On 7/26/2024 7:25 AM, Lizna Shah via Python-list wrote: OSError: [WinError 225] Operation did not complete successfully because the file contains a virus or potentially unwanted software That part of the error message tells you the story. Windows thinks some file in the install has been corru

Re: Issue with the Installation

2022-09-21 Thread MRAB
On 2022-09-21 14:49, My Pen Services wrote: Hello, I am having an issue after installing the latest application. I do not seem to locate it on my PC nor am I able to get the shortcut for launching the application. On Windows, it should be in the main application menu. When I try running the

Re: Issue sending data from C++ to Python

2022-05-19 Thread Dieter Maurer
Pablo Martinez Ulloa wrote at 2022-5-18 15:08 +0100: >I have been using your C++ Python API, in order to establish a bridge from >C++ to Python. Do you know `cython`? It can help very much in the implementation of bridges between Python and C/C++. -- https://mail.python.org/mailman/listinfo/pytho

Re: Issue sending data from C++ to Python

2022-05-18 Thread Christian Gollwitzer
Am 18.05.22 um 16:08 schrieb Pablo Martinez Ulloa: I have been using your C++ Python API, in order to establish a bridge from C++ to Python. We want to do this, as we have a tactile sensor, which only has a library developed in C++, but we want to obtain the data in real time in Python to perform

Re: Issue sending data from C++ to Python

2022-05-18 Thread MRAB
On 2022-05-18 15:08, Pablo Martinez Ulloa wrote: Hello, I have been using your C++ Python API, in order to establish a bridge from C++ to Python. We want to do this, as we have a tactile sensor, which only has a library developed in C++, but we want to obtain the data in real time in Python to p

RE: Issue in installing python

2021-10-16 Thread Abhi R
Hello Welcome to the Python Mailing List. Images will not get rendered on a Mailing List. Can you please copy- paste the error you're seeing as text? Regards [1]Abhiram Sent from [2]Mail for Windows From: [3]Kaviya Vadivel Sent: 17 October 2021 01:16 T

Re: issue for setup pandas

2021-09-21 Thread Chris Angelico
On Tue, Sep 21, 2021 at 11:53 PM Fady Victor Mikhael Abdelmalk wrote: > > > Dear Python Team, > > I got the below issue when trying to install python on my user. Kindly assist > to know how can I solved. > > > WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, > status=Non

RE: issue for setup pandas

2021-09-21 Thread Fady Victor Mikhael Abdelmalk
Dear Python Team, I got the below issue when trying to install python on my user. Kindly assist to know how can I solved. WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new conne

Re: Issue in software

2021-05-23 Thread Mats Wichmann
On 5/22/21 10:45 PM, pradeep Y wrote: I I couldn't get the solution for this issue since last week will you please help me to solve this issue the issue is when I opened command prompt this below message will Pop up "The program can't start because api-ms-win-crt-runtime-[1-1-0.dl] is missing f

Re: Issue in software

2021-05-23 Thread Igor Korot
Hi, On Sun, May 23, 2021 at 11:50 AM pradeep Y wrote: > > I I couldn't get the solution for this issue since last week will you > please help me to solve this issue the issue is when I opened command > prompt this below message will Pop up > > > "The program can't start because api-ms-win-crt-run

Re: issue with seaborn

2021-02-20 Thread Cousin Stanley
Dino wrote: > trying to do some dayaviz with Italian Covid Open Data ( > https://github.com/italia/covid19-opendata-vaccini/ ) > > here's how I pull my data: > > import sys > import urllib.request > import pandas as pd > import ssl > ssl._create_default_https_context

Re: issue with seaborn

2021-02-20 Thread Reto
Don't have the original email, hence replying this way. On Sat, Feb 20, 2021 at 12:13:30PM +0100, jak wrote: > Il 20/02/2021 01:56, Dino ha scritto: > > > > trying to do some dayaviz with Italian Covid Open Data ( > > https://github.com/italia/covid19-opendata-vaccini/ ) > > > > here's how I pull

Re: issue with seaborn

2021-02-20 Thread jak
Il 20/02/2021 01:56, Dino ha scritto: trying to do some dayaviz with Italian Covid Open Data ( https://github.com/italia/covid19-opendata-vaccini/ ) here's how I pull my data: import sys import urllib.request import pandas as pd import ssl ssl._create_default_http

Re: Issue with Python

2020-10-23 Thread Mats Wichmann
On 10/23/20 3:52 AM, Ifeanyi Obinelo wrote: > Hello! I am a Python programmer and I love the language. However, I > installed Python 3.9 and suddenly, pip does not install Python libraries > anymore. It says that I need Visual Studio C++ 2014 and exits with: > > "ERROR: Command errored out with ex

Re: Issue with python 3.7.9 installation

2020-09-05 Thread MRAB
On 2020-09-05 21:12, Juanti VF wrote: Hey, I tried installing python 64 bit after uninstalling my 32 bit version. When I try to run python -v on the terminal I get an absolute TON of messages about frozen_importlib. I did add python to PATH during installation and I'm using a 64 bit win 10 ma

Re: Issue in installing Python (Windows 10)

2020-08-24 Thread Terry Reedy
On 8/23/2020 12:39 PM, Debasis Chatterjee wrote: I started off by using "python-3.8.5.exe". 32-bit Windows installer? Windows version might be relevant. I use "Run as Administrator" option to click this (provide my local-admin username/pwd). After this, I see python shell available. But

Re: Issue

2020-08-20 Thread dn via Python-list
On 21/08/2020 07:01, Sreelakshmi Madhu wrote: not able to open IDLE and also while running a program in cmd saved in notepad, it's showing not found such a python file. Please review the Python documentation (https://docs.python.org/3/), in particular the "Python Setup and Usage" notes releva

Re: (Issue resolved!) Issue with Python module downloads from Library for a beginner Python coder.

2020-08-02 Thread Sarvesh Poddar via Python-list
Hi terry, I am so happy to mention that your suggestion worked! I moved the file from Tkinter to Lib and I am suddenly able to import the file.  Thanks you so much @Bob, @Arjun, @Cameron for your suggestions. I can finally move forward. I hope to contribute to this community in future after gain

Re: Issue with Python module downloads from Library for a beginner Python coder.

2020-08-02 Thread Sarvesh Poddar via Python-list
Hello Dennis, Sorry for my copy-paste error and thanks for highlighting the same. I will make sure that from next time I will maintain the line breaks. I tried opening it in CMD and it did open with the skewed triangle figure although I am still not able to use it in my IDLE environment. Unfortu

Re: Issue with Python module downloads from Library for a beginner Python coder.

2020-08-02 Thread Terry Reedy
On 8/2/2020 2:36 AM, Sarvesh Poddar via Python-list wrote: [I downloaded] https://mcsp.wartburg.edu/zelle/python/graphics.py) I have unmangled the traceback and added explanations. Traceback (most recent call last):  File "", line 1, in     import graphics You typed this in IDLE Shell in r

Re: Issue with Python module downloads from Library for a beginner Python coder.

2020-08-02 Thread Bob van der Poel
Do you have tkinter installed? The graphics.py module needs it to run. On Sat, Aug 1, 2020 at 11:36 PM Sarvesh Poddar via Python-list < python-list@python.org> wrote: > Hi, > I am currently using Python 3.8.5 with IDLE environment that comes > pre-installed with the Python application. I am usin

Re: Issue with Python module downloads from Library for a beginner Python coder.

2020-08-02 Thread Cameron Simpson
Diverting replies to tu...@python.org, a better place for all this. It looks like the error is in graphics.py, not in your file. Your line: from graphics import * is syntacticly correct. Something has mangled the line breaks in your traceback, which here appears as: When I write a diff

Re: Issue with Python module downloads from Library for a beginner Python coder.

2020-08-01 Thread Sarvesh Poddar via Python-list
Hi, I am currently using Python 3.8.5 with IDLE environment that comes pre-installed with the Python application. I am using the book "An Introduction to computer science" by John Zelle as my reference. The problem I am facing is "There is a python program named "graphics.py" that is used as re

Re: Issue with Python installation for a beginner Python coder.

2020-07-31 Thread boB Stepp
On Thu, Jul 30, 2020 at 9:24 AM Sarvesh Poddar via Python-list wrote: > I re-installed Python in my Windows system as the earlier one was not able to > import modules... You do not provide much detail to diagnose what your problem(s) is(are). By the "earlier one" is it the same version as the

Re: Issue with PYSFTP - Working in WINSCP

2020-03-11 Thread Dieter Maurer
NAND KISHORE wrote at 2020-3-10 20:20 -0500: > We have requirement where we need to get file from client path and then >upload the same to vendor directory path. I am not able to upload the file >to vendor directory path , however when I tried to use the WINSCP it worked >fine. So I thought of ch

Re: Issue with running programs in Python and imports, probably directories messed up

2019-11-03 Thread dieter
Vladyslav Verteletskyi writes: > I have stuck upon a problem with all of my attempts to import libraries to > Python. Find the > screenshots enclosed. This is a text only list: we (at least most of us) do not see attachments (such as attached screenshots). Use functions of your (windows) sys

Re: issue with regular expressions

2019-10-22 Thread joseph pareti
Ok, thanks. It works for me. regards, Am Di., 22. Okt. 2019 um 11:29 Uhr schrieb Matt Wheeler : > > > On Tue, 22 Oct 2019, 09:44 joseph pareti, wrote: > >> the following code ends in an exception: >> >> import re >> pattern = 'Sottoscrizione unica soluzione' >> mylines = []

Re: issue with regular expressions

2019-10-22 Thread Matt Wheeler
On Tue, 22 Oct 2019, 09:44 joseph pareti, wrote: > the following code ends in an exception: > > import re > pattern = 'Sottoscrizione unica soluzione' > mylines = []# Declare an empty list. with open ('tmp.txt', 'rt') as myfile: # Open tmp.txt for reading tex

Re: Issue with Python installation

2019-09-11 Thread Rhodri James
On 11/09/2019 17:48, Manasiz Paul wrote: Dear Sir/Madam, I have installed the latest version of Python but while running it, I am facing this issue continuously. [image: Untitled.png] I'm afraid the mailing list stripped off your attachment. Please copy and paste the error messages into the

Re: issue in handling CSV data

2019-09-10 Thread Piet van Oostrum
Sharan Basappa writes: >> >> Note that the commas are within the quotes. I'd say Andrea is correct: >> This is a tab-separated file, not a comma-separated file. But for some >> reason all fields except the last end with a comma. >> However, genfromtxt is not a full-fledged CSV parser. It does

Re: issue in handling CSV data

2019-09-10 Thread Gregory Ewing
Sharan Basappa wrote: Now, if you see the print after getting the data, it looks like this: ## [['"\t"81' '"\t5c'] ['"\t"04' '"\t11'] ['"\t"e1' '"\t17'] ['"\t"6a' '"\t6c'] ['"\t"53' '"\t69'] ['"\t"98' '"\t87'] ['"\t"5c' '"\t4b'] #

Re: issue in handling CSV data

2019-09-09 Thread Sharan Basappa
On Sunday, 8 September 2019 12:45:45 UTC-4, Peter J. Holzer wrote: > On 2019-09-08 05:41:07 -0700, Sharan Basappa wrote: > > On Sunday, 8 September 2019 04:56:29 UTC-4, Andrea D'Amore wrote: > > > On Sun, 8 Sep 2019 at 02:19, Sharan Basappa > > > wrote: > > > > As you can see, the string "\t"81

Re: issue in handling CSV data

2019-09-08 Thread Peter J. Holzer
On 2019-09-08 05:41:07 -0700, Sharan Basappa wrote: > On Sunday, 8 September 2019 04:56:29 UTC-4, Andrea D'Amore wrote: > > On Sun, 8 Sep 2019 at 02:19, Sharan Basappa > > wrote: > > > As you can see, the string "\t"81 is causing the error. > > > It seems to be due to char "\t". > > > > It is n

Re: issue in handling CSV data

2019-09-08 Thread Sharan Basappa
On Sunday, 8 September 2019 04:56:29 UTC-4, Andrea D'Amore wrote: > On Sun, 8 Sep 2019 at 02:19, Sharan Basappa wrote: > This is the error: > > my_data_3 = my_data_2.astype(np.float) > > could not convert string to float: " "81 > > > As you can see, the string "\t"81 is causing the error. > > I

Re: issue in handling CSV data

2019-09-08 Thread Andrea D'Amore
On Sun, 8 Sep 2019 at 02:19, Sharan Basappa wrote: This is the error: > my_data_3 = my_data_2.astype(np.float) > could not convert string to float: " "81 > As you can see, the string "\t"81 is causing the error. > It seems to be due to char "\t". It is not clear what format do you expect to be

Re: issue in handling CSV data

2019-09-07 Thread Sharan Basappa
On Saturday, 7 September 2019 21:18:11 UTC-4, MRAB wrote: > On 2019-09-08 01:19, Sharan Basappa wrote: > > I am trying to read a log file that is in CSV format. > > > > The code snippet is below: > > > > ### > > import matplotlib.pyplot as plt > > import seaborn as sn

Re: issue in handling CSV data

2019-09-07 Thread MRAB
On 2019-09-08 01:19, Sharan Basappa wrote: I am trying to read a log file that is in CSV format. The code snippet is below: ### import matplotlib.pyplot as plt import seaborn as sns; sns.set() import numpy as np import pandas as pd import os import csv from numpy imp

Re: issue in handling CSV data

2019-09-07 Thread Joel Goldstick
On Sat, Sep 7, 2019 at 8:28 PM Joel Goldstick wrote: > > On Sat, Sep 7, 2019 at 8:21 PM Sharan Basappa > wrote: > > > > I am trying to read a log file that is in CSV format. > > > > The code snippet is below: > > > > ### > > import matplotlib.pyplot as plt > > import

Re: issue in handling CSV data

2019-09-07 Thread Joel Goldstick
On Sat, Sep 7, 2019 at 8:21 PM Sharan Basappa wrote: > > I am trying to read a log file that is in CSV format. > > The code snippet is below: > > ### > import matplotlib.pyplot as plt > import seaborn as sns; sns.set() > import numpy as np > import pandas as pd > import

Re: Issue About Install pyinstaller

2019-09-02 Thread Eryk Sun
On 9/1/19, Mehmet Furkan ÇOLAK wrote: > > I did “cmd > pip install pyinstaller > enter” > > from C:\Users\Furkan ÇOLAK\AppData\Local\Programs\Python\Python37-32 > but there isnt Script folder. > > İn cmd I see this kind of ERROR > 'pip' is not recognized as an internal or external command, > opera

Re: Issue About Install pyinstaller

2019-09-01 Thread MRAB
On 2019-09-01 17:15, Mehmet Furkan ÇOLAK wrote: Have a good day sir, I use python so much, I try to install pyinstaller in order to covert .py files to .exe files I did “cmd > pip install pyinstaller > enter” from C:\Users\Furkan ÇOLAK\AppData\Local\Programs\Python\Python37-32 but there isnt Sc

Re: issue

2019-07-10 Thread Terry Reedy
On 7/10/2019 10:35 AM, joshua kay wrote: Hello, i am encountering a issue with python 3.7.2rc1 64 bit currently My operating system is windows 10 and every time i try to run my code the shell just says: == RESTART: C:\Users\joshu\OneDrive\Desktop\python\projects\multi choice.py == You are runni

Re: issue

2019-07-10 Thread Calvin Spealman
If you could share the code you are trying to run, which is causing the issue, someone might be able to help. Without that, it is doubtful you'll get any help. On Wed, Jul 10, 2019 at 11:08 AM joshua kay wrote: > Hello, > i am encountering a issue with python 3.7.2rc1 64 bit currently > My opera

Re: Issue with the program

2019-06-17 Thread Igor Korot
Hi, On Mon, Jun 17, 2019 at 4:47 AM Marselle Grace wrote: > > > Hello, I downloaded the Python program today, as well as the separate IDE > pyCharm today and on pyCharm I tried setting up Python as the interpreter, as > the tutorial I am following stated, however it says that it is invalid and

Re: Re: Issue in using "subprocess.Popen" for parsing the command output

2018-11-25 Thread Chris Angelico
On Mon, Nov 26, 2018 at 5:40 AM srinivasan wrote: > > Dear Karsten, > > With the help of Mrab Inputs, I tried Even with "return > stdout.strip().decode("utf-8")", it still seems to be an issue, I am using > python 3.6, is this causing a issue? No, it isn't. Two things are causing most of your is

Re: Re: Issue in using "subprocess.Popen" for parsing the command output

2018-11-25 Thread srinivasan
Dear Karsten, With the help of Mrab Inputs, I tried Even with "return stdout.strip().decode("utf-8")", it still seems to be an issue, I am using python 3.6, is this causing a issue? /home/srinivasan/Downloads/wifidisconnectissuenov23_homework/venv/bin/python /home/srinivasan/Downloads/wifidiscon

Re: Issue in using "subprocess.Popen" for parsing the command output

2018-11-25 Thread srinivasan
Dear Mrab, Even with "return stdout.strip().decode("utf-8")", it still seems to be an issue, I am using python 3.6, is this causing a issue? /home/srinivasan/Downloads/wifidisconnectissuenov23_homework/venv/bin/python /home/srinivasan/Downloads/wifidisconnectissuenov23_homework/qa/test_library/t

Re: Issue in using "subprocess.Popen" for parsing the command output

2018-11-25 Thread srinivasan
Thanks a lot for your quick responses Mrab and appreciate the same. I changed the snippet as below, still it seems to be an issue, I am using python3 version: def main(ssid, pw): try: cmd = "nmcli device wifi connect '%s' password '%s'" % (ssid, pw) proc = subprocess.Popen(

Aw: Re: Issue in using "subprocess.Popen" for parsing the command output

2018-11-25 Thread Karsten Hilbert
> Even only with "*proc.decode("utf-8")"* in the above code still it seems to > throw the error No it does not. It throws the same TYPE of error due to the same SORT of mistake you made. You need to read carefully and try to think about what you read. Karsten -- https://mail.python.org/mailman/

Re: Issue in using "subprocess.Popen" for parsing the command output

2018-11-25 Thread MRAB
On 2018-11-25 17:54, srinivasan wrote: Hope now I have changed on the string output as below, could you please correct me if am still wrong? import sys import subprocess interface = "wlan0" def main(ssid, pw):     try:         cmd = "nmcli device wifi connect '%s' password '%s'" % (ssid, pw

Re: Issue in using "subprocess.Popen" for parsing the command output

2018-11-25 Thread srinivasan
Even only with "*proc.decode("utf-8")"* in the above code still it seems to throw the error #return proc.strip().decode("utf-8") #return proc.decode("utf-8").strip() *return proc.decode("utf-8")* Error: /home/srinivasan/Downloads/wifidisconnectissuenov23_homework/venv/bin/python /home

Re: Issue in using "subprocess.Popen" for parsing the command output

2018-11-25 Thread srinivasan
Hope now I have changed on the string output as below, could you please correct me if am still wrong? import sys import subprocess interface = "wlan0" def main(ssid, pw): try: cmd = "nmcli device wifi connect '%s' password '%s'" % (ssid, pw) proc = subprocess.Popen(cmd, st

Re: Issue in using "subprocess.Popen" for parsing the command output

2018-11-25 Thread MRAB
On 2018-11-25 17:13, srinivasan wrote: Dear Python Experts Team, As am newbie still learning the python syntax from past 2 weeks, Excuse me, If this might be silly question, As I am trying to execute shell command (ie, nmcli) using "subprocess.Popen". 1. Am trying to improve the below code with

Re: Issue in using "subprocess.Popen" for parsing the command output

2018-11-25 Thread Wildman via Python-list
On Sun, 25 Nov 2018 22:43:10 +0530, srinivasan wrote: > Dear Python Experts Team, > > As am newbie still learning the python syntax from past 2 weeks, Excuse me, > If this might be silly question, As I am trying to execute shell command > (ie, nmcli) using "subprocess.Popen". > > *return pro

Re: Issue in parsing the string output from the command using "subprocess"

2018-11-18 Thread srinivasan
Thanks a lot for your quick responses I tried to fix the issue as below, I verified in my desktop ubuntu environment, but tomorrow once I can verify on my embedded target, please let me know if you foresee any issues with the below fix? def wifi_disconnect(self, timeout=10): """ Conne

Re: Issue in parsing the string output from the command using "subprocess"

2018-11-18 Thread MRAB
On 2018-11-18 14:59, srinivasan wrote: Dear Python Experts Team, As am newbie to python and learning python, working on embedded linux platform, my intention is to delete all the SSID's before connecting my Wi-Fi module to specific SSID., I am trying to parse command output using the "subprocess

Re: Issue in parsing the strings in python code

2018-11-12 Thread srinivasan
Hi Thomas, I have Implemented as below, please let me know if you forsee any issues in the below code snippet?as I have just started learning python from last week def wifi_connect_verify(self): """ Verify Connectivity of WIFI module to the Access. :return: c

Re: Issue in parsing the strings in python code

2018-11-12 Thread Brian Oney via Python-list
On Mon, 2018-11-12 at 14:17 +, Rhodri James wrote: > On 12/11/2018 09:37, srinivasan wrote: > > Because the problem is every time when ever I see the output using the > > "nmcli c show", the below output is the weird output, so instead of > > connecting to SSID "NIFunkloch" it randomly connect

Re: Issue in parsing the strings in python code

2018-11-12 Thread Rhodri James
On 12/11/2018 09:37, srinivasan wrote: Because the problem is every time when ever I see the output using the "nmcli c show", the below output is the weird output, so instead of connecting to SSID "NIFunkloch" it randomly connects to "NIFunkloch 1552" or sometimes to NIFunkloch 1000" or so on r

Re: Issue in parsing the strings in python code

2018-11-12 Thread Thomas Jollans
On 2018-11-12 10:23, srinivasan wrote: > Hi Thomas, > > Great to hear from you, Could you please let me know how do I get the UUID > "1da7d068-4548-4446-bf88-a440e49db1b1" by passing the name of the SSID > "Funkloch' using "nmcli --terse" ?? Have a look at the output. It appears to me that the f

Re: Issue in parsing the strings in python code

2018-11-12 Thread srinivasan
Because the problem is every time when ever I see the output using the "nmcli c show", the below output is the weird output, so instead of connecting to SSID "NIFunkloch" it randomly connects to "NIFunkloch 1552" or sometimes to NIFunkloch 1000" or so on root:~/qa/robot_tests# nmcli c show NAME

Re: Issue in parsing the strings in python code

2018-11-12 Thread srinivasan
Hi Thomas, Great to hear from you, Could you please let me know how do I get the UUID "1da7d068-4548-4446-bf88-a440e49db1b1" by passing the name of the SSID "Funkloch' using "nmcli --terse" ?? Many thanks in advance, Srini On Mon, Nov 12, 2018 at 9:59 AM Thomas Jollans wrote: > On 12/11/2018 0

Re: Issue in parsing the strings in python code

2018-11-12 Thread Thomas Jollans
On 12/11/2018 09:28, srinivasan wrote: > Dear Python Experts team, > > This question might be very simple for you, As am newbie to python, could > you please how to parse the below strings > > [snip] > > > root:~/qa/robot_tests# nmcli c show Pro tip: many *nix tools have a flag that makes them

Re: Issue in parsing the strings in python code

2018-11-12 Thread Shakti Kumar
On Mon, 12 Nov 2018 at 14:02, srinivasan wrote: > Dear Python Experts team, > > This question might be very simple for you, As am newbie to python, could > you please how to parse the below strings > > 1. Could you please do the needful in guiding me, that how can I extract > the strings under th

Re: Issue

2018-05-22 Thread Rhodri James
[Re-ordered for comprehensibility.] On 22/05/18 11:08, sujith.j Sjk wrote: On Tue, May 22, 2018 at 3:04 PM, Abdur-Rahmaan Janhangeer < arj.pyt...@gmail.com> wrote: On Tue, 22 May 2018, 10:28 sujith.j Sjk, wrote: Hi, Am facing the below issue when starting pyton. >> greetings, >> >> did yo

Re: Issue

2018-05-22 Thread sujith.j Sjk
yes On Tue, May 22, 2018 at 3:04 PM, Abdur-Rahmaan Janhangeer < arj.pyt...@gmail.com> wrote: > greetings, > > did you send a log file attached? > > Abdur-Rahmaan Janhangeer > https://github.com/Abdur-rahmaanJ > > On Tue, 22 May 2018, 10:28 sujith.j Sjk, wrote: > >> > Hi, >> > >> > Am facing the

Re: Issue

2018-05-22 Thread Abdur-Rahmaan Janhangeer
greetings, did you send a log file attached? Abdur-Rahmaan Janhangeer https://github.com/Abdur-rahmaanJ On Tue, 22 May 2018, 10:28 sujith.j Sjk, wrote: > > Hi, > > > > Am facing the below issue when starting pyton. > > > > > > > -- > https://mail.python.org/mailman/listinfo/python-list > -- h

Re: issue runing ipython

2018-05-11 Thread Steven D'Aprano
On Fri, 11 May 2018 20:13:08 -0700, Sharan Basappa wrote: > I see an issue while running ipython. Can anyone help please. Is the error message not clear enough? It tells you what the problem is ("ipython notebook" is deprecated) and tells you how to fix it (use "jupyter notebook" instead). >

RE: Issue with python365.chm on window 7

2018-04-24 Thread Brian Gibbemeyer
uot;python-list@python.org" Date: 04/24/2018 03:10 PM Subject:RE: Issue with python365.chm on window 7 Sent by:"Python-list" From: Brian Gibbemeyer Sent: Tuesday, April 24, 2018 12:36 PM To: Joseph L. Casale Cc: python-list@python.org Subject: RE: Issue

Re: Issue with python365.chm on window 7

2018-04-24 Thread Ethan Furman
On 04/24/2018 12:38 PM, Brian Gibbemeyer wrote: Thank you Ethan,,, that worked. [redirecting thanks to Erik] Thanks, Erik! ;) -- ~Ethan~ -- https://mail.python.org/mailman/listinfo/python-list

Re: Issue with python365.chm on window 7

2018-04-24 Thread Brian Gibbemeyer
: 04/24/2018 03:07 PM Subject:Re: Issue with python365.chm on window 7 Sent by:"Python-list" [redirecting to list] On 04/24/2018 09:42 AM, Erik Martinson wrote: > CHM files have a long history of security issues. Windows blocks them by default. To fix, right-clic

Re: Issue with python365.chm on window 7

2018-04-24 Thread bartc
On 24/04/2018 20:03, Ethan Furman wrote: [redirecting to list] On 04/24/2018 09:42 AM, Erik Martinson wrote: CHM files have a long history of security issues. Windows blocks them by default. To fix, right-click on the file and go to properties. In the security section, click the box that says

RE: Issue with python365.chm on window 7

2018-04-24 Thread Joseph L. Casale
From: Brian Gibbemeyer Sent: Tuesday, April 24, 2018 12:36 PM To: Joseph L. Casale Cc: python-list@python.org Subject: RE: Issue with python365.chm on window 7 > I right clicked on the file, no option to unblock. Sorry, choose properties, then unblock. -- https://mail.python.org/mail

Re: Issue with python365.chm on window 7

2018-04-24 Thread Ethan Furman
[redirecting to list] On 04/24/2018 09:42 AM, Erik Martinson wrote: CHM files have a long history of security issues. Windows blocks them by default. To fix, right-click on the file and go to properties. In the security section, click the box that says Unblock. - Erik -- https://mail.python

RE: Issue with python365.chm on window 7

2018-04-24 Thread Brian Gibbemeyer
. The stand alone .chm one downloaded from the web on other hand I get this issue. From: "Joseph L. Casale" To: "python-list@python.org" Date: 04/24/2018 02:22 PM Subject:RE: Issue with python365.chm on window 7 Sent by:"Python-list&qu

RE: Issue with python365.chm on window 7

2018-04-24 Thread Joseph L. Casale
-Original Message- From: Python-list On Behalf Of Brian Gibbemeyer Sent: Tuesday, April 24, 2018 11:01 AM To: Ethan Furman Cc: python-list@python.org Subject: Re: Issue with python365.chm on window 7 > The file at > https://www.python.org/ftp/python/3.6.4/python364.chm > &

Re: Issue with python365.chm on window 7

2018-04-24 Thread Brian Gibbemeyer
side, nothing appears in the right pane. From: Ethan Furman To: python-list@python.org Date: 04/24/2018 11:31 AM Subject: Re: Issue with python365.chm on window 7 Sent by:"Python-list" On 04/24/2018 07:15 AM, Brian Gibbemeyer wrote: > I found that Python

Re: Issue with python365.chm on window 7

2018-04-24 Thread Brian Gibbemeyer
for offline. I frequently visit spots without access to internet or even cell reception (Farm Country) I am actually all set with the version of the file in the installed version of python. From: Chris Angelico To: Python Date: 04/24/2018 11:01 AM Subject:Re: Issue with

Re: Issue with python365.chm on window 7

2018-04-24 Thread Ethan Furman
On 04/24/2018 07:15 AM, Brian Gibbemeyer wrote: I found that Python speaks to the rest apitherefore I get to code with python. I haven't touched python in 14 years. Welcome back! :) Normally I do not respond to these types of responses. Due to the power of relative anonymity on the inte

Re: Issue with python365.chm on window 7

2018-04-24 Thread Chris Angelico
On Wed, Apr 25, 2018 at 12:15 AM, Brian Gibbemeyer wrote: > Yes actually I am a Sr Software Engineer. I am not an expert in one > language. I am pretty handy in picking up new concepts and applying the > concepts to meet business demands.. > I am just reporting a valid issue. > I don't ever get to

Re: Issue with python365.chm on window 7

2018-04-24 Thread Brian Gibbemeyer
Martin Cc: python-list@python.org Date: 04/24/2018 10:26 AM Subject: Re: Issue with python365.chm on window 7 Sent by:"Python-list" Yes actually I am a Sr Software Engineer. I am not an expert in one language. I am pretty handy in picking up new concepts and ap

Re: Issue with python365.chm on window 7

2018-04-24 Thread Brian Gibbemeyer
comes with python install. This is the graphic I sent. Bob Should be able to see it but the list will not Thank you, Brian Gibbemeyer Sr Software Engineer Watson Health - Value Based Care From: Bob Martin To: python-list@python.org Date: 04/24/2018 02:18 AM Subject:

Re: Issue with python365.chm on window 7

2018-04-24 Thread Brian Gibbemeyer
: 1-7349133594 | Mobile: 1-7347258319 E-mail: bgibb...@us.ibm.com 100 Phoenix Dr Ann Arbor, MI 48108-2202 United States From: sjms...@gmail.com To: python-list@python.org Date: 04/24/2018 08:15 AM Subject:Re: Issue with python365.chm on window 7 Sent by:"Python

Re: Issue with python365.chm on window 7

2018-04-24 Thread Brian Gibbemeyer
see my comments below denoted by + From: Terry Reedy To: python-list@python.org Date: 04/23/2018 06:45 PM Subject:Re: Issue with python365.chm on window 7 Sent by:"Python-list" This is a good place to start. > But I downloaded .chm version

Re: Issue with python365.chm on window 7

2018-04-24 Thread sjmsoft
On Monday, April 23, 2018 at 7:38:04 PM UTC-3, Terry Reedy wrote: > I installed python.org 64-bit 3.6.5 on Win 10 with the .exe installer. > I run it by clicking on Python 3.6 => Python 3.6 Manuals in the Win10 > version of what was Start Menu. The icon is a notebook page with > question mark.

Re: Issue with python365.chm on window 7

2018-04-24 Thread Ned Batchelder
On 4/24/18 2:10 AM, Bob Martin wrote: Senior Software Engineer? Seriously? What is the point of this comment?  We can be more respectful than this. --Ned. -- https://mail.python.org/mailman/listinfo/python-list

Re: Issue with python365.chm on window 7

2018-04-23 Thread Bob Martin
in 793268 20180423 223830 "Brian Gibbemeyer" wrote: >From: Brian Gibbemeyer/Detroit/IBM >To: python-list@python.org, d...@python.org >Date: 04/23/2018 03:35 PM >Subject:Issue with python365.chm on window 7 > > >Not sure which email this should go to. > >But I downloaded .chm versio

Re: Issue with python365.chm on window 7

2018-04-23 Thread Terry Reedy
On 4/23/2018 5:38 PM, Brian Gibbemeyer wrote: From: Brian Gibbemeyer/Detroit/IBM Not sure which email this should go to. This is a good place to start. But I downloaded .chm version of the Python guide and found that it is not working in windows 7 How did you download it? How did you t

Re: Issue with python365.chm on window 7

2018-04-23 Thread Brian Gibbemeyer
From: Brian Gibbemeyer/Detroit/IBM To: python-list@python.org, d...@python.org Date: 04/23/2018 03:35 PM Subject:Issue with python365.chm on window 7 Not sure which email this should go to. But I downloaded .chm version of the Python guide and found that it is not working in win

Re: Issue with zipfile and symbolic link

2017-05-30 Thread MRAB
On 2017-05-30 08:45, loial wrote: I am reading a list of pdf files from a directory which is a symbolic link and adding them to a zip file. Issue I have is that the zip files are being added as empty directories rather than the actual pdf files. My code is below. Any idea why this happening?

RE: Issue with ctypes and callback functions

2016-08-14 Thread Bill Somerville
-Original Message- From: Bill Somerville Sent: 04 August 2016 18:23 To: 'eryk sun' ; python-list@python.org Subject: RE: Issue with ctypes and callback functions -Original Message- From: eryk sun [mailto:eryk...@gmail.com] from_param is a hook method for a type that&

RE: Issue with ctypes and callback functions

2016-08-04 Thread Bill Somerville
-Original Message- From: eryk sun [mailto:eryk...@gmail.com] from_param is a hook method for a type that's set in a function pointer's argtypes. It gets called to convert an argument when the function pointer is called from Python. The return value can be a ctypes instance, an object wi

Re: Issue with ctypes and callback functions

2016-08-03 Thread eryk sun
On Wed, Aug 3, 2016 at 1:21 PM, Bill Somerville wrote: > I can extend the SWIG shadow class to do the creation of the prototype and > thunk, the > required cast above and any extra attributes or methods like _as_parameter_ > and > from_param() but I can't see any way of having the Python callbac

RE: Issue with ctypes and callback functions

2016-08-03 Thread Bill Somerville
-Original Message- From: eryk sun [mailto:eryk...@gmail.com] Sent: 03 August 2016 13:16 To: python-list@python.org Cc: Bill Somerville Subject: Re: Issue with ctypes and callback functions On Wed, Aug 3, 2016 at 9:38 AM, Bill Somerville wrote: > > Is this a good place to ask que

Re: Issue with ctypes and callback functions

2016-08-03 Thread eryk sun
On Wed, Aug 3, 2016 at 9:38 AM, Bill Somerville wrote: > > Is this a good place to ask questions about the above? Discussing ctypes is fine here. There's also a ctypes-users list. -- https://mail.python.org/mailman/listinfo/python-list

Re: Issue with opening a python file

2016-03-31 Thread Steven D'Aprano
On Fri, 1 Apr 2016 02:56 pm, Daniel Ding wrote: > Hello, I'm relatively new to python. > Recently I have been receiving errors every time I attempt to open python > files. When try open them, it sends me directly to the 'Modify Setup' > window. Clicking on repair or modify does not fix the problem

  1   2   3   >