Skip to content

Instantly share code, notes, and snippets.

@Thong-Tran
Created February 14, 2019 04:00
Show Gist options
  • Save Thong-Tran/9b1d7af7a202cb29ff7acb834c41487c to your computer and use it in GitHub Desktop.
Save Thong-Tran/9b1d7af7a202cb29ff7acb834c41487c to your computer and use it in GitHub Desktop.
================================================================================
Global
================================================================================
OS platform : Darwin-17.7.0-x86_64-i386-64bit | x86_64
Python EXE : /Users/ivc/kivy/.env3/bin/python3
Python Version : 3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018, 00:48:40)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)]
Python API : 1013
Kivy Version : 1.10.1
Install path : /Users/ivc/kivy/.env3/lib/python3.7/site-packages/kivy
Install date : Mon Jan 21 12:00:24 2019
================================================================================
OpenGL
================================================================================
GL Vendor: b'ATI Technologies Inc.'
GL Renderer: b'ATI Radeon HD 6750M OpenGL Engine'
GL Version: b'2.1 ATI-1.68.21'
GL Extensions: None
================================================================================
Core selection
================================================================================
Audio = [<class 'kivy.core.audio.audio_gstplayer.SoundGstplayer'>, <class 'kivy.core.audio.audio_ffpyplayer.SoundFFPy'>, <class 'kivy.core.audio.audio_sdl2.SoundSDL2'>, <class 'kivy.core.audio.audio_sdl2.MusicSDL2'>]
Camera = <class 'kivy.core.camera.camera_avfoundation.CameraAVFoundation'>
Image = [<class 'kivy.core.image.img_tex.ImageLoaderTex'>, <class 'kivy.core.image.img_imageio.ImageLoaderImageIO'>, <class 'kivy.core.image.img_dds.ImageLoaderDDS'>, <class 'kivy.core.image.img_sdl2.ImageLoaderSDL2'>, <class 'kivy.core.image.img_ffpyplayer.ImageLoaderFFPy'>, <class 'kivy.core.image.img_gif.ImageLoaderGIF'>]
Text = <class 'kivy.core.text.text_sdl2.LabelSDL2'>
Video = <class 'kivy.core.video.video_gstplayer.VideoGstplayer'>
Window = <kivy.core.window.window_sdl2.WindowSDL object at 0x115555320>
================================================================================
Libraries
================================================================================
gst is missing
pygame is missing
pygame.midi is missing
squirtle is missing
PIL is missing
sdl2 is missing
glew is missing
opencv is missing
opencv.cv is missing
opencv.highgui is missing
cython exist at /Users/ivc/kivy/.env3/lib/python3.7/site-packages/cython.py
================================================================================
Configuration
================================================================================
[kivy]
keyboard_repeat_delay = 300
keyboard_repeat_rate = 30
log_dir = logs
log_enable = 1
log_level = info
log_name = kivy_%y-%m-%d_%_.txt
window_icon = imgtrans/data/Icon-sk-global.ico
keyboard_mode =
keyboard_layout = qwerty
desktop = 1
exit_on_escape = 1
pause_on_minimize = 0
kivy_clock = default
default_font = ['Roboto', 'data/fonts/Roboto-Regular.ttf', 'data/fonts/Roboto-Italic.ttf', 'data/fonts/Roboto-Bold.ttf', 'data/fonts/Roboto-BoldItalic.ttf']
log_maxfiles = 100
window_shape = data/images/defaultshape.png
config_version = 20
[graphics]
display = -1
fullscreen = 0
height = 600
left = 0
maxfps = 24
multisamples = 2
position = auto
rotation = 0
show_cursor = 1
top = 0
width = 800
resizable = 1
borderless = 0
window_state = visible
minimum_width = 0
minimum_height = 0
min_state_time = .035
allow_screensaver = 1
shaped = 0
[input]
mouse = mouse
[postproc]
double_tap_distance = 20
double_tap_time = 250
ignore = []
jitter_distance = 0
jitter_ignore_devices = mouse,mactouch,
retain_distance = 50
retain_time = 0
triple_tap_distance = 20
triple_tap_time = 375
[widgets]
scroll_timeout = 250
scroll_distance = 20
scroll_friction = 1.
scroll_stoptime = 300
scroll_moves = 5
[modules]
================================================================================
Input availability
================================================================================
tuio
mouse
mactouch
leapfinger
================================================================================
Environ
================================================================================
TERM_PROGRAM = Apple_Terminal
SHELL = /bin/sh
TERM = xterm-256color
TMPDIR = /var/folders/vx/ywrxzl3n27q09h2psqlq4xk80000gn/T/
Apple_PubSub_Socket_Render = /private/tmp/com.apple.launchd.snM3RttZZk/Render
TERM_PROGRAM_VERSION = 404.1
TERM_SESSION_ID = FB39F757-BF27-498E-BBC6-A1D28B952E3D
USER = ivc
SSH_AUTH_SOCK = /private/tmp/com.apple.launchd.b1PAX5jc1F/Listeners
PATH = /Users/ivc/kivy/.env3/bin:/Library/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/Wireshark.app/Contents/MacOS
PWD = /Users/ivc/kivy/.buildozer/ios/platform/kivy-ios
LANG = en_US.UTF-8
XPC_FLAGS = 0x0
XPC_SERVICE_NAME = 0
SHLVL = 1
HOME = /Users/ivc
LOGNAME = ivc
OLDPWD = /Users/ivc/kivy/.buildozer/ios/platform/kivy-ios
ZSH = /Users/ivc/.oh-my-zsh
PAGER = less
LESS = -R
LC_CTYPE = en_US.UTF-8
LSCOLORS = Gxfxcxdxbxegedabagacad
VIRTUAL_ENV = /Users/ivc/kivy/.env3
PS1 = (.env3) ${ret_status} %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)
_ = /Users/ivc/kivy/.env3/bin/python3
__CF_USER_TEXT_ENCODING = 0x1F5:0x0:0x0
================================================================================
Options
================================================================================
window = ('egl_rpi', 'sdl2', 'pygame', 'sdl', 'x11')
text = ('pil', 'sdl2', 'pygame', 'sdlttf')
video = ('gstplayer', 'ffmpeg', 'ffpyplayer', 'null')
audio = ('gstplayer', 'pygame', 'ffpyplayer', 'sdl2', 'avplayer')
image = ('tex', 'imageio', 'dds', 'sdl2', 'pygame', 'pil', 'ffpy', 'gif')
camera = ('opencv', 'gi', 'avfoundation', 'android', 'picamera')
spelling = ('enchant', 'osxappkit')
clipboard = ('android', 'winctypes', 'xsel', 'xclip', 'dbusklipper', 'nspaste', 'sdl2', 'pygame', 'dummy', 'gtk3')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment