Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 marcus_malinow
		
			marcus_malinow
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
hoping someone can help me here, with what is probably a newbie issue.
I'm trying to get the HelloWorld Python example up and running - https://github.com/qlik-oss/server-side-extension/blob/master/examples/python/GetStarted.md
So far I have:
Installed Python 3.6.3 x64
Followed the instructions here to install Python prerequisites - https://github.com/qlik-oss/server-side-extension/blob/master/examples/python/prerequisites.md
Downloaded .py, .json, and .config files from server-side-extension/examples/python/HelloWorld at master · qlik-oss/server-side-extension · GitHub to a subfolder on my desktop
Added SSEPlugin=HelloWorld,localhost:50052 to my settings.ini
When I attempt to run python ExtensionService_helloworld.py from my desktop subfolder I get the following error:
>python ExtensionService_helloworld.py
Traceback (most recent call last):
File "ExtensionService_helloworld.py", line 16, in <module>
import ServerSideExtension_pb2 as SSE
ModuleNotFoundError: No module named 'ServerSideExtension_pb2'
Any ideas what I could have got wrong here?
Thanks,
Marcus
 
					
				
		
Hi Marcus,
Could you please help me here as i am getting an error while using an example (helloworld)
I am attaching the error in my reply.
I have checked about this error it is related to non compatibility with the google cloud.
Please suggest me if you have any idea of resolving it.
 
					
				
		
 arasaraja_cts
		
			arasaraja_cts
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Might be GRPC not installed properly, or the library path where GRPC is installed is not added to sys.path()
Thanks
Raja
 rkarr5
		
			rkarr5
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello Marcus,
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.
 Diegopborneo
		
			Diegopborneo
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Rkarr,
I am having a similar issue, did you solve it?
 APOUDEL1
		
			APOUDEL1
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks, works like a charm!
