file to bits text and text containing bits to file

2020-10-08 Thread Harshit Sharma
I want to read bits data of all file of any extention in 0s and 1s. And also want to do back means means construct file from bits text data how to do that tell with proof please. I am on a work of something like new sloot method but here I stuck.help everything else is done. -- https://mail.pyt

Issues installing python

2020-10-08 Thread Vedant Nichal
Hello, I am an amateur python developer but I’m facing a lot of issues regarding python installation on windows 10...whenever I install python on my pc...irrespective of its version my scripts folder is always empty..so I tried installing pip from the zip file available at pypi.org...pip got insta

Re: Thank you Larry Hastings!

2020-10-08 Thread 황병희
Barry Warsaw writes: > They say being a Python Release Manager is a thankless job, so the > Python Secret Underground (PSU), which emphatically does not exist, > hereby officially doesn’t thank Larry for his years of diligent > service as the Python 3.4 and 3.5 release manager. > > On the other h

Re: Help! I broke python 3.9 installation on macOS

2020-10-08 Thread Richard Damon
On 10/8/20 7:31 PM, Elliott Roper wrote: > First problem: I can no longer say > Obfuscated@MyMac ~ % python3 pip -m list isn't that supposed to be python3 -m pip list -- Richard Damon -- https://mail.python.org/mailman/listinfo/python-list

Re: Help! I broke python 3.9 installation on macOS

2020-10-08 Thread Chris Angelico
On Fri, Oct 9, 2020 at 10:36 AM Elliott Roper wrote: > > First problem: I can no longer say > Obfuscated@MyMac ~ % python3 pip -m list > > It cries in pain with: > > /Library/Frameworks/Python.framework/Versions/3.9/bin/python3: can't open file > '/Users/Obfuscated/pip': [Errno 2] No such file or

Help! I broke python 3.9 installation on macOS

2020-10-08 Thread Elliott Roper
First problem: I can no longer say Obfuscated@MyMac ~ % python3 pip -m list It cries in pain with: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3: can't open file '/Users/Obfuscated/pip': [Errno 2] No such file or directory. Why is it looking at my $HOME?? Here's some hopefully re

ANN: Wing Python IDE 7.2.6 has been released

2020-10-08 Thread Wingware
Wing 7.2.6 improves exception reporting for pytest, implements 2w in vi mode, fixes problems with setting up a new Django project, improves auto-spacing for / and :, reduces CPU use when analyzing and waiting for remote files, and makes a number of usability improvements. Details: https://win

Re: help with installation

2020-10-08 Thread MRAB
On 2020-10-08 17:28, Mats Wichmann wrote: On 10/7/20 2:00 AM, rebecca kahn wrote: Good morning. I need to install numpy and matplotlib for school. But everytime I run the comand i get a error on the metadata fase. Can you offer assistance? Sincerely Rebecca Kahn Microsoft Windows [Version 10.

Re: help with installation

2020-10-08 Thread Mats Wichmann
On 10/7/20 2:00 AM, rebecca kahn wrote: > Good morning. > I need to install numpy and matplotlib for school. But everytime I run the > comand i get a error on the metadata fase. Can you offer assistance? > Sincerely Rebecca Kahn > > Microsoft Windows [Version 10.0.18362.1082] > (c) 2019 Microsof

Re: Embedding version in command-line program

2020-10-08 Thread Loris Bennett
Marco Sulla writes: > On Wed, 7 Oct 2020 at 14:16, Loris Bennett > wrote: > >> But the toml file isn't part of the distribution and so it won't be >> installed. >> >> I suppose I could write a separate program which parses the toml file >> and then just injects the version into __init__.py. > >