jobic10 / e-voting-with-django

The Voting System web application using Django is a project that serves as the automated voting system of an organization or school. This system works like the common manual system of election voting system whereas this system must be populated by the list of the positions, candidates, and voters. This system can help a certain organization or school to minimize the voting time duration because aside they can provide the voters an online platform to vote, the system will automatically count the votes for each candidate. The system has 2 sides of the user interface which are the administrator and voters side. The admin user is in charge to populate and manage the data of the system and the voter side which is where the voters will choose their candidate and submit their votes.
MIT License
174 stars 61 forks source link

please give the solution of this issues #18

Closed manjeetverma26 closed 8 months ago

manjeetverma26 commented 9 months ago

return ffi.dlopen(names[0]) # pragma: no cover File "C:\Users\Dell\AppData\Local\Programs\Python\Python310\lib\site-packages\cffi\api.py", line 150, in dlopen lib, function_cache = _make_ffi_library(self, name, flags) File "C:\Users\Dell\AppData\Local\Programs\Python\Python310\lib\site-packages\cffi\api.py", line 832, in _make_ffi_library backendlib = _load_backend_lib(backend, libname, flags) File "C:\Users\Dell\AppData\Local\Programs\Python\Python310\lib\site-packages\cffi\api.py", line 827, in _load_backend_lib raise OSError(msg) OSError: cannot load library 'gobject-2.0-0': error 0x7e. Additionally, ctypes.util.find_library() did not manage to locate a library called 'gobject-2.0-0'

jobic10 commented 9 months ago

Hello @manjeetverma26 Please state steps to reproduce this issue you're facing. I will be happy to help you.

Cheers

HekarKET commented 9 months ago

I had the same issue. The solution provided at https://stackoverflow.com/a/69816601 worked for me.