Yes I have. I tried the commands you posted just to be sure, and tried $kivy -m pip install bs4, but still no luck. I can run the demos, so kivy works. But when I run my program that uses bs4, it returns: bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you...
Hi there! I'm trying to install Beautiful Soup 4 to use in my kivy app for my rpi 3, but I can quite get it too work. When I use kivy -m pip install bs4 it returns bash: kivy: command not found. I have tried to set the PYTHONPATH. I saw that /usr/lib/python2.7/dist-packages/kivy doesn't exist, can t...
So I got the dual monitors working. Desktop on HDMI and a KIVY app out to the official touchscreen. When I use one of the buttons I made on the touch, the mouse cursor moves to the same position on the HDMI monitor! Does anyone know how to make the desktop ignore touches done on the touchscreen? :)
I guess you are looking for someone to explain this for you, but I am new to this my self and just tried it out so sorry, but if you have a PWM servo you can use PWM pins on your rpi to control it. Check out this: http://razzpisampler.oreilly.com/ch05.html It's all I have right now, but hope it helps.
Yeah, so just as the title says: how do I exit/quit KIVY fullscreen apps? Tried using CTRL + C from det keyboard, which doesn't work. I also tried making a button and run sys.exit(), quit() and App.get_running_app().stop(). The screen goes black, but the desktop will not appear. This is the official...
Hi! After have used PowerShell all day, something went wrong with the communication between my computer and my raspberry. PuTTY doesn't work ether. PuTTY-command window pops up and the login menu never appears, before the connection is timed out. "Device Info" on the pi says "Local network access on...
Hi! I am making my first raspberry pi app in VS. I got an error as I clicked start debugging to my remote machine: Cannot find type System.MarshalByRefObject in module CommonLanguageRuntimeLibrary. There are no visible syntax errors, and when I double click on the error nothing happens. Can't figure...
All this is very new for me, but this is the xml file: <?xml version="1.0"?> <SharpDevelopProperties fileversion="2.0"> <Properties> <Property key="MonoDevelop.Core.FirstRun" value="True" /> <Property key="MonoDevelop.Core.Gui.Dialog.TipOfTheDayView.ShowTipsAtStartup" value="False" /> <Property key=...
Hi! I just bought my first raspberry pi last week and I'm trying to use C# and the GPIOs. I have followed a tutorial on how to do this but when click "start debugging" in MonoDevelop, this message box pops up: "Could not open port for debugger. Another process may be using the port." I have tried se...