web2py: opening an existing project? How does it work?
I've been using pycharm 2.7 with several web2py projects.
I've upgraded to pycharm v3 (professional) and reopened a web2py project. I see no evidence that it has recognised a web2py project. Actually, I don't know where I would see that if it was true, but nothing seems different and there is no indication in project prefs. So I then deleted the .idea folder in the project root, and reopened it, but I still don't see any recognition of it as a web2py project.
It's web2py 2.6.4, the latest one.
I've upgraded to pycharm v3 (professional) and reopened a web2py project. I see no evidence that it has recognised a web2py project. Actually, I don't know where I would see that if it was true, but nothing seems different and there is no indication in project prefs. So I then deleted the .idea folder in the project root, and reopened it, but I still don't see any recognition of it as a web2py project.
It's web2py 2.6.4, the latest one.
Please sign in to leave a comment.
what is your web2py project structure?
Supported scenarios:
1. project_root/ <– project root
web2py/
.....
your_application
2. web2py/ <– project root
.....
your_application
3. web2py/
...
your_application/ <– project root
In all that cases web2py references should be resolved and web2py run configuration created.
When I remove the import of the built in debugging library, the pydev debugger included in pycharm works really well, something I have missed. So it's looking good.
Opening applications (ie directories under the applications directory) doesn't see to detect web2py. Is there a way to force a project to be treated as a being in a web2py directory tree?
Also, please vote an issue PY-10912 to get notified once it's fixed.
please, use File->Open directory... and select your app directory or web2py directory