HELP NO MODULE NAME KIVY.ADAPTERS

1,428 views
Skip to first unread message

Jnas Dve

unread,
Jul 23, 2019, 1:27:06 AM7/23/19
to Kivy users support
 py -m designer
[INFO   ] [Logger      ] Record log in C:\Users\P e w p e w\.kivy\logs\kivy_19-07-23_1.txt
[INFO   ] [deps        ] Successfully imported "kivy_deps.gstreamer" 0.1.17
[INFO   ] [deps        ] Successfully imported "kivy_deps.angle" 0.1.9
[INFO   ] [deps        ] Successfully imported "kivy_deps.glew" 0.1.12
[INFO   ] [deps        ] Successfully imported "kivy_deps.sdl2" 0.1.22
[INFO   ] [Kivy        ] v1.11.1
[INFO   ] [Kivy        ] Installed at "C:\Python37\lib\site-packages\kivy\__init__.py"
[INFO   ] [Python      ] v3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)]
[INFO   ] [Python      ] Interpreter at "C:\Python37\python.exe"
[INFO   ] [Factory     ] 184 symbols loaded
[INFO   ] [Image       ] Providers: img_tex, img_dds, img_sdl2, img_gif (img_pil, img_ffpyplayer ignored)
[INFO   ] [Text        ] Provider: sdl2
[INFO   ] [Window      ] Provider: sdl2
[INFO   ] [GL          ] Using the "OpenGL" graphics system
[INFO   ] [GL          ] GLEW initialization succeeded
[INFO   ] [GL          ] Backend used <glew>
[INFO   ] [GL          ] OpenGL version <b'3.3.0'>
[INFO   ] [GL          ] OpenGL vendor <b'NVIDIA Corporation'>
[INFO   ] [GL          ] OpenGL renderer <b'GeForce GT 330M/PCIe/SSE2'>
[INFO   ] [GL          ] OpenGL parsed version: 3, 3
[INFO   ] [GL          ] Shading version <b'3.30 NVIDIA via Cg compiler'>
[INFO   ] [GL          ] Texture max size <8192>
[INFO   ] [GL          ] Texture max units <32>
[INFO   ] [Window      ] auto add sdl2 input provider
[INFO   ] [Window      ] virtual keyboard not allowed, single mode, not docked
 Traceback (most recent call last):
   File "C:\Python37\lib\runpy.py", line 193, in _run_module_as_main
     "__main__", mod_spec)
   File "C:\Python37\lib\runpy.py", line 85, in _run_code
     exec(code, run_globals)
   File "C:\cmder\kivy-designer\designer\__main__.py", line 3, in <module>
     from designer.app import DesignerApp
   File "C:\cmder\kivy-designer\designer\app.py", line 12, in <module>
     from designer.components.designer_content import DesignerContent
   File "C:\cmder\kivy-designer\designer\components\designer_content.py", line 5, in <module>
     from designer.uix.py_code_input import PyScrollView
   File "C:\cmder\kivy-designer\designer\uix\py_code_input.py", line 3, in <module>
     from designer.uix.completion_bubble import CompletionBubble
   File "C:\cmder\kivy-designer\designer\uix\completion_bubble.py", line 1, in <module>
     from kivy.adapters.listadapter import ListAdapter
 ModuleNotFoundError: No module named 'kivy.adapters'
Untitled.png

Claver Barreto

unread,
Jul 23, 2019, 3:50:58 AM7/23/19
to kivy-...@googlegroups.com
youre using kivy 1.11 it says here that adapter has been deprecated since version 1.10 i dont know if i understood well but i think it means you cant use it anymore
heres a link to reddit they are talking about whats the replacement of adapter, idk maybe this will help, i hope.

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/eb6e9d29-5f6f-42f5-83cd-51f3d1d6d0a8%40googlegroups.com.
kivy.PNG

Robert Flatt

unread,
Jul 23, 2019, 7:05:17 PM7/23/19
to Kivy users support
The previous poster is correct.

However it appears the OP is trying to use Kivy Designer, which is an abandoned project.
There are almost certainly more issues than just adapters.

To unsubscribe from this group and stop receiving emails from it, send an email to kivy-...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages