Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #41019

BPLUSPY-1.0 Installation issue

Newsgroups comp.lang.python
Date 2013-03-10 08:38 -0700
Message-ID <e6ae213c-0b63-43f3-9f64-1bc9822bea8d@googlegroups.com> (permalink)
Subject BPLUSPY-1.0 Installation issue
From mbg1708@planetmail.com

Show all headers | View raw


The Bpluspy-1.0 package from Pypi is excellent.  The usual setup loads the software into site-packages.  Unfortunately, once installed, Python import statements don't find the software.

The fix is to add a "pth" file in the site-packages directory.  The file can be called <anything_you_like>.pth and needs to contain a single line of text

    BplusPy

Python import statements now work fine.

This fix applies to Python 2.7 in Fedora 18 and Windows XP.

Mary

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

BPLUSPY-1.0 Installation issue mbg1708@planetmail.com - 2013-03-10 08:38 -0700
  Re: BPLUSPY-1.0 Installation issue Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-03-10 16:22 +0000
    Re: BPLUSPY-1.0 Installation issue mbg1708@planetmail.com - 2013-03-11 15:32 -0700

csiph-web