Re: [web2py] Re: Alternative IDEs?

2016-09-20 Thread Yoel Benitez Fonseca
Atom +1 El sep 19, 2016 9:56 AM, "Philip Kilner" escribió: > Hi, > > On 19/09/16 12:36, Jurgis Pralgauskis wrote: > >> What are people mostly using for W2P dev? >> > > I'm currently using Atom and Cloud 9. > > To be honest, I'm getting on better with Cloud 9, but need to the paid > version for m

Re: [web2py] Re: Alternative IDEs?

2016-09-19 Thread António Ramos
Sublime https://bitbucket.org/kfog/w2p , It gives me the web2py console. Very nice!! 2016-09-19 16:46 GMT+01:00 Ron Chatterjee : > Wing IDE and don't look back > > > On Monday, September 19, 2016 at 9:56:07 AM UTC-4, Philip Kilner wrote: >> >> Hi, >> >> On 19/09/16 12:36, Jurgis Pralgauskis wrot

Re: [web2py] Re: Alternative IDEs?

2016-09-19 Thread Ron Chatterjee
Wing IDE and don't look back On Monday, September 19, 2016 at 9:56:07 AM UTC-4, Philip Kilner wrote: > > Hi, > > On 19/09/16 12:36, Jurgis Pralgauskis wrote: > > What are people mostly using for W2P dev? > > I'm currently using Atom and Cloud 9. > > To be honest, I'm getting on better with Clo

Re: [web2py] Re: Alternative IDEs?

2016-09-19 Thread Philip Kilner
Hi, On 19/09/16 12:36, Jurgis Pralgauskis wrote: What are people mostly using for W2P dev? I'm currently using Atom and Cloud 9. To be honest, I'm getting on better with Cloud 9, but need to the paid version for my use case. It looks as though I will go for that and go 100% Chromebook soon.

Re: [web2py] Re: Alternative IDEs?

2016-09-19 Thread Kiran Subbaraman
Base Eclipse (just the "Platform Runtime Binary") with Pydev. I import Web2py as a python project, and reference it from other development projects. Makes it easy to browse code, and also (if really required) to run the app+web2py in debug mode and debug from within eclipse. Works fine for me.

[web2py] Re: Alternative IDEs?

2016-09-19 Thread Jurgis Pralgauskis
Hi, I would like tu wake the topic up :) What are people mostly using for W2P dev? >From free (unpaid) alternatives I found mentioned - Sublime https://bitbucket.org/kfog/w2p (not sure about debug?) - PyCharm Community edition populate projects with fake imports - Aptana (PyDev) ? - VS

[web2py] Re: Alternative IDEs?

2014-07-19 Thread Rufus
You might want to check out PyAlaMode, the multifile editor that comes with wxPython. I think it has autocomplete, and could be made web2py friendly. The sources are all there, of course. The original developer's website www.orbtech.com has gone away, apparently, but the code remains in the wx

[web2py] Re: Alternative IDEs?

2014-07-15 Thread Louis Amon
I've been curious about Ninja IDE for a few months now, care to elaborate ? Is web2py as well-integrated as Django now ? Can it display web2py-rendered web page in the IDE ? Last time I tried Ninja IDE I was very disappointed because the announced features were far from complete. On Tuesday, Ju

[web2py] Re: Alternative IDEs?

2014-07-15 Thread Carlos Zenteno
I use NINJA IDE. Very good IDE. Not perfect, not super complete but very good. I then copy and paste to the web2py web editor. http://ninja-ide.org/ -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.

[web2py] Re: Alternative IDEs?

2014-07-15 Thread 'sasogeek' via web2py-users
I was wondering why I was getting that error too cos I don't use python25. Thanks for letting me know. I'm quite the noob at all this :) On Tuesday, 15 July 2014 10:41:32 UTC, Niphlod wrote: > > your setup is seriously messed up (it happens, more likely on windows than > linux but it happens)...

[web2py] Re: Alternative IDEs?

2014-07-15 Thread Niphlod
your setup is seriously messed up (it happens, more likely on windows than linux but it happens). you're starting python2.7 and getting an exception from "c:\csvn\python25" check your %PATH% or learn to use virtualenv ^_^' On Tuesday, July 15, 2014 7:19:57 AM UTC+2, sasogeek wrote

[web2py] Re: Alternative IDEs?

2014-07-14 Thread 'sasogeek' via web2py-users
I keep getting this error when I try running the web2py.py script from PyCharm. DLL load failed: %1 is not a valid Win32 application. I need help getting it to run. Here's the full traceback. C:\Python27\python.exe E:/Users/Samuel/Downloads/web2py_src/web2py/web2py.py No handlers could be found f

Re: [web2py] Re: Alternative IDEs?

2014-07-14 Thread António Ramos
Also webstorm 2014-07-14 15:37 GMT+01:00 'sasogeek' via web2py-users < web2py@googlegroups.com>: > I just checked out PyCharm and it looks just like IntelliJ for java. Just > what I had in mind! :) > Thanks Jim. > > Samuel. > > > On Monday, 14 July 2014 14:05:15 UTC, Jim S wrote: >> >> PyCharm -

[web2py] Re: Alternative IDEs?

2014-07-14 Thread 'sasogeek' via web2py-users
I just checked out PyCharm and it looks just like IntelliJ for java. Just what I had in mind! :) Thanks Jim. Samuel. On Monday, 14 July 2014 14:05:15 UTC, Jim S wrote: > > PyCharm - paid version has web2py integration. > > -Jim > > On Monday, July 14, 2014 7:35:43 AM UTC-5, sasogeek wrote: >> >>

[web2py] Re: Alternative IDEs?

2014-07-14 Thread Jim S
PyCharm - paid version has web2py integration. -Jim On Monday, July 14, 2014 7:35:43 AM UTC-5, sasogeek wrote: > > Are there any alternative IDEs for web2py? > I'm in search of an IDE for web2py that can help me find methods and > variables easily. for example autocomplete options to choose from