Re: about to resolve problem in installation

2020-03-31 Thread boB Stepp
On Tue, Mar 31, 2020 at 12:02 PM Kapuganti Rakesh wrote: > I have already search in my pc but it is showing nothing and later i > searched python and started that app.After some it showing > I am getting confuse over this. pls help me If you press your Windows key (or click on the Windows symbol

Re: error in importing

2020-03-31 Thread DL Neil via Python-list
On 31/03/20 11:23 PM, Jami Yaswanth wrote: i am not able to use the libraries that are installed using "pip install pandas" Welcome to Python! Are you aware of the Python-Tutor Discussion List? (https://mail.python.org/mailman/listinfo/tutor) Please describe how you installed these libraries.

Re: dynamic import of dynamically created modules failes

2020-03-31 Thread Peter Otten
Dieter Maurer wrote: > Stephan Lukits wrote at 2020-3-31 17:44 +0300: >>background: >> >>- a daemon creates package p1 (e.g. directory with __init__.py-file) and >>in p1 a module m1 is created. >> >>- Then the daemon wants to import from m1, which functions (so far all >>the time). >> >>- Then a m

[Solved] Re: dynamic import of dynamically created modules failes

2020-03-31 Thread Stephan Lukits
On 3/31/20 8:00 PM, Dieter Maurer wrote: Stephan Lukits wrote at 2020-3-31 17:44 +0300: background: - a daemon creates package p1 (e.g. directory with __init__.py-file) and in p1 a module m1 is created. - Then the daemon wants to import from m1, which functions (so far all the time). - Then

Re: dynamic import of dynamically created modules failes

2020-03-31 Thread Stephan Lukits
On 3/31/20 9:01 PM, Pieter van Oostrum wrote: "Dieter Maurer" writes: Stephan Lukits wrote at 2020-3-31 17:44 +0300: background: - a daemon creates package p1 (e.g. directory with __init__.py-file) and in p1 a module m1 is created. - Then the daemon wants to import from m1, which functions

Re: dynamic import of dynamically created modules failes

2020-03-31 Thread Pieter van Oostrum
Pieter van Oostrum writes: > > The first import creates a file __pycache__ in the directory p1. That should be 'a directory __pycache__' > To remove it use rmtree(path.join(P1,'__pycache__')) > Then the second import will succeed. > -- > Pieter van Oostrum > www: http://pieter.vanoostrum.org/ >

Re: how to specify trusted hosts in windows config file

2020-03-31 Thread Chris Angelico
On Wed, Apr 1, 2020 at 3:31 AM wrote: > > I don't have control over this, Chris. This is at my office. I'm not the > resource who manages network or other settings. And we have various > anti-spyware in place, that at leasts mitigates the risk. > Then talk to the person who does. Ask if s/he

Re: dynamic import of dynamically created modules failes

2020-03-31 Thread Pieter van Oostrum
"Dieter Maurer" writes: > Stephan Lukits wrote at 2020-3-31 17:44 +0300: >>background: >> >>- a daemon creates package p1 (e.g. directory with __init__.py-file) and >>in p1 a module m1 is created. >> >>- Then the daemon wants to import from m1, which functions (so far all >>the time). >> >>- Then

Fwd: about to resolve problem in installation

2020-03-31 Thread Kapuganti Rakesh
-- Forwarded message - From: Kapuganti Rakesh Date: Tue, 31 Mar 2020 at 19:02 Subject: Re: about to resolve problem in installation To: Calvin Spealman I have already search in my pc but it is showing nothing and later i searched python and started that app.After some it showing

Re: dynamic import of dynamically created modules failes

2020-03-31 Thread Dieter Maurer
Stephan Lukits wrote at 2020-3-31 17:44 +0300: >background: > >- a daemon creates package p1 (e.g. directory with __init__.py-file) and >in p1 a module m1 is created. > >- Then the daemon wants to import from m1, which functions (so far all >the time). > >- Then a module m2 is created in p1 and the

Re: about to resolve problem in installation

2020-03-31 Thread Terry Reedy
On 3/31/2020 2:23 AM, Kapuganti Rakesh wrote: Respected sir, I have downloaded the latest version of python 3.8.2 in my windows 10. I have installed that.After completion of installation process it is displaying three options of modify,repair and uninstall. How to resolve th

Re: how to specify trusted hosts in windows config file

2020-03-31 Thread dcwhatthe
I don't have control over this, Chris. This is at my office. I'm not the resource who manages network or other settings. And we have various anti-spyware in place, that at leasts mitigates the risk. What I'm doing isn't unprecedented. People get false positives all the time on the web, and

dynamic import of dynamically created modules failes

2020-03-31 Thread Stephan Lukits
Hello, background: - a daemon creates package p1 (e.g. directory with __init__.py-file) and in p1 a module m1 is created. - Then the daemon wants to import from m1, which functions (so far all the time). - Then a module m2 is created in p1 and the daemon wants to import from m2 which fail

Re: about to resolve problem in installation

2020-03-31 Thread Calvin Spealman
You are trying to run the installer after you've already installed Python. Instead, you want to open your start menu and search for Python or IDLE (the Python editor) to actually run and use the Python version you've already installed. On Tue, Mar 31, 2020 at 8:22 AM Kapuganti Rakesh < kapugantir

Re: Not Running from Kindle

2020-03-31 Thread Calvin Spealman
There is no official Python app download for Kindle fire. If that's what you've found and are trying to use, you'll need to contact the developer responsible. If you want the official distribution of Python, you can download it from python.org on a Windows, Mac, or Linux PC. On Tue, Mar 31, 2020 a

Re: error in running python

2020-03-31 Thread Souvik Dutta
Do you have direct X installed in your machine? On Tue, Mar 31, 2020, 5:44 PM Santosh Reddy wrote: > i installed python and when i open the app, i get this > > the code execution cannot proceed because python38.dll was not found. > reinstalling the proram may fix this problem. > > please help me

EuroPython 2020: Online conference from July 23-26

2020-03-31 Thread M.-A. Lemburg
In the last two weeks, we have discussed and investigated concepts around running this year’s EuroPython conference as an online conference. We have looked at conference tools, your feedback, drafted up ideas on what we can do to make the event interesting and what we can accomplish given our limit

error in importing

2020-03-31 Thread Jami Yaswanth
i am not able to use the libraries that are installed using "pip install pandas" -- https://mail.python.org/mailman/listinfo/python-list

Re: [baseline 1.0.0] Easy String Baseline

2020-03-31 Thread Dasy Dong
> > I am please to share you with a interview summary[Chinese Language] about > python. > Mainly covering backend architecture including python principle, design > patterns , data structure, Git, Redis, MySql, Spider, ELK,Kafka, Istio, > Kubernetes... > I will keep updating contents future , If y

Not Running from Kindle

2020-03-31 Thread if only
I’m following the Kindle download and get to writing hello world but that does not get to my command window? J Carrod Sent from Mail for Windows 10 -- https://mail.python.org/mailman/listinfo/python-list

about to resolve problem in installation

2020-03-31 Thread Kapuganti Rakesh
Respected sir, I have downloaded the latest version of python 3.8.2 in my windows 10. I have installed that.After completion of installation process it is displaying three options of modify,repair and uninstall. How to resolve that issue. please help me

error in running python

2020-03-31 Thread Santosh Reddy
i installed python and when i open the app, i get this the code execution cannot proceed because python38.dll was not found. reinstalling the proram may fix this problem. please help me in this one. -- https://mail.python.org/mailman/listinfo/python-list

Re: my matplotlib realtime plot doesn't show the line between the points

2020-03-31 Thread Nicolas Marat
sorry that the real piece of code self.MplWidget.canvas.axes.set_xlim(left=max(0, self.i-40), right= self.i+60) self.MplWidget.canvas.axes.plot(x, y,'.k-') self.MplWidget.canvas.axes.set_title('pull') self.MplWidget.canvas.draw() -- https://mail.python.org/mail

my matplotlib realtime plot doesn't show the line between the points

2020-03-31 Thread Nicolas Marat
hi guys, i need help because my matplotlib realtime plot doesn't show the line between the points. even if i right '.k-' thit plot is display in a qwidget in an other code wirdely that if i put bar it actualy working. the real time data come from an arduino sensor that the shape of the data i ha

Re: how to specify trusted hosts in windows config file

2020-03-31 Thread Chris Angelico
On Tue, Mar 31, 2020 at 8:51 PM wrote: > > On Monday, March 30, 2020 at 5:36:00 PM UTC-4, Chris Angelico wrote: > > On Tue, Mar 31, 2020 at 8:21 AM wrote: > > > > > > On Monday, March 30, 2020 at 2:49:55 PM UTC-4, Chris Angelico wrote: > > > > On Tue, Mar 31, 2020 at 5:46 AM dc wrote: > > > > > >

Re: how to specify trusted hosts in windows config file

2020-03-31 Thread dcwhatthe
On Tuesday, March 31, 2020 at 5:48:50 AM UTC-4, dcwh...@gmail.com wrote: > On Monday, March 30, 2020 at 5:36:00 PM UTC-4, Chris Angelico wrote: > > On Tue, Mar 31, 2020 at 8:21 AM wrote: > > > > > > On Monday, March 30, 2020 at 2:49:55 PM UTC-4, Chris Angelico wrote: > > > > On Tue, Mar 31, 2020 a

Re: how to specify trusted hosts in windows config file

2020-03-31 Thread dcwhatthe
On Monday, March 30, 2020 at 5:36:00 PM UTC-4, Chris Angelico wrote: > On Tue, Mar 31, 2020 at 8:21 AM wrote: > > > > On Monday, March 30, 2020 at 2:49:55 PM UTC-4, Chris Angelico wrote: > > > On Tue, Mar 31, 2020 at 5:46 AM dc wrote: > > > > > > > > These are some of the command lines I've typed,