neokeats
neokeats
hi, you changed this in change_list_filter_sidebar.html ?
hi, they are still issues with python3. for example : open_facebook\api.py Line 209 refers to the method that no longer exists in py3 : unicode. so the file is missing...
the unicode method is no longer present in python3 so by doing unicode=unicode we get exception in python 3 and set the method to be the str one in python3...
Oh i see, they are not the lines with problem. In the patch and the trunk, they are actually missing so it can't work. I just provided the modifications needed...
Hi, Same here with 8.4.5, no google drive app involved. Juste 500Mo file -> modify -> save as -> error message -> file 0 octet
@dswarbrick did you managed to connect gevent-socketio and the django app whitout having to have them both launch by the same server/process ? i'm thinking about using 0mq for that...
@markusgattol no simply something like that https://github.com/sdiehl/zeromq-chat using the last api of gevent-socketio
i don't think circus will work or will be easy to make it run on windows
@dswarbrick i thought that was the purpose of things like 0mq person A on process 123 sends a message to something "tcp://127.0.0.1:5000" and listen to messages from it person B...
@dswarbrick i thought that was the purpose of things like 0mq person A on process 123 sends a message to something "tcp://127.0.0.1:5000" and listen to messages from it person B...