[Python-Dev] [python-committers] New workflow change: Welcome to blurb (original) (raw)
Terry Reedy tjreedy at udel.edu
Sat Jun 24 12:40:38 EDT 2017
- Previous message (by thread): [Python-Dev] New workflow change: Welcome to blurb
- Next message (by thread): [Python-Dev] [python-committers] New workflow change: Welcome to blurb
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 6/23/2017 11:24 PM, Larry Hastings wrote:
You can install blurb from pip:
% pip3.6 install blurb
This does not seem to work right. On Windows:
C:\Users\Terry>py -3 -m pip install blurb Collecting blurb Downloading blurb-1.0-py3-none-any.whl Installing collected packages: blurb Successfully installed blurb-1.0
Explorer shows that 3.6 site-packages has a 'blurb-1.0.dist-info' directory but neither blurb.py nor 'blurb/' is present. So the following are to be expected.
C:\Users\Terry>py -3 -m blurb C:\Programs\Python36\python.exe: No module named blurb
py -3
import blurb ... ModuleNotFoundError: No module named 'blurb'
Serhiy reported a similar problem on, I presume, some flavor of Linux.
tjr
- Previous message (by thread): [Python-Dev] New workflow change: Welcome to blurb
- Next message (by thread): [Python-Dev] [python-committers] New workflow change: Welcome to blurb
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]