posted via a python 3 script too yes

2020-01-13 Thread aa
2 3 torsocks python3 ./3usenet.py 4 5 10 lines 6 7 some random garbage ... x lines cant be empty 8 9 tenth line starting at 14 -- https://mail.python.org/mailman/listinfo/python-list

posted via a python 3 script too

2020-01-13 Thread aa
2 3 4 5 10 lines 6 7 some random garbage ... x lines cant be empty 8 9 tenth line starting at 14 -- https://mail.python.org/mailman/listinfo/python-list

Problem using pip

2020-01-13 Thread proplayer raj
dear team I have encountered a problem while using pip , that it did not allowed to install webbrowsing and OS module it show the error that it does not found any matching distributor and does not fount the version which can fulfill the requirement. .So , I want to ask you what I can do to solve th

How to compare in python an input value with an hashed value in mysql table?

2020-01-13 Thread admin
I have a wordpress 5.3 websites which sell a software with license key. The license key is encrypted and stored in Mysql table. there are 2 columns "license" and "hash": license_key def50200352f5dc4bd8181a9daebbf4f9177fe725111a5a479d64636d01c2a10074e0c6

Re: NNTPlib apps work like a charm

2020-01-13 Thread Julie
Stefan Ram wrote: > Julie writes: >>why is anybody using anything else than Py for usenet ? > > I can see your headers contain: > >>User-Agent: Thunderbird/1.0.0 (sea monkey ; Linux) I am of course using py2, but took the liberty of pretending to use seamonkey for giggles. XPN comes in handy

NNTPlib apps work like a charm

2020-01-13 Thread Julie
why is anybody using anything else than Py for usenet ? nntpLIB just rocks! we need a fully ready-made app for it! -- https://mail.python.org/mailman/listinfo/python-list

Threading hang problems with requests module

2020-01-13 Thread John Levine
I have a small script that goes down a list of domain names, does some DNS lookups for santity checks, then if the checks look OK fetches http://{domain}/ with requests.get() and looks at the text, if any, returned. When I run the checks in parallel with concurrent.futures, the script inevitably h

Re: How to get dynamic data in html (javascript?)

2020-01-13 Thread Friedrich Rentsch
On 1/11/20 2:39 PM, Friedrich Rentsch wrote: Hi all, I'm pretty good at hacking html text. But I have no clue how to get dynamic data like this : "At close: {date} {time}". I would appreciate a starting push to narrow my focus, currently awfully unfocused. Thanks. Frederic Thanks for both

Re: Saying bye bye to Python 2

2020-01-13 Thread Grant Edwards
On 2020-01-11, Gunnar Þór Magnússon wrote: >> I thought that upgrading is not that simple. > If you have Python 2 code that deals with a lot of text in byte > form, and it's kind of vague where you convert from bytes to > strings, you may have a bad time. > > Otherwise, it may not be that bad. I

Re: Damping cofficient from envelope

2020-01-13 Thread Rob Gaddi
On 1/13/20 9:45 AM, Shiba Subedi wrote: Dear all, I'm new for python. I'm trying to compute damping coefficient ( for the waveform trace data) but I didn't get how can I do. I can plot the envelope but my interest is to find out the damping coefficient of the trace. How is it possible? If

Damping cofficient from envelope

2020-01-13 Thread Shiba Subedi
Dear all, I'm new for python. I'm trying to compute damping coefficient ( for the waveform trace data) but I didn't get how can I do. I can plot the envelope but my interest is to find out the damping coefficient of the trace. How is it possible? -- https://mail.python.org/mailman/listinfo/py

Re: error

2020-01-13 Thread Terry Reedy
On 1/13/2020 12:52 AM, Barış AVCI wrote: Kivy does not support python3.8 Some packages take months to officially support new python versions. Posting here does no good. However, https://www.lfd.uci.edu/~gohlke/pythonlibs/ compiles wheels for Windows for 100s of packages for new python versio

Re: Problem with pip

2020-01-13 Thread Terry Reedy
On 1/13/2020 12:00 AM, Helal Uddin wrote: When I first installed python, I didn’t have Pip. In Command Prompt, run > python -m ensurepip But when I installed python a few days ago, it’s showing this problem. What problem? -- Terry Jan Reedy -- https://mail.python.org/mailman/listinfo/p

Re: Help

2020-01-13 Thread Peter Pearson
On Sun, 12 Jan 2020 22:23:58 +0530, kiran chawan wrote: > Whenever Iam trying to run this 'New latest version python software 3.8.4 > python ' but it doesn't show any install option tell me how to run this > software and install new latest version of python plz reply sir thank you To get a usef

Re: Complaints on installing packages

2020-01-13 Thread Peter Pearson
On Sun, 12 Jan 2020 15:21:52 +0100, ofomi matthew wrote: > Good day Python Team, > I'm Matt by name and I have been having difficulties in installing packages > on my pycharm.it keeps telling me "error installing package". Please how do > I rectify this issues step by step. > Looking forward to get

