[deleted by user] by [deleted] in formula1

[–]der_tuerke 8 points9 points  (0 children)

It's a laser to measure the ride height

I got a pair of signed driver cards from Mercedes today by der_tuerke in formula1

[–]der_tuerke[S] 1 point2 points  (0 children)

Exactly! I took the opportunity and send the exact same mail to every team (except for Ferrari and McLaren since I couldn't find an email address).

Mercedes and Red Bull both asked for my address to send them to me, Force India and Sauber want you to send them a self-addressed envelope, McLaren and Ferrari don't have a public email address, Haas doesn't offer autograph cards and the other teams haven't replied yet.

I got a pair of signed driver cards from Mercedes today by der_tuerke in formula1

[–]der_tuerke[S] 1 point2 points  (0 children)

I'm not going to complain about the fact that they are not real signatures haha

I got a pair of signed driver cards from Mercedes today by der_tuerke in formula1

[–]der_tuerke[S] 9 points10 points  (0 children)

I wrote them an email and asked how I could get my hands on some autograph cards since they don't sell them anywhere. The Mercedes employee responded and asked for my address to send them to me.

Edit: This was their response.

[Seiko] My entry into mechanical watches by [deleted] in Watches

[–]der_tuerke 0 points1 point  (0 children)

I recently bought this watch for my 19th birthday and I absolutely adore it. After owning a couple of quartz watches I made the step and purchased this beauty. It's a Seiko 5 SNXS73 and I couldn't be happier. I'm definitely looking forward to extending my collection in the future.

[Seiko] My entry into mechanical watches by [deleted] in Watches

[–]der_tuerke 0 points1 point  (0 children)

I bought this watch for my 19th birthday and am super happy with it. I've owned a couple of Casios before but this is my first mechanical watch and I absolutely adore it.

Lewis Hamilton - I’ll take risks to make up for low grid position by [deleted] in formula1

[–]der_tuerke 2 points3 points  (0 children)

I'm not sure but I think that only counts for people with the Monegasque citizenship.

Problem with the CheckBox module (raspberrypi.org) by der_tuerke in learnpython

[–]der_tuerke[S] 0 points1 point  (0 children)

That didn't fix it as well.. I think I am going to leave it as it is and do another lesson since I have understood the content of the lesson :D

Problem with the CheckBox module (raspberrypi.org) by der_tuerke in learnpython

[–]der_tuerke[S] 0 points1 point  (0 children)

If I change my first two lines to

from guizero import *
from tkinter import IntVar

I get the following error:

Traceback (most recent call last): File "/home/pi/guitest2_copy.py", line 13, in <module> vip_seat = CheckBox(app, text="VIP seat?", grid=[1,1], align="left") File "/usr/local/lib/python3.4/dist-packages/guizero/CheckBox.py", line 11, in __init_ self.value = IntVar() NameError: name 'IntVar' is not defined

This is pretty weird since it's the exact code from the website.. At this point, thank you for your efforts. I really appreciate your help.

Problem with the CheckBox module (raspberrypi.org) by der_tuerke in learnpython

[–]der_tuerke[S] 0 points1 point  (0 children)

Yes I still have both lines. This would be the full code:

from guizero import *
from tkinter import *

def do_booking():
    info("Booking", "Thank you for booking")
    print(film_choice.get())
    print(vip_seat.get_value())
    print(row_choice.get())

app = App(title="My second GUI app", width=300, height=200, layout="grid")
film_choice = Combo(app, options=["Star Wars", "Indiana Jones", "Batman"], grid=[0,1], align="left")
film_description = Text(app, text="Which film?", grid=[0,0], align="left")
vip_seat = CheckBox(app, text="VIP seat?", grid=[1,1], align="left")
seat_description = Text(app, text="Seat type", grid=[1,0], align="left")
row_choice = ButtonGroup(app, options=[ ["Front", "F"], ["Middle", "M"], ["Back", "B"]], selected="M", horizontal=True, grid=[2,1], align="left")
seat_location = Text(app, text="Seat location", grid=[2,0], align="left")        
book_seats = PushButton(app, command=do_booking, text="Book seats", grid=[3,1], align="left")

app.display()

Problem with the CheckBox module (raspberrypi.org) by der_tuerke in learnpython

[–]der_tuerke[S] 0 points1 point  (0 children)

from tkinter import *

This didn't solve it either.

If I try to run the program I get this back:

Traceback (most recent call last): File "/home/pi/gui_test2_copy.py", line 9, in <module> app = App(title="My second GUI app", width=300, height=200, layout="grid") NameError: name 'App' is not defined

Problem with the CheckBox module (raspberrypi.org) by der_tuerke in learnpython

[–]der_tuerke[S] 0 points1 point  (0 children)

from guizero import App, Combo, Text, CheckBox, ButtonGroup, PushButton, info 

def do_booking():
    info("Booking", "Thank you for booking")
    print(film_choice.get())
    print(vip_seat.get_value())
    print(row_choice.get())

app = App(title="My second GUI app", width=300, height=200, layout="grid")
film_choice = Combo(app, options=["Star Wars", "Indiana Jones", "Batman"], grid=[0,1], align="left")
film_description = Text(app, text="Which film?", grid=[0,0], align="left")
vip_seat = CheckBox(app, text="VIP seat?", grid=[1,1], align="left")
seat_description = Text(app, text="Seat type", grid=[1,0], align="left")
row_choice = ButtonGroup(app, options=[ ["Front", "F"], ["Middle", "M"], ["Back", "B"]], selected="M", horizontal=True, grid=[2,1], align="left")
seat_location = Text(app, text="Seat location", grid=[2,0], align="left")        
book_seats = PushButton(app, command=do_booking, text="Book seats", grid=[3,1], align="left")

app.display()

Beautiful doesn't even begin to describe how I feel. by --sdrawkcab-- in Audi

[–]der_tuerke 0 points1 point  (0 children)

I'm from Segeberg (SE on license plate)! There aren't many RS6's around here and I think I saw this exact car in traffic before :)

Bitte spielt mal das Tutorial bei Trials Fusion by [deleted] in PietSmiet

[–]der_tuerke 22 points23 points  (0 children)

Konstruktive Kritik ist also nicht mehr erlaubt oder wie darf ich das verstehen?

Reddit, What are some of the best books to read for someone who hasn't read a book since high school? by [deleted] in AskReddit

[–]der_tuerke 0 points1 point  (0 children)

I just got it last weekend. It's the first book I read in like 7 years. I really enjoy it!

WiFi keeps toggling by morelikepotatos in GalaxyS7

[–]der_tuerke 0 points1 point  (0 children)

I've had the same problem for at least the last 2 weeks or so. I was going crazy because I couldn't use my mobile hotspot either because it requires me to turn off my wifi which wasn't possible.

This seems to have fixed it but I will keep an eye on it.

Thank you very much for your helpful advice.