cfpb / idea-box

An application that lets an organization collect ideas, comment on them, and vote them up.
Creative Commons Zero v1.0 Universal
159 stars 49 forks source link

Installation Ideabox - Problems #99

Open edsonguimaraes opened 7 years ago

edsonguimaraes commented 7 years ago

Ideabox Installation: I've tried to install ideabox o Microsoft Windows with python 3.6 and django 1.11. So, I'm very disappointed after fail trying to install on Windows and on Ubuntu 17. Is there any guide to install ideabox? Could anybody help me? Thanks

sephcoster commented 7 years ago

Hello there! I'm not an expert on this but based on the docs this application was designed for Django 1.5 which did not have support for Python 3 reliably (and I'm definitely not sure about dependency support for Python 3).

Django 1.5 is listed in the requirements.txt - because of this I wouldn't expect the application to behave on the latest version of Django / Python that you list. Maybe try it on Python 2.x and an older version of Django if possible and see if that resolves whatever issues you may be experiencing?

edsonguimaraes commented 7 years ago

Thanks @sephcoster.

I will install following your recommendation and I will report the results.

Thanks again

rajeevdave commented 4 years ago

I am not able to install giving lots of syntax error

rajeevdave commented 4 years ago
Request Method: GET

http://52.176.50.158:8000/ 1.5.4 SyntaxError invalid syntax (urls.py, line 2) /usr/local/lib/python2.7/dist-packages/django/utils/importlib.py in import_module, line 35 /usr/bin/python 2.7.17 ['/home/yk185029/idea-box', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/home/yk185029/idea-box/src/collab', '/usr/lib/python2.7/dist-packages'] Tue, 16 Jun 2020 11:22:24 -0500

Banitongwa7 commented 8 months ago

I'm also encountering the same error. I can't launch the project even though I installed all the requirements listed in requirements.txt. can anyone help ?