Re: Problems with Python install on Windows 10

2020-01-13 Thread Eryk Sun
On 1/13/20, Mike Weaver wrote: > > I've tried downloading from https://www.python.org/downloads/windows/ > (the Windows x86-64 executable installer > ) > and running that. Again says it is installed - but it clearly isn't. Maybe you

Re: Relative import cannot find .so submodule?

2020-01-13 Thread Paul Moore
Did you build the extension as a debug build, but you're trying to use it in a release build Python? That may not work (it may depend on the OS, I don't know the compatibility details on MacOS)... On Mon, 13 Jan 2020 at 16:02, Pieter van Oostrum wrote: > > Patrick Stinson writes: > > > I have a

Re: Relative import cannot find .so submodule?

2020-01-13 Thread Pieter van Oostrum
Patrick Stinson writes: > I have a module named rtmidi, and its C submodule named rtmidi/_rtmidi. The > distills script builds successfully and successfully creates a build/lib dir > with a rtmidi dir in it and the submodule file > rtmidi/_rtmidi.cpython-36dm-darwin.so. I have set PYTHONPATH t

Re: to solve the issues

2020-01-13 Thread Igor Korot
Hi, On Mon, Jan 13, 2020 at 8:29 AM Gautami Gaikwad wrote: > > please solve the issues and make me essential use of this software. > thank you. Errr, what kid of issue? Can you be a little more specific? Thank you. > -- > https://mail.python.org/mailman/listinfo/python-list -- https://mail.py

Problems with Python install on Windows 10

2020-01-13 Thread Mike Weaver
Hello I am having great problems installing Python 3.8.1 on my Windows 10 64 bit system. I have tried using chocolatey as referenced at https://docs.python-guide.org/starting/install3/win/#install3-windows - it says it is installed but it isn't! I've tried downloading from https://www.python.org/

to solve the issues

2020-01-13 Thread Gautami Gaikwad
please solve the issues and make me essential use of this software. thank you. -- https://mail.python.org/mailman/listinfo/python-list

Re: Relative import cannot find .so submodule?

2020-01-13 Thread dieter
Patrick Stinson writes: > I have a module named rtmidi, and its C submodule named rtmidi/_rtmidi. The > distills script builds successfully and successfully creates a build/lib dir > with a rtmidi dir in it and the submodule file > rtmidi/_rtmidi.cpython-36dm-darwin.so. I have set PYTHONPATH to

error

2020-01-13 Thread Barış AVCI
Kivy does not support python3.8 Saygılarımla, Barış AVCI Bakım Sorumlusu [Açıklama: Açıklama: Açıklama: logo] MAZSAN Makina İmalat San.ve Tic.Ltd.Şti. İstanbul Anadolu Yakası Org. San. Böl. 2.Sanayi Cad.No:1 Tepeören-Tuzla İSTANBUL TÜRKİYE-34953 Tel : +90(216) 593 00 40 Fax : +90(216) 593 00 39

i am using python

2020-01-13 Thread muazzam shaikh
-- https://mail.python.org/mailman/listinfo/python-list

Help

2020-01-13 Thread kiran chawan
Whenever Iam trying to run this 'New latest version python software 3.8.4 python ' but it doesn't show any install option tell me how to run this software and install new latest version of python plz reply sir thank you -- https://mail.python.org/mailman/listinfo/python-list

Problem with pip

2020-01-13 Thread Helal Uddin
When I first installed python, I didn’t have Pip. But when I installed python a few days ago, it’s showing this problem. Sent from Mail for Windows 10 -- https://mail.python.org/mailman/listinfo/python-list

Re: How to get dynamic data in html (javascript?)

2020-01-13 Thread Chris Angelico
On Sun, Jan 12, 2020 at 4:41 AM Friedrich Rentsch wrote: > > Hi all, > > I'm pretty good at hacking html text. But I have no clue how to get > dynamic data like this : "At close: {date} {time}". I would appreciate a > starting push to narrow my focus, currently awfully unfocused. Thanks. > > Frede

Complaints on installing packages

2020-01-13 Thread ofomi matthew
Good day Python Team, I'm Matt by name and I have been having difficulties in installing packages on my pycharm.it keeps telling me "error installing package". Please how do I rectify this issues step by step. Looking forward to get a response as soon as possible. Thank you -- https://mail.python.

Re: Relative import cannot find .so submodule?

2020-01-13 Thread Barry
> On 12 Jan 2020, at 05:27, Patrick Stinson wrote: > > I have a module named rtmidi, and its C submodule named rtmidi/_rtmidi. The > distills script builds successfully and successfully creates a build/lib dir > with a rtmidi dir in it and the submodule file > rtmidi/_rtmidi.cpython-36dm-da