<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 23: Python 3.7.1 import Gpib</title><link href="https://sourceforge.net/p/linux-gpib/support-requests/23/" rel="alternate"/><link href="https://sourceforge.net/p/linux-gpib/support-requests/23/feed.atom" rel="self"/><id>https://sourceforge.net/p/linux-gpib/support-requests/23/</id><updated>2019-03-13T15:55:41.820000Z</updated><subtitle>Recent changes to 23: Python 3.7.1 import Gpib</subtitle><entry><title>#23 Python 3.7.1 import Gpib</title><link href="https://sourceforge.net/p/linux-gpib/support-requests/23/?limit=25#2ef1" rel="alternate"/><published>2019-03-13T15:55:41.820000Z</published><updated>2019-03-13T15:55:41.820000Z</updated><author><name>Anderson</name><uri>https://sourceforge.net/u/ambegossi/</uri></author><id>https://sourceforge.net62867d245f939b25052d9735c96f6bbd1f573200</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Update&lt;/p&gt;
&lt;p&gt;I followed the following steps:&lt;br/&gt;
Get the linux-gpib source tree.&lt;br/&gt;
In a terminal, activate your anaconda python 3.7.1 environment.&lt;br/&gt;
Change the active directory to linux-gpib-user/language/python directory.&lt;br/&gt;
Install the python bindings by running: $ python setup.py install&lt;/p&gt;
&lt;p&gt;Now i can import the package with python 3.7.1 installed with anaconda.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Python 3.7.1 import Gpib</title><link href="https://sourceforge.net/p/linux-gpib/support-requests/23/" rel="alternate"/><published>2019-03-12T18:07:49.566000Z</published><updated>2019-03-12T18:07:49.566000Z</updated><author><name>Anderson</name><uri>https://sourceforge.net/u/ambegossi/</uri></author><id>https://sourceforge.net7cd07ff7f9132c0cb8d78a97f6e71549d701d14b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello, &lt;br/&gt;
I successfully installed the linux-gpib package, and when I run the import Gpib command on python 2.7 everything happens perfectly. But now I'm trying to import the package with python 3.7.1, installed with anaconda, and import is returning me the following error:&lt;/p&gt;
&lt;p&gt;Python 3.7.1 (default, Dec 14 2018, 19:28:38) &lt;br/&gt;
&lt;span&gt;[GCC 7.3.0]&lt;/span&gt; :: Anaconda, Inc. on linux&lt;br/&gt;
Type "help", "copyright", "credits" or "license" for more information.&lt;/p&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;import Gpib&lt;br/&gt;
Traceback (most recent call last):&lt;br/&gt;
  File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;br/&gt;
ModuleNotFoundError: No module named 'Gpib'&amp;lt;/module&amp;gt;&amp;lt;/stdin&amp;gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;/blockquote&gt;
&lt;p&gt;I appreciate if someone helps me.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>