Falldog

Results 23 comments of Falldog
trafficstars

Can you provide more information? Maybe it's spark-sumit issue, not pyconcrete.

How do you compile the `.pye`? I can reproduce the issue as below steps ``` python3 setup.py install # python3 pyconcrete-admin.py compile --source=xxx.py --pye # system default python (python2) pyconcrete...

@SashaAVCO Does your system installed python3? Just make sure for it

What is your default python? `pyconcrete-admin.py` will be executed by `/usr/bin/env python` If your default python is python2, it would be fine

@SashaAVCO Thanks for your help I will spend some time to check it later, but not recently Pull request is welcome :)

Had you tried the latest code? I thought the fix has related this issue I can't reproduce it, so I can't help to figure it out. Please help to give...

Do you open the .pyz file? Does it contain mylib.pye?

For your reference, I had tried the app with `Dropbox Paper` https://www.bzgapps.com/coherencepro There is no issue on the App

For Django CSRF token protection fileDownload need add csrftoken parameter currently, you just need add correct csrf value to do it Example: ``` javascript $.fileDownload(url, { httpMethod: "POST", csrfmiddlewaretoken: "{{csrf_token}}",...

@coldfire0200 awesome work! PullRequest is welcome, if it could contain more test-cases would be better If you just left fork here, I will spent some time to add the test-case...