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-darwin.so. I have set PYTHONPATH to this lib dir, 
> but rtmidi/__init__.py gives the following error:
> 
> Traceback (most recent call last):
>  File "main.py", line 6, in 
>from pkmidicron import MainWindow, util, ports
>  File "/Users/patrick/dev/pkmidicron/pkmidicron/__init__.py", line 1, in 
> 
>from .mainwindow import *
>  File "/Users/patrick/dev/pkmidicron/pkmidicron/mainwindow.py", line 2, in 
> 
>import rtmidi
>  File "/Users/patrick/dev/pkmidicron/pyrtmidi/build/lib/rtmidi/__init__.py", 
> line 1, in 
>from ._rtmidi import *
> ModuleNotFoundError: No module named 'rtmidi._rtmidi’
> 
> How does the module finder work in the import system? I assume ti 
> automatically resolves the name _rtmidi.cpython-36dm-darwin.so to _rtmidi? I 
> didn’t have any luck reading the docs on the import system.

Use python -vv then import you module. Python will print debug messages showing 
where it looks for the modules. Usually that helps find the problem with the 
PYTHONPATH.

Barry

> 
> Thanks!
> -Patrick
> -- 
> https://mail.python.org/mailman/listinfo/python-list

-- 
https://mail.python.org/mailman/listinfo/python-list


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.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.
>
> Frederic
>

You're asking this on a Python mailing list. Are you using Flask?
Django? AIOHTTP? Do you have a templating engine like Jinja?

ChrisA
-- 
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


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


i am using python

2020-01-13 Thread muazzam shaikh


-- 
https://mail.python.org/mailman/listinfo/python-list


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

-- 
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 this lib dir, 
> but rtmidi/__init__.py gives the following error:
>
> Traceback (most recent call last):
>   File "main.py", line 6, in 
> from pkmidicron import MainWindow, util, ports
>   File "/Users/patrick/dev/pkmidicron/pkmidicron/__init__.py", line 1, in 
> 
> from .mainwindow import *
>   File "/Users/patrick/dev/pkmidicron/pkmidicron/mainwindow.py", line 2, in 
> 
> import rtmidi
>   File "/Users/patrick/dev/pkmidicron/pyrtmidi/build/lib/rtmidi/__init__.py", 
> line 1, in 
> from ._rtmidi import *
> ModuleNotFoundError: No module named 'rtmidi._rtmidi’
>
> How does the module finder work in the import system? I assume ti 
> automatically resolves the name _rtmidi.cpython-36dm-darwin.so to _rtmidi? I 
> didn’t have any luck reading the docs on the import system.

I think the extension module should be found.

However, an extension module must satify further conditions
(apart from being found), e.g. it must contain a public initialization
function with a name derived from the module name (and dependent
on the major Python version). Maybe, your so does not fulfill one of
those conditions?

-- 
https://mail.python.org/mailman/listinfo/python-list


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


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/downloads/windows/
(the Windows
x86-64 executable installer
) and
running that. Again says it is installed - but it clearly isn't.

If I open a command prompt and type 'python', I get

TCC: (Sys) The file cannot be accessed by the system
"C:\Users\Mike\AppData\Local\Microsoft\WindowsApps\python.exe"

If I search in that directory, I find a  to python.exe. I have
added that directory to my Path. I can see Python 3.8.1 in the Control
Panel. I've rebooted. Reinstalled. Tried just about everything - but cannot
get past either the crazy Microsoft Store app request or 'the file cannot
be accessed' message. HELP!!

Any advice is REALLY welcome! Thanks

