Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV NotImplementedError() #17

Open
Nirmal2000 opened this issue Oct 5, 2024 · 0 comments
Open

CSV NotImplementedError() #17

Nirmal2000 opened this issue Oct 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Nirmal2000
Copy link

Firstly thanks for this amazing open source product! I just have an issue uploading CSV
I get the below error

Traceback (most recent call last):
   File "/Users/nirmal/Desktop/MR.DM/src/main.py", line 67, in <module>
     MyApp().run()
   File "/Users/nirmal/miniconda3/envs/mrdm/lib/python3.11/site-packages/kivy/app.py", line 956, in run
     runTouchApp()
   File "/Users/nirmal/miniconda3/envs/mrdm/lib/python3.11/site-packages/kivy/base.py", line 574, in runTouchApp
     EventLoop.mainloop()
   File "/Users/nirmal/miniconda3/envs/mrdm/lib/python3.11/site-packages/kivy/base.py", line 339, in mainloop
     self.idle()
   File "/Users/nirmal/miniconda3/envs/mrdm/lib/python3.11/site-packages/kivy/base.py", line 383, in idle
     self.dispatch_input()
   File "/Users/nirmal/miniconda3/envs/mrdm/lib/python3.11/site-packages/kivy/base.py", line 334, in dispatch_input
     post_dispatch_input(*pop(0))
   File "/Users/nirmal/miniconda3/envs/mrdm/lib/python3.11/site-packages/kivy/base.py", line 302, in post_dispatch_input
     wid.dispatch('on_touch_up', me)
   File "kivy/_event.pyx", line 731, in kivy._event.EventDispatcher.dispatch
   File "/Users/nirmal/miniconda3/envs/mrdm/lib/python3.11/site-packages/kivymd/uix/behaviors/ripple_behavior.py", line 404, in on_touch_up
     return super().on_touch_up(touch)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^
   File "/Users/nirmal/miniconda3/envs/mrdm/lib/python3.11/site-packages/kivy/uix/behaviors/button.py", line 179, in on_touch_up
     self.dispatch('on_release')
   File "kivy/_event.pyx", line 731, in kivy._event.EventDispatcher.dispatch
   File "/Users/nirmal/Desktop/MR.DM/src/ui/accountselectscreen/accountselectscreen.py", line 180, in import_csv
     filechooser.open_file(on_selection=self._import_csv_file)
   File "/Users/nirmal/miniconda3/envs/mrdm/lib/python3.11/site-packages/plyer/facades/filechooser.py", line 54, in open_file
     return self._file_selection_dialog(mode="open", *args, **kwargs)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   File "/Users/nirmal/miniconda3/envs/mrdm/lib/python3.11/site-packages/plyer/facades/filechooser.py", line 74, in _file_selection_dialog
     raise NotImplementedError()
 NotImplementedError
@Nirmal2000 Nirmal2000 added the bug Something isn't working label Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant