kivy-designer icon indicating copy to clipboard operation
kivy-designer copied to clipboard

win32file module is missing

Open techandthrottle opened this issue 7 years ago • 1 comments

[INFO ] [Logger ] Record log in C:\Users\Fluffy.kivy\logs\kivy_17-10-24_17.txt [INFO ] [Kivy ] v1.10.0 [INFO ] [Python ] v3.6.2 (v3.6.2:5fd33b5, Jul 8 2017, 04:57:36) [MSC v.1900 64 bit (AMD64)] [INFO ] [Factory ] 194 symbols loaded [INFO ] [Image ] Providers: img_tex, img_dds, img_sdl2, img_gif (img_pil, img_ffpyplayer ignored) [INFO ] [Text ] Provider: sdl2 [INFO ] [OSC ] using for socket [INFO ] [Window ] Provider: sdl2 [INFO ] [GL ] Using the "OpenGL" graphics system [INFO ] [GL ] GLEW initialization succeeded [INFO ] [GL ] Backend used [INFO ] [GL ] OpenGL version <b'4.0.0 - Build 10.18.10.4358'> [INFO ] [GL ] OpenGL vendor <b'Intel'> [INFO ] [GL ] OpenGL renderer <b'Intel(R) HD Graphics 4000'> [INFO ] [GL ] OpenGL parsed version: 4, 0 [INFO ] [GL ] Shading version <b'4.00 - Build 10.18.10.4358'> [INFO ] [GL ] Texture max size <16384> [INFO ] [GL ] Texture max units <16> [INFO ] [Window ] auto add sdl2 input provider [INFO ] [Window ] virtual keyboard not allowed, single mode, not docked [ERROR ] [filechooser ] win32file module is missing [ERROR ] [filechooser ] we cant check if a file is hidden or not [WARNING] [FileNotFoundError] [Errno 2] No such file or directory: 'C:\Users\Fluffy\.kivy\garden\garden.xpopup\xpopup.mo'. Switch to the defaults. [INFO ] [Clipboard ] Provider: winctypes

i cant get it to work.. i tried pip install win32file but gives me this message

Could not find a version that satisfies the requirement win32file (from versions: ) No matching distribution found for win32file

techandthrottle avatar Oct 24 '17 10:10 techandthrottle

This looks like a pywin error. Take a look at https://github.com/mhammond/pywin32 you can find the binaries to install it https://github.com/mhammond/pywin32/releases Find the right one for your system and this issue should be resolved.

aaronjohnson92 avatar May 12 '18 14:05 aaronjohnson92