<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Qlik Sense SSE Python error - ModuleNotFoundError: No module named 'ServerSideExtension_pb2' in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1762696#M14403</link>
    <description>&lt;P&gt;Thanks, works like a charm!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Nov 2020 20:50:37 GMT</pubDate>
    <dc:creator>APOUDEL1</dc:creator>
    <dc:date>2020-11-18T20:50:37Z</dc:date>
    <item>
      <title>Qlik Sense SSE Python error - ModuleNotFoundError: No module named 'ServerSideExtension_pb2'</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1425554#M14389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hoping someone can help me here, with what is probably a newbie issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get the HelloWorld Python example up and running - &lt;A href="https://github.com/qlik-oss/server-side-extension/blob/master/examples/python/GetStarted.md" title="https://github.com/qlik-oss/server-side-extension/blob/master/examples/python/GetStarted.md" target="_blank"&gt;https://github.com/qlik-oss/server-side-extension/blob/master/examples/python/GetStarted.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Installed Python 3.6.3 x64&lt;/P&gt;&lt;P&gt;Followed the instructions here to install Python prerequisites - &lt;A href="https://github.com/qlik-oss/server-side-extension/blob/master/examples/python/prerequisites.md" title="https://github.com/qlik-oss/server-side-extension/blob/master/examples/python/prerequisites.md" target="_blank"&gt;https://github.com/qlik-oss/server-side-extension/blob/master/examples/python/prerequisites.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Downloaded .py, .json, and .config files from &lt;A href="https://github.com/qlik-oss/server-side-extension/tree/master/examples/python/HelloWorld" title="https://github.com/qlik-oss/server-side-extension/tree/master/examples/python/HelloWorld" target="_blank"&gt;server-side-extension/examples/python/HelloWorld at master · qlik-oss/server-side-extension · GitHub&lt;/A&gt; to a subfolder on my desktop&lt;/P&gt;&lt;P&gt;Added&amp;nbsp; SSEPlugin=HelloWorld,localhost:50052 to my settings.ini&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I attempt to run python ExtensionService_helloworld.py from my desktop subfolder I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;python ExtensionService_helloworld.py&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "ExtensionService_helloworld.py", line 16, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import ServerSideExtension_pb2 as SSE&lt;/P&gt;&lt;P&gt;ModuleNotFoundError: No module named 'ServerSideExtension_pb2'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas what I could have got wrong here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1425554#M14389</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2024-11-16T09:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SSE Python error - ModuleNotFoundError: No module named 'ServerSideExtension_pb2'</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1425555#M14390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, think I have figured it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to the HelloWorld source code from here - &lt;A href="https://github.com/qlik-oss/server-side-extension/tree/master/examples/python/HelloWorld" title="https://github.com/qlik-oss/server-side-extension/tree/master/examples/python/HelloWorld"&gt;https://github.com/qlik-oss/server-side-extension/tree/master/examples/python/HelloWorld&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like I need the ServerSideExtension_pb2.py file, which I managed to find here - &lt;A href="https://github.com/tim-wright/PythonSSE/blob/master/Toy%20Example/ServerSideExtension_pb2.py" title="https://github.com/tim-wright/PythonSSE/blob/master/Toy%20Example/ServerSideExtension_pb2.py"&gt;https://github.com/tim-wright/PythonSSE/blob/master/Toy%20Example/ServerSideExtension_pb2.py&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2017 14:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1425555#M14390</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2017-10-10T14:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SSE Python error - ModuleNotFoundError: No module named 'ServerSideExtension_pb2'</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1425556#M14391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;¿does it work with qlik ?, I have expression errors in the app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 15:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1425556#M14391</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-18T15:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SSE Python error - ModuleNotFoundError: No module named 'ServerSideExtension_pb2'</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1425557#M14392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Camila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes it works, no expression errors in the app I'm working with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using the Python examples here? If so, do you see any errors in the Python command window?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 09:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1425557#M14392</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2017-10-20T09:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SSE Python error - ModuleNotFoundError: No module named 'ServerSideExtension_pb2'</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1425558#M14393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marccus, It appears to me "INFO - *** Running server in insecure mode on port: 50052 ***"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 12:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1425558#M14393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-20T12:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SSE Python error - ModuleNotFoundError: No module named 'ServerSideExtension_pb2'</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1425559#M14394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Camila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's not an issue - I see exactly the same in my environment. This is because there is no certificate installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm assuming you're using Qlik Sense Desktop here. Have you added the necessary information to the settings.ini file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Settings 7]&lt;/P&gt;&lt;P&gt;SSEPlugin=HelloWorld,localhost:50052&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 13:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1425559#M14394</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2017-10-20T13:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SSE Python error - ModuleNotFoundError: No module named 'ServerSideExtension_pb2'</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1425560#M14395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have it added to the settings.ini file. &lt;SPAN style="font-size: 10pt;"&gt;Should I just run the "python ExtensionService_helloworld.py" command and then open QlikSense?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 13:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1425560#M14395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-20T13:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SSE Python error - ModuleNotFoundError: No module named 'ServerSideExtension_pb2'</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1425561#M14396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Camila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, that should be sufficient. Make sure the python script is running prior to opening Qlik Sense and it *should* work correctly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 13:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1425561#M14396</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2017-10-20T13:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SSE Python error - ModuleNotFoundError: No module named 'ServerSideExtension_pb2'</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1425562#M14397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strangely, now I work, thanks for the help. Have you worked with any prediction algorithm with python?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 13:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1425562#M14397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-20T13:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SSE Python error - ModuleNotFoundError: No module named 'ServerSideExtension_pb2'</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1425563#M14398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Camila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thus far my tinkerings have been solely around the examples, so no not yet with Python. I'm a little further ahead with the R component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 09:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1425563#M14398</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2017-10-23T09:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SSE Python error - ModuleNotFoundError: No module named 'ServerSideExtension_pb2'</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1512703#M14399</link>
      <description>&lt;P&gt;Hi&amp;nbsp; Marcus,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help me&amp;nbsp; here as i am getting an error while using an example (helloworld)&lt;/P&gt;&lt;P&gt;I am attaching the error in my reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have checked about this error it is related to non compatibility with the google cloud.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest me if you have any idea of resolving it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 09:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1512703#M14399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-27T09:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SSE Python error - ModuleNotFoundError: No module named 'ServerSideExtension_pb2'</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1575035#M14400</link>
      <description>&lt;P&gt;Might be GRPC not installed properly, or the library path where GRPC is installed is not added to sys.path()&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 12:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1575035#M14400</guid>
      <dc:creator>arasaraja_cts</dc:creator>
      <dc:date>2019-04-30T12:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SSE Python error - ModuleNotFoundError: No module named 'ServerSideExtension_pb2'</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1739720#M14401</link>
      <description>&lt;P&gt;Hello Marcus,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to integrate python with Qlik Sense and started with the course video in official Qlik Sense website. I am using Qlik Sense Business where I was able to download Desktop version. I was able to run the ExtensionService_HelloWorld.py file and got the message Running Server in insecure mode. But my execution paused there and not able to see the GetCapabilities messages. I launched my Desktop App and drag the QVF file but not able to see the python functionality over there. Please find the attached.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 04:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1739720#M14401</guid>
      <dc:creator>rkarr5</dc:creator>
      <dc:date>2020-08-31T04:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SSE Python error - ModuleNotFoundError: No module named 'ServerSideExtension_pb2'</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1749174#M14402</link>
      <description>&lt;P&gt;Hi Rkarr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having a similar issue, did you solve it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 12:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1749174#M14402</guid>
      <dc:creator>Diegopborneo</dc:creator>
      <dc:date>2020-10-02T12:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SSE Python error - ModuleNotFoundError: No module named 'ServerSideExtension_pb2'</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1762696#M14403</link>
      <description>&lt;P&gt;Thanks, works like a charm!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 20:50:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-SSE-Python-error-ModuleNotFoundError-No-module-named/m-p/1762696#M14403</guid>
      <dc:creator>APOUDEL1</dc:creator>
      <dc:date>2020-11-18T20:50:37Z</dc:date>
    </item>
  </channel>
</rss>

