Strange behavior with weppy #400
-
Something strange happens to me and I can not know what is happening. This is with weppy 1.3.4 I have an app with Weppy and Python36. I started a new app copying this directory, but this time I used an VENV with Python37. I'm going to the old project and it works fine. For the doubts I deleted the pycache Any idea where the problem can be? Jose |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found the problem, I had this: Fields_rw = {...} Fields with uppercase, must be: fields_rw |
Beta Was this translation helpful? Give feedback.
I found the problem, I had this:
Fields_rw = {...}
Fields with uppercase, must be: fields_rw