Search found 4 matches

by Nacho_ac
Fri Jul 26, 2013 8:49 am
Forum: Developer Discussions
Topic: Running sample code
Replies: 8
Views: 9003

Re: Running sample code

Hi Gmoshe. I'm agree that the best way to learn is studying and modifying working codes. I have installed de virtual machine, so I have allready the repository cloned and mercurial installed. I also have discovered the pyton pydoc, that describes a bit the craziflie libraries. I know crazyflie is no...
by Nacho_ac
Thu Jul 25, 2013 10:07 am
Forum: Developer Discussions
Topic: Running sample code
Replies: 8
Views: 9003

Re: Running sample code

I can see. Your code works again. Thanks again Gmoshe. This virtual Beer is for you. https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTW4vkV-IFFo6_rvgeQOXWgB23d5yl5giSY5drdkj5sQ0IVWrWvJQ I'm yet a bit lost but I can see a bit of light at the end of the tunnel. Only a question more. Aside the wi...
by Nacho_ac
Wed Jul 24, 2013 8:51 am
Forum: Developer Discussions
Topic: Running sample code
Replies: 8
Views: 9003

Re: Running sample code

Thanks to both.
I know I'm yet far to undestand fully python code, but I should be able to run a program.
At least I have been able to run succesfully your code, Gmoshe. I'll take it as starting point. Thanks.

P.D. Sorry about my english.
by Nacho_ac
Tue Jul 23, 2013 3:26 pm
Forum: Developer Discussions
Topic: Running sample code
Replies: 8
Views: 9003

Running sample code

Hello. I'm not programmer but I have some experience with visual Basic and C and this is my first contact with pyton. I have tried unsuccesfully to run the following code that I have found in the wiki. import logging import cflib.crtp from cfclient.utils.logconfigreader import LogConfig from cfclien...