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

captha #163

Open
sampathkumar0511 opened this issue Mar 20, 2018 · 6 comments
Open

captha #163

sampathkumar0511 opened this issue Mar 20, 2018 · 6 comments

Comments

@sampathkumar0511
Copy link

Unhandled exception in thread started by <function check_errors..wrapper at 0x7fafe24db730>
Traceback (most recent call last):
File "/home/normsoftware/project/sampath/lib/python3.5/site-packages/django/utils/autoreload.py", line 225, in wrapper
fn(*args, **kwargs)
File "/home/normsoftware/project/sampath/lib/python3.5/site-packages/django/core/management/commands/runserver.py", line 113, in inner_run
autoreload.raise_last_exception()
File "/home/normsoftware/project/sampath/lib/python3.5/site-packages/django/utils/autoreload.py", line 248, in raise_last_exception
raise _exception[1]
File "/home/normsoftware/project/sampath/lib/python3.5/site-packages/django/core/management/init.py", line 327, in execute
autoreload.check_errors(django.setup)()
File "/home/normsoftware/project/sampath/lib/python3.5/site-packages/django/utils/autoreload.py", line 225, in wrapper
fn(*args, **kwargs)
File "/home/normsoftware/project/sampath/lib/python3.5/site-packages/django/init.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "/home/normsoftware/project/sampath/lib/python3.5/site-packages/django/apps/registry.py", line 89, in populate
app_config = AppConfig.create(entry)
File "/home/normsoftware/project/sampath/lib/python3.5/site-packages/django/apps/config.py", line 90, in create
module = import_module(entry)
File "/home/normsoftware/project/sampath/lib/python3.5/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 986, in _gcd_import
File "", line 969, in _find_and_load
File "", line 956, in _find_and_load_unlocked
ImportError: No module named 'captcha'

@gdsuta
Copy link

gdsuta commented Nov 11, 2018

Yes I got the same problem, can anyone fix it? I'm a physics teacher and beginner in programming, gonna use this to make website at my school. Thanks!

@bartmika
Copy link
Member

Hi @gdsuta, I am the lead developer on this project. Unfortunately, I am busy at the moment working on https://github.com/over55/workery-django and won't be able to work on it for a while. May you please let me know when you need this done by?

@gdsuta
Copy link

gdsuta commented Nov 13, 2018

Hi Bartmika, thanks for replying. Very much appreciate it. I'm not in hurry so please take your time while I'm learning Phyton and Django to enhance my skills in web programming. I live in Bali, Indonesia and dream to utilize internet tech to build a local learning community for Indonesian students and teachers which provides learning contents (tutorial & lesson videos for kids, resources for teachers etc) in Bahasa. I have tried LMS like Moodle before but I'm not satisfied enough since the room for customization is limited. Have a wonderful day! Suta

@bartmika
Copy link
Member

Hi @Sebastian-Rydzewski, would it be possible if you could attempt to remove the captcha from the Django application? I currently am unable to fix this issue and don't see myself fixing this issue until next month.

@Sebastian-Rydzewski
Copy link

Hey @bartmika, unfortunately I have my own projects tying down my free time, if I get a chance to take a look at it before you do I'll let you know. I just can't at this time.

@bartmika
Copy link
Member

Hi @gdsuta, I've submitted latest code which uses more recent libraries. Can you try installing and see if it fixes the problem? Please make sure you run under the following:

  • Python 3.6
  • Postgres 10
  • Latest PIP
  • Latest VirtualEnv

In addition I wrote the following devops articles on how to set it up for DigitalOcean.

Let me know if it helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants