thanks but i don't know how to use this method exactly, i tried
in test.py

#!/usr/bin/env python
import os, sys, subprocess

base_dir = os.path.abspath(os.path.dirname(__file__))
sys.path.append(os.path.join(base_dir, 'build-scripts', 'jhbuild'))
sys.path.append(base_dir)

from sanitycheck import *
dc = DependencyChecker()
#dc.__init__()
dc.check_python_import('numpy')

and i don't have any message when i do $ python test.py
anyway the command $ python -c 'import numpy' works good, any idea

i tried this too:
$ ./sugar-jhbuild sanitycheck
Missing dependencies:

numpy (python module)
json (python module)
gst (python module)
gnomevfs (python module)
gconf (python module)

Install the packages from your distribution which provides these
functionalities, including the development package for libraries.

And that's my problem
-- 
http://slcolombia.org
El sitio del Software Libre en Colombia.
http://wiki.slec.net
Software Libre y Educación en Colombia.
_______________________________________________
Sugar mailing list
[email protected]
http://lists.laptop.org/listinfo/sugar

Reply via email to