[Tutor] pip upgrade issue with virtual env

2017-07-10 Thread Feifan Liu
Hello I used anaconda to create a virtual envs. Anaconda location: /usr/local/anaconda My envs location: ~/.conda/envs/py2713 Then I activated my environment, did pip upgrade using: sudo pip install --upgrade pip *** Collecting pip Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)

Re: [Tutor] help with macOS version 10.12.5

2017-07-10 Thread Carlton Banks
Have you tried brew install python3 Updating Homebrew... ==> Auto-updated Homebrew! Updated 3 taps (caskroom/cask, homebrew/core, homebrew/science). ==> Updated Formulae berkeley-dbhomebrew/science/nco percona-server bitrisehugo percon

[Tutor] help with macOS version 10.12.5

2017-07-10 Thread maia fornaro via Tutor
Hello, My name is maia and I'm train to install python 3 in my macOS sierra version 10.12.5 and I receive this error went i open python: Python 3.6.1 (v3.6.1:69c0db5050, Mar 21 2017, 01:21:04) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "copyright", "credits" or "license()" for m

Re: [Tutor] call key on_press event multiple times when key is held down

2017-07-10 Thread Carlton Banks
Thanks for the response :) > Den 10. jul. 2017 kl. 10.54 skrev Peter Otten <__pete...@web.de>: > > Carlton Banks wrote: > >> So i tried a different solution, introducing two threads one handling the >> keyboard, and the other one is a while true, that keeps running. >> >> https://pastebin.com/U0

Re: [Tutor] Fwd: Re: call key on_press event multiple times when key is held down

2017-07-10 Thread Alan Gauld via Tutor
On 04/07/17 13:45, Carlton Banks wrote: > Any suggestion on any GUI solutions? Here is a Tkinter solution that increments a counter while the mouse button is pressed. It should give you the idea... Obviously you need to replace the counter increment with your desired processing. And the print sta

Re: [Tutor] call key on_press event multiple times when key is held down

2017-07-10 Thread Peter Otten
Carlton Banks wrote: > So i tried a different solution, introducing two threads one handling the > keyboard, and the other one is a while true, that keeps running. > > https://pastebin.com/U0WVQMYP > > but for some reason, am I constantly running into IOerror, hen

Re: [Tutor] call key on_press event multiple times when key is held down

2017-07-10 Thread Carlton Banks
So i tried a different solution, introducing two threads one handling the keyboard, and the other one is a while true, that keeps running. https://pastebin.com/U0WVQMYP but for some reason, am I constantly running into IOerror, hence no frames is being recorded