Hi,

On Mon, Sep 09, 2013 at 12:18:58AM +0300, Tuomas Luttinen wrote:
> I found sigrok project when I was looking for a way to use my Uni-T 61D 
> via the USB-cable to automate some measurements.
> 
> I got the newest codes from the git repositories for libsigrok,
> libsigrokdecode, sigrok-cli and sigrok-meter. I got the cli to work with 
> my DMM, but I have a problem with the sigrok-meter. The command gives me 
> following error instead of the GUI window:
> 
> $ ./sigrok-meter
> Traceback (most recent call last):
>    File "./sigrok-meter", line 24, in <module>
>      from sigrok.core import *
> ImportError: No module named sigrok.core
> 
> I don't have much experience with python, but I can see that there's a 
> module missing. Where should this module be located?

sigrok-meter is work in progress still and not yet very usable (you have to
modify the source code to hardcode your DMM + settings). It also
uses the libsigrok Python bindings which are in git but not yet
officially built or distributed with the released tarballs either.

That being said, if you want to use sigrok-meter either way, you have to
install the Python bindings in the proper places and possibly use some
environment variables (depending on where you install) to make it work.

I'll document this in the wiki soonish, but in the mean time feel free
to join us on the #sigrok IRC channel if you have specific questions
about sigrok-meter.


Cheers, Uwe.
-- 
http://hermann-uwe.de | http://randomprojects.org | http://sigrok.org

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
sigrok-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sigrok-devel

Reply via email to