Go to advanced search

by NorwegianClassic
Sat Jan 14, 2017 6:40 pm
Forum: Troubleshooting
Topic: Bash: kivy: command not found?
Replies: 4
Views: 1275

Re: Bash: kivy: command not found?

Thank you, that solved it! I thought bs4 and lxml did the same thing, so I thought I didn't need it! :D
by NorwegianClassic
Sat Jan 14, 2017 5:51 pm
Forum: Troubleshooting
Topic: Bash: kivy: command not found?
Replies: 4
Views: 1275

Re: Bash: kivy: command not found?

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...
by NorwegianClassic
Sat Jan 14, 2017 5:07 pm
Forum: Troubleshooting
Topic: Bash: kivy: command not found?
Replies: 4
Views: 1275

Bash: kivy: command not found?

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...
by NorwegianClassic
Wed May 04, 2016 6:15 pm
Forum: Beginners
Topic: Dual monitors are working, but what about the mouse?
Replies: 0
Views: 273

Dual monitors are working, but what about the mouse?

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? :)
by NorwegianClassic
Mon May 02, 2016 6:16 pm
Forum: Python
Topic: How do I exit KIVY fullscreen?
Replies: 5
Views: 3466

Re: How do I exit KIVY fullscreen?

Ran the program using SSH. Both ctrl+c from host and my exit() -button works well :)
by NorwegianClassic
Mon May 02, 2016 5:18 pm
Forum: Python
Topic: How do I exit KIVY fullscreen?
Replies: 5
Views: 3466

Re: How do I exit KIVY fullscreen?

Yes. That was it. Thank you. Both CTRL + C and in-code exit() works perfectly. :D
by NorwegianClassic
Mon May 02, 2016 4:32 pm
Forum: Python
Topic: Auto fish food dispenser
Replies: 2
Views: 1111

Re: Auto fish food dispenser

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.
by NorwegianClassic
Mon May 02, 2016 3:00 pm
Forum: Python
Topic: How do I exit KIVY fullscreen?
Replies: 5
Views: 3466

Re: How do I exit KIVY fullscreen?

Oh, I think you are on to something.
I have only tried running my program through "F5 Run" in python 2. I will check when I come home. Thank you ;)
by NorwegianClassic
Mon May 02, 2016 2:28 pm
Forum: Python
Topic: How do I exit KIVY fullscreen?
Replies: 5
Views: 3466

How do I exit KIVY fullscreen?

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...
by NorwegianClassic
Sun Oct 25, 2015 7:42 pm
Forum: Windows 10 for IoT
Topic: PuTTY and PS with Raspberry Pi not working
Replies: 4
Views: 698

Re: PuTTY and PS with Raspberry Pi not working

Yes I use shared internet from my pc. I turned shared internet off and on, and now it works! Thank you! Haha :roll:
by NorwegianClassic
Sun Oct 25, 2015 7:15 pm
Forum: Windows 10 for IoT
Topic: PuTTY and PS with Raspberry Pi not working
Replies: 4
Views: 698

Re: PuTTY and PS with Raspberry Pi not working

Is it an 169.254.0.x IP address, if so then your Pi cannot see a DHCP sever (aka your PC or local router) either.
Yes the IP address looks like that. So do I have to change the shared ethernet configurations? or..?
by NorwegianClassic
Sun Oct 25, 2015 6:44 pm
Forum: Windows 10 for IoT
Topic: PuTTY and PS with Raspberry Pi not working
Replies: 4
Views: 698

PuTTY and PS with Raspberry Pi not working

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...
by NorwegianClassic
Sun Oct 25, 2015 6:30 pm
Forum: Windows 10 for IoT
Topic: Raspberry Pi Debug Error
Replies: 2
Views: 683

Re: Raspberry Pi Debug Error

Thank you, couldn't find the error in my project but I just made a new one from one of the sample projects. ;)
by NorwegianClassic
Sun Oct 25, 2015 10:01 am
Forum: Windows 10 for IoT
Topic: Raspberry Pi Debug Error
Replies: 2
Views: 683

Raspberry Pi Debug Error

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...
by NorwegianClassic
Tue Oct 20, 2015 7:43 pm
Forum: C/C++
Topic: C# MonoDevelop Problem
Replies: 4
Views: 935

Re: C# MonoDevelop Problem

Ok! Thank you! ;)
by NorwegianClassic
Tue Oct 20, 2015 7:21 pm
Forum: C/C++
Topic: C# MonoDevelop Problem
Replies: 4
Views: 935

Re: C# MonoDevelop Problem

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=...
by NorwegianClassic
Mon Oct 19, 2015 8:50 am
Forum: C/C++
Topic: C# MonoDevelop Problem
Replies: 4
Views: 935

C# MonoDevelop Problem

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...

Go to advanced search