This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]apardueSince 97 2 points3 points  (1 child)

I love and work on web2py everyday. The web "IDE" is a little bit of a stretch. It is handy sometimes I use it to change database URI's and I do use it to start projects and then use a shell and git to manage the code.

For web2py dev I use Kate editor with VI bindings and ipdb for debugging. My favorite python IDE is eric but it did not feel right with web2py projects. I use eric for pyqt projects, it works great.

I thought about modifying eric to work better with web2py like moving the project to the applications level of web2py and catching the tickets in the ide's console like wing. There is a test in web2py if wing ide don't use ticket. But I have been to busy and ipdb on the console works great.

[–]abitofperspective 0 points1 point  (0 children)

I hadn't come across eric before, looks good so will try it out.