cafca / souma

Souma is a distributed and end-to-end encrypted community platform based on humanist ideals
Apache License 2.0
5 stars 3 forks source link

Souma 0.3 (alpha) #156

Closed cafca closed 9 years ago

cafca commented 10 years ago

Todo

cafca commented 10 years ago

@kahartma @cartisan please confirm that this works for you

kahartma commented 10 years ago

Flask-WTF==0.9.4 import flask.ext.wtf works

Traceback (most recent call last): File "run.py", line 5, in from web_ui import app, db File "C:\Users\Greg\Documents\GitHub\souma2\web_uiinit.py", line 138, in

import web_ui.views File "C:\Users\Greg\Documents\GitHub\souma2\web_ui\views.py", line 9, in from web_ui.forms import * File "C:\Users\Greg\Documents\GitHub\souma2\web_ui\forms.py", line 1, in from flask.ext.wtf import Form, TextField, SelectField, FileField, HiddenFie ld,\ File "C:\PythonSouma\lib\site-packages\flask\exthook.py", line 87, in load_mod ule raise ImportError('No module named %s' % fullname) ImportError: No module named flask.ext.wtf.TextField
cafca commented 10 years ago

If the Windows packaging is working I would like to test Souma on a couple of different setups to see whether there are incompatibilities with different OS versions, browsers etc.

— Sent from my phone

On Tue, Apr 29, 2014 at 12:39 PM, kahartma notifications@github.com wrote:

Flask-WTF==0.9.4 import flask.ext.wtf works Traceback (most recent call last): File "run.py", line 5, in from web_ui import app, db File "C:\Users\Greg\Documents\GitHub\souma2\web_uiinit.py", line 138, in

import web_ui.views File "C:\Users\Greg\Documents\GitHub\souma2\web_ui\views.py", line 9, in from web_ui.forms import * File "C:\Users\Greg\Documents\GitHub\souma2\web_ui\forms.py", line 1, in from flask.ext.wtf import Form, TextField, SelectField, FileField, HiddenFie ld,\ File "C:\PythonSouma\lib\site-packages\flask\exthook.py", line 87, in load_mod ule raise ImportError('No module named %s' % fullname) ## ImportError: No module named flask.ext.wtf.TextField Reply to this email directly or view it on GitHub: https://github.com/ciex/souma/pull/156#issuecomment-41661944
cafca commented 10 years ago
Traceback (most recent call last):
  File "/Users/vahrend/Projects/soumaenv/lib/python2.7/site-packages/gevent/greenlet.py", line 327, in run
    result = self._run(*self.args, **self.kwargs)
  File "/Users/vahrend/Projects/soumaenv/souma/astrolab/helpers.py", line 53, in setup_astrolab
    with open(word_ids_filename, 'wb') as f:
IOError: [Errno 2] No such file or directory: 'static/data/enwiki__wordids.txt'
<Greenlet at 0x107829c30: setup_astrolab> failed with IOError

@kahartma When we implement automatic updates, they will work by replacing the complete application directory with a newer version. Because of that, we can't store data like the model data in there - it needs to go into the user data directory (app.config["USER_DATA"])

cafca commented 10 years ago

OK, that was too fast. I broke other things now.

cafca commented 10 years ago

Should work now.

cafca commented 10 years ago

Something is really weird. I think I might have accidentally reset the dev branch to an earlier stage when I undid the commit Kay made to the master branch some days ago. Changes from #170 are gone.

cafca commented 10 years ago

I can't find any other missing commits right now, so I will just merge #170 again. If we had not developed in feature branches I would have no way of knowing what is missing.

kahartma commented 10 years ago

e-synapse :: electrical [C:\Users\Greg\Documents\GitHub\souma2\synapse\electrica l.py:295] GET [] / http://glia.herokuapp.com/v0/ failed. Param: None Payload: None Errors:

e-synapse :: electrical [C:\Users\Greg\Documents\GitHub\souma2\synapse\electrica l.py:172] Error connecting to Glia: 401 Client Error: UNAUTHORIZED