On 11 nov, 20:30, Jean Dubois wrote:
> On 9 nov, 22:14, w...@mac.com wrote:
>
>
>
> > On Nov 9, 2012, at 3:43 PM, Jean Dubois wrote:
>
> > > The error may be obvious but finding this file and how to install it
> > > is not unfortunately.
> > > It seems I have to install it from the National Instr
On 9 nov, 22:14, w...@mac.com wrote:
> On Nov 9, 2012, at 3:43 PM, Jean Dubois wrote:
>
>
>
>
>
>
>
>
>
>
>
> > The error may be obvious but finding this file and how to install it
> > is not unfortunately.
> > It seems I have to install it from the National Instruments site but
> > Debian Linux d
On Nov 9, 2012, at 3:43 PM, Jean Dubois wrote:
>
> The error may be obvious but finding this file and how to install it
> is not unfortunately.
> It seems I have to install it from the National Instruments site but
> Debian Linux doesn't seem to be supported...
> and I doubt whether just copying
Jean Dubois wrote:
>
> On 9 nov, 17:40, Rodrick Brown wrote:
> > 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 iPho
On 9 nov, 17:40, Rodrick Brown wrote:
> 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, Je
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/
I'm trying to control a programmable power supply via USB using
python.
After doing some googling I thought I should use PyVisa for this
purpose, so I installed it as follows:
tar xvfz PyVISA-1.4.tar.gz
cd PyVISA-1.4
python setup.py install
Installation seems to finish without errors.
When I star