Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:: [': 0.03; 'subject:module': 0.09; 'cc:addr:python-list': 0.10; 'packages.': 0.15; 'message-id:@unknownmsgid': 0.16; 'oserror:': 0.16; 'wrote:': 0.17; 'subject:] ': 0.19; 'error.': 0.21; 'file:': 0.22; 'subject:problem': 0.22; 'cc:2**0': 0.23; 'seems': 0.23; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'installing': 0.27; 'received:209.85.210.46': 0.27; 'jean': 0.29; 'skip:/ 40': 0.29; 'file': 0.32; 'received:google.com': 0.34; 'nov': 0.35; 'open': 0.35; 'received:209.85': 0.35; 'subject:with': 0.36; 'received:209': 0.37; 'object': 0.38; 'iphone': 0.62; 'obvious': 0.71 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:mime-version:in-reply-to:date:message-id:subject:to :cc:content-type; bh=MiL6gUmbe6nOjxcAFTFWiwtRrtspWsezUtiH+9LTo3k=; b=LxcEF04m/LzSZrGZp+zf6KAqsuAnqmVkbDMKGdDltM+sxgZLe62UOi+T3N8tRrrNTH JNE5LGqhxF+Qiwvfs9wIK3XJwNn0SecfzYwGcQTf1BGvXKUazMXbCtTSb7zAy9wbtARq z3qZO5a8l/lzVN0Spl8jzyDhlEuD4YU6JxOHv+0+d9a7RCA+oi3E7qw/uTUM3jyriEF2 gcTe42+qNDAa9oI4alY7w5HkEUcbjXmKIC2pFUGmfkvljvrTbVqspn3jYwKW9PM4f1AJ 6MOrbNhnxHlAOAR/hyZQZuCvOrmxCemx6mfBmURssN8p6DZiYaqS9ajOS4KY10K7IZhf Jk7A== References: <2f065a8d-5cf6-455f-b559-d1b78d225fca@10g2000vbu.googlegroups.com> From: Rodrick Brown Mime-Version: 1.0 (1.0) In-Reply-To: <2f065a8d-5cf6-455f-b559-d1b78d225fca@10g2000vbu.googlegroups.com> Date: Fri, 9 Nov 2012 11:39:57 -0500 Subject: Re: [newbie] problem with module PyVisa To: Jean Dubois Content-Type: text/plain; charset=ISO-8859-1 Cc: "python-list@python.org" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1352479201 news.xs4all.nl 6959 [2001:888:2000:d::a6]:33843 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:33033 It seems pretty obvious from the error. Try installing the missing lib packages. OSError: /usr/local/vxipnp/linux/bin/libvisa.so.7: cannot open shared object file: No such file or directory Sent from my iPhone On Nov 9, 2012, at 11:22 AM, Jean Dubois wrote: > OSError: /usr/local/vxipnp/linux/bin/libvisa.so.7: cannot open shared > object file: No such file or directory