Mike
-- 
https://mail.python.org/mailman/listinfo/python-list


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.python.org/mailman/listinfo/python-list


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 to this lib dir, 
> but rtmidi/__init__.py gives the following error:
>
> Traceback (most recent call last):
>   File "main.py", line 6, in 
> from pkmidicron import MainWindow, util, ports
>   File "/Users/patrick/dev/pkmidicron/pkmidicron/__init__.py", line 1, in 
> 
> from .mainwindow import *
>   File "/Users/patrick/dev/pkmidicron/pkmidicron/mainwindow.py", line 2, in 
> 
> import rtmidi
>   File "/Users/patrick/dev/pkmidicron/pyrtmidi/build/lib/rtmidi/__init__.py", 
> line 1, in 
> from ._rtmidi import *
> ModuleNotFoundError: No module named 'rtmidi._rtmidi’
>
> How does the module finder work in the import system? I assume ti 
> automatically resolves the name _rtmidi.cpython-36dm-darwin.so to _rtmidi? I 
> didn’t have any luck reading the docs on the import system.

Are you running python 3.6?

I tried this on python 3.7 and it worked, but the file is called 
_rtmidi.cpython-37m-darwin.so there (37 for python3.7, and the d is missing, I 
don't know what that indicates).
-- 
Pieter van Oostrum
www: http://pieter.vanoostrum.org/
PGP key: [8DAE142BE17999C4]
-- 
https://mail.python.org/mailman/listinfo/python-list


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 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 this lib 
> > dir, but rtmidi/__init__.py gives the following error:
> >
> > Traceback (most recent call last):
> >   File "main.py", line 6, in 
> > from pkmidicron import MainWindow, util, ports
> >   File "/Users/patrick/dev/pkmidicron/pkmidicron/__init__.py", line 1, in 
> > 
> > from .mainwindow import *
> >   File "/Users/patrick/dev/pkmidicron/pkmidicron/mainwindow.py", line 2, in 
> > 
> > import rtmidi
> >   File 
> > "/Users/patrick/dev/pkmidicron/pyrtmidi/build/lib/rtmidi/__init__.py", line 
> > 1, in 
> > from ._rtmidi import *
> > ModuleNotFoundError: No module named 'rtmidi._rtmidi’
> >
> > How does the module finder work in the import system? I assume ti 
> > automatically resolves the name _rtmidi.cpython-36dm-darwin.so to _rtmidi? 
> > I didn’t have any luck reading the docs on the import system.
>
> Are you running python 3.6?
>
> I tried this on python 3.7 and it worked, but the file is called 
> _rtmidi.cpython-37m-darwin.so there (37 for python3.7, and the d is missing, 
> I don't know what that indicates).
> --
> Pieter van Oostrum
> www: http://pieter.vanoostrum.org/
> PGP key: [8DAE142BE17999C4]
> --
> https://mail.python.org/mailman/listinfo/python-list
-- 
https://mail.python.org/mailman/listinfo/python-list


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 didn't enable the option to add the installation directory
to PATH. Modifying the system and per-user PATH value is easy enough
-- especially in Windows 10, which provides an exploded view of the
semicolon-delimited list of directories, with individual entries that
you can edit or move up and down in the list.

> If I open a command prompt and type 'python', I get
>
> TCC: (Sys) The file cannot be accessed by the system
> "C:\Users\Mike\AppData\Local\Microsoft\WindowsApps\python.exe"
>
> If I search in that directory, I find a  to python.exe. I have

That's the app-exec link for the store version of Python, which, if
it's not installed, actually targets a stub app that opens the
Microsoft Store to install Python. The directory of the standard
installation needs to precede "%LocalAppData%\Microsoft\WindowsApps"
in PATH in order to avoid this app-exec link. The default installation
directory for x64 3.8 would be "%ProgramFiles%\Python38" for a system
install and "%LocalAppData%\Programs\Python\Python38" for a per-user
install.

Note that an app-exec link is a type of filesystem reparse point, like
a symlink or mount point in that narrow aspect, but it is most
definitely not a symlink. Your shell is wrong to report that it's a
"". There's no kernel handler for this type of reparse point,
so any attempt to open it normally, with reparsing enabled, will fail
as an unhandled reparse point. As far as I know, no Cygwin-derived
environment (e.g. MSYS2) has been updated to support app-exec links.
The onus is on these frameworks to stay up to date with significant
changes in Windows.

CreateProcess handles app-exec links in user mode. It directly opens
the reparse point to read the target executable path. It also reads a
set of security attributes, which it adds to a custom access token for
the child process (i.e it's like a CreateProcessAsUser call). The
security attributes in the access token allow the child process to
access the app's files in "%ProgramFiles%WindowsApps\",
which are protected by a conditional access-control entry.
-- 
https://mail.python.org/mailman/listinfo/python-list


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 a response as soon as possible. Thank you

Welcome, Matt.

Your chances of getting an answer to your question would be much
improved if you included more information.  What is the package
that is being installed?  What command did you issue?  Was there
any additional information besides "error installing package"?

-- 
To email me, substitute nowhere->runbox, invalid->com.
-- 
https://mail.python.org/mailman/listinfo/python-list


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 useful answer, you'll need to provide more information.
What operating system are you running?  
Is there already some kind of Python environment on your machine?
Have you downloaded some specific Python file that you're trying to
run?  Where did you get it?

-- 
To email me, substitute nowhere->runbox, invalid->com.
-- 
https://mail.python.org/mailman/listinfo/python-list


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/python-list


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 versions 
starting with the beta releases.  It has them for kivy for 3.8.


--
Terry Jan Reedy


--
https://mail.python.org/mailman/listinfo/python-list


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/python-list


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 you've already got a method of calculating the envelope then what you want is 
to minimize the error between that calculated envelope and that of your damping 
function, which I'll assume is in the form a * exp(-bt).


Write a function estimated_envelope(t, a, b) that does that math, and use 
scipy.optimize.curve_fit to dial in (a,b) against your measured data.  This 
error function doesn't have a lot of exciting topography, so your initial 
guesses p0 can be pretty far off and you'll still converge.

--
https://mail.python.org/mailman/listinfo/python-list


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 ported around 500k lines of
> Python 2 to 3 this year, and it went smoothly.

That's been my experience: unless you use raw bytes a lot, I find that
porting apps from 2 to 3 isn't difficult at all.  You sometimes have
to tweak text I/O stuff a little to fix encoding issues.

Porting apps that use bytes is more work, but if you're abandoning 2.x
support, usually not too bad.

The real headache is trying to keep a "byte-centric" application
backwards compatible so that it will run under 2.x or 3.x.  I used to
try to keep things backwards compatible, but have recently started to
abandon 2.x support in my (mostly internal) apps.

-- 
Grant Edwards   grant.b.edwardsYow! I represent a
  at   sardine!!
  gmail.com

-- 
https://mail.python.org/mailman/listinfo/python-list


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 bothering. I'm sorry for having been too terse. The snippet 
was from an html download (wget 
https://finance.yahoo.com/quote/HYT/history?p=HYT). Here's a little more 
of it:  ".  .  .  ED_SHORT":"At close: {date} 
{time}","MARKET_TIME_NOTICE_CLOSED":"As of {date} {time}. 
{marketState}","MARKE . . .". I suppose the browser gets the values 
whose names appear in braces, dialoguing with the server. I believe it 
is javascript. I see sections marked  . . . section here . . . 
. If it is javascript, the question would be how to run 
javascript in python, unless it runs on the server by requests sent by 
python from my end.


Frederic


--
https://mail.python.org/mailman/listinfo/python-list


Threading hang problems with requests module

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 hangs after a while, and when I kill it it's in thread
locks.  A similar script just doing DNS lookups works fine so I don't
think the concurrent.futures part is wrong.  Is this a known problem?

Here's what I'm doing in parallel, leaving out stuff unrelated to the
web fetches.  Is there anything wrong here?  Is this a known problem
with requests or httplib3?  I'm running it on MacOS under 3.8.1 but
had the same problem under 3.7.4.

def lookup1(d):
""" lookup one domain
"""
ans = dict( ... stuff ...)
... various DNS tests ...

# try a web site
try:
r = requests.get(f"http://{d}/";, timeout=webtimeout) # webtimeout is 10 
seconds
except (requests.exceptions.ConnectionError, requests.exceptions.Timeout,
requests.exceptions.TooManyRedirects )as e:
print("no web",e)
ans['noweb'] = 1
return ans
except:
print("no web, no reason")
ans['noweb'] = 1
return ans

... various text comparisons  on r.text ...

return ans


Here's the traceback when I kill the hung program with a couple of ^C

no web HTTPConnectionPool(host='apo-taxi.info', port=80): Max retries exceeded 
with url: / (Caused by ConnectTimeoutError(, 'Connection to apo-taxi.info timed out. (connect 
timeout=10)'))

[ long wait here, obviously hung ]

load: 1.58  cmd: Python 16548 waiting 7.97u 1.36s

^C^CTraceback (most recent call last):
  File "tldtaste.py", line 195, in lkup
for future in concurrent.futures.as_completed(fl):
  File 
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/concurrent/futures/_base.py",
 line 244, in as_completed
waiter.event.wait(wait_timeout)
  File 
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", 
line 558, in wait
signaled = self._cond.wait(timeout)
  File 
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", 
line 302, in wait
waiter.acquire()
KeyboardInterrupt

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tldtaste.py", line 311, in 
n = lkup(dl)
  File "tldtaste.py", line 200, in lkup
print("thread barf", exc, file=sys.stderr)
  File 
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/concurrent/futures/_base.py",
 line 636, in __exit__
self.shutdown(wait=True)
  File 
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/concurrent/futures/thread.py",
 line 236, in shutdown
t.join()
  File 
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", 
line 1011, in join
self._wait_for_tstate_lock()
  File 
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", 
line 1027, in _wait_for_tstate_lock
elif lock.acquire(block, timeout):
KeyboardInterrupt
^CError in atexit._run_exitfuncs:
Traceback (most recent call last):
  File 
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/concurrent/futures/thread.py",
 line 40, in _python_exit
t.join()
  File 
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", 
line 1011, in join
self._wait_for_tstate_lock()
  File 
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", 
line 1027, in _wait_for_tstate_lock
elif lock.acquire(block, timeout):
KeyboardInterrupt
-- 
Regards,
John Levine, [email protected], Primary Perpetrator of "The Internet for Dummies",
Please consider the environment before reading this e-mail. https://jl.ly
-- 
https://mail.python.org/mailman/listinfo/python-list


NNTPlib apps work like a charm




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


Re: NNTPlib apps work like a charm

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 for these purposes.

https://sourceforge.net/projects/xpn/files/xpn/xpn-1.2.6


works with TORnet as you probably realized... 
-- 
https://mail.python.org/mailman/listinfo/python-list


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

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   
def50200352f5dc4bd8181a9daebbf4f9177fe725111a5a479d64636d01c2a10074e0c645abe898dea18210af563a5334288420551ab61c18ca4506cd03aa5d2bdd40933ddf7ca4d4b61b1c0f58a3830cbe0891cf4ff526311d5d637a55a574eca2c3a1b487b56

hash
9498cbf8bf00d6c55e31f98ba6d8294afa3127a84f31aa622c4158ac7377c6dd


My python program get an input for user (the license key in string without any 
encrypton) and need to compare it with the official license key stored in Mysql 
database of our Wordpress website.

I read a lot of hashlib python, functions and methods. But I didn't find 
anywhere how could I "hash" the string input typed by user with some hash 
values from the table, in order to compare both values (the input license and 
the license stored in mysql table).


This topic 
https://stackoverflow.com/questions/1183161/to-sha512-hash-a-password-in-mysql-database-by-python
  gave me a lot of information but didn't fix my issue.

Anyone has any idea how to proceed?

Thanks
-- 
https://mail.python.org/mailman/listinfo/python-list


Problem using pip

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 this problem because I
downloaded every module except for these two modules . please give the
solution as soon as possible.
regards
-- 
https://mail.python.org/mailman/listinfo/python-list


posted via a python 3 script too

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


posted via a python 3 script too yes

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