ball icon indicating copy to clipboard operation
ball copied to clipboard

BALL.py should be added to PYTHONPATH automatically

Open cschaerfe opened this issue 9 years ago • 3 comments

  1. Cmake does not use contrib sip, but that one that was installed with python (e.g. when using anaconda) -- does it find the contrib sip?

  2. BALL.py is built, but BALLView cannot find BALL module correctly, leading to the following message in BALLView python console:

> No Python support available:
import BALL

These two things are likely connected and thus described here together.

cschaerfe avatar Dec 11 '15 15:12 cschaerfe

Still not sure what's the problem with issue (1), but issue (2) has to do with environment variables (PYTHONPATH) not being properly set.

chahuistle avatar Dec 14 '15 14:12 chahuistle

~~(1) Does not seem to be a problem anymore.~~

We will consider (2) as a build system feature for BALL 2.0.

tkemmer avatar Mar 16 '17 16:03 tkemmer

Reopening (1) as separate issue.

tkemmer avatar Mar 18 '17 11:03 tkemmer