[web2py] pyCharm

2022-11-16 Thread Peter
Have been out of the loop for a while but while getting back in to things upgrading and migrating a web2py app to Python 3 (all went well!). In the process I renewed a subscription with JetBrains PyCharm and am discovering (see below) they have dropped support for web2py. The only reason for

[web2py] pycharm "No python interpreter selected"

2019-04-06 Thread Alex Glaros
I have community version of pycharm and windows 10 binary version of web2py. Pycharm: "No python interpreter selected" How to resolve this? thanks Alex Glaros -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source cod

Re: [web2py] pycharm and web2py - setup project

2017-08-16 Thread Richard Vézina
Real don't like needing to install pyDAL as pycharm install it in python packages with pip... so you end with a specific version of pyDAL install with kind of override your web2py included instance if the version is superior to the version of web2py you work with... I just spent quite some times

Re: [web2py] pycharm and web2py - setup project

2017-08-15 Thread Richard Vézina
Ok, I confirm, I did have to install pyDAL too in order to allow autocompletion of db.define_table... I use to test in controller and it was working with request... Not sure why... I guess this is cause by the fact that pyDAL is a external product since sometimes and PyCharm didn't address this

Re: [web2py] pycharm and web2py - setup project

2017-08-14 Thread Kirill Shatalaev
Richard, as you can see at 2:20, parameter info is NOT working (indexing is finished, view->parameter info or ctrl+p is not working too) After that I've added pyDAL package (2:43) And ONLY then it starting to work, yes (3:26). Pycharm is professional version, 2017.2.1 понедельник, 14 августа

Re: [web2py] pycharm and web2py - setup project

2017-08-14 Thread Richard Vézina
Also, do you have professional version of pycharm (you seems too)? On Mon, Aug 14, 2017 at 9:21 AM, Richard Vézina wrote: > hmm... I don't understand why you say it not working... Once the pycharm > indexing end, at the end of your vid you have autocomplete working

Re: [web2py] pycharm and web2py - setup project

2017-08-14 Thread Richard Vézina
hmm... I don't understand why you say it not working... Once the pycharm indexing end, at the end of your vid you have autocomplete working no??? I do have last pycharm version PyCharm 2017.2 Build *#PY-172.3317.103*, built on July 25, 2017 JRE: 1.8.0_152-release-915-b5 amd64 JVM: OpenJDK 64-Bit

Re: [web2py] pycharm and web2py - setup project

2017-08-14 Thread Kirill Shatalaev
Richard, how did you do that? This is my scrincast on a clean installation and without any virtual environment. Does not work. https://youtu.be/51mmwUSJ_VM пятница, 11 августа 2017 г., 17:57:46 UTC+4 пользователь Richard написал: > > Kirill, I just try to create a new project and the

Re: [web2py] pycharm and web2py - setup project

2017-08-12 Thread Ben Lawrence
pycharm and wingIDE are different from Bbedit and sublimetext. bbedit and sublimetext have auto-complete out of the box, just by loading your files into a project, but for pycharm and wingIDE you have to muck around with the options etc. On Friday, August 11, 2017 at 6:57:46 AM UTC-7, Richard

Re: [web2py] pycharm and web2py - setup project

2017-08-11 Thread Richard Vézina
Kirill, I just try to create a new project and the autocompletion was working, so I guess the issue is limited to virtual environement... On Fri, Aug 11, 2017 at 9:44 AM, Richard wrote: > Good, could you maybe try with python 2.14.6 if it works, just to be sure >

Re: [web2py] pycharm and web2py - setup project

2017-08-11 Thread Richard
Good, could you maybe try with python 2.14.6 if it works, just to be sure that web2py 2.15.x series trigger the issue... I think they are just not aware of the web2py modifications (if it the rigth reason of the issue), they have a lot on their plate and yes I guess web2py support could maybe

Re: [web2py] pycharm and web2py - setup project

2017-08-10 Thread Kirill Shatalaev
I created an issue, but I m afraid web2py is not their main stream... четверг, 10 августа 2017 г., 22:07:43 UTC+4 пользователь Richard написал: > > You may consider looking here if it a known bug and report it if not : > https://youtrack.jetbrains.com/issues/PY > > On Thu, Aug 10, 2017 at 1:20

Re: [web2py] pycharm and web2py - setup project

2017-08-10 Thread Richard Vézina
I guess it related to the refactoring that occur around importing stuff in web2py which was particular... It has been reworked in version 2.15.x You may have a look at the web2py repo for having a look at how it change... We should inform PyCharm devs about this change if the issue is coming

Re: [web2py] pycharm and web2py - setup project

2017-08-10 Thread Richard Vézina
You may consider looking here if it a known bug and report it if not : https://youtrack.jetbrains.com/issues/PY On Thu, Aug 10, 2017 at 1:20 PM, Kirill Shatalaev wrote: > Just tried with python 2.7, it creates new project from scratch and > downloads web2py automatically.

Re: [web2py] pycharm and web2py - setup project

2017-08-10 Thread Richard Vézina
Have you try with python 2.7 if it works... And are you using the pycharm project creation tool to configure your web2py environnement?? You can try with their tool before trying to make it work with virtual environnement... Richard On Tue, Aug 8, 2017 at 5:18 PM, Kirill Shatalaev

[web2py] pycharm and web2py - setup project

2017-08-08 Thread Kirill Shatalaev
Hello, I have Pycharm 2017.2 (Professional version). And autocompletion and Parameter info (ctrl+p) does not work out of the box for my project. But, when I install pyDAL package on my project interpreter options, and it starts to work (see attached screenshot). This is not the right way:

[web2py] Re: Web2Py & Pycharm Debugger not working

2017-01-31 Thread Harold Sarmiento
I have merged my project Web2py to the last version, this causes the debug breakpoints does not work never more, if i return to my previous commit, the breakpoints work again, then seems to be a problem with the new versión of Web2py. I am using Eclipse Mars 2 Release (4.5.2) with Pydev

[web2py] Web2Py & Pycharm Debugger not working

2017-01-27 Thread Mart N
up vote down votefavorite <http://stackoverflow.com/questions/41809213/web2py-pycharm-debugger-not-working#> I just created a new Web2Py project from the Github source (git clone --recursive https://github.com/web2py/web2py.git). While I was working on the project I noticed that my de

[web2py] PyCharm license for web2py dev - who wants?

2015-10-18 Thread Christopher Steel
+1 -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To

Re: [web2py] PyCharm license for web2py dev - who wants?

2015-10-17 Thread Francisco Ribeiro
PyCharm Pro supports web2py, yes. Please note that this license is intended for web2py development as opposed to development in web2py. On Monday, 12 October 2015 11:01:06 UTC+1, Paolo Amboni wrote: > > I'm using pycharm community edition, that for what I understand is free. > Are these licenses

Re: [web2py] PyCharm license for web2py dev - who wants?

2015-10-16 Thread Richard Vézina
For the one that want to try PyCharm "Professional" there is the EAP (earlie access program), you can use the next version of PyCharm before the official release... Most of the time these build are pretty stable... Richard On Thu, Oct 15, 2015 at 6:31 PM, Jack Kuan wrote: >

Re: [web2py] PyCharm license for web2py dev - who wants?

2015-10-16 Thread Yoel Benitez Fonseca
+1 2015-10-16 9:42 GMT-04:00, Richard Vézina : > For the one that want to try PyCharm "Professional" there is the EAP > (earlie access program), you can use the next version of PyCharm before the > official release... Most of the time these build are pretty stable...

Re: [web2py] PyCharm license for web2py dev - who wants?

2015-10-15 Thread Mirek Zvolský
>> Carlos >> PyCharm Community Edition is for free, simple navigate to https://www.jetbrains.com/pycharm/download/ choose Community Edition and Download. Works much better then Eclipse (just my meaning). Dne úterý 13. října 2015 15:31:02 UTC+2 Carlos Cesar Caballero napsal(a): > > +1 > > I

[web2py] PyCharm license for web2py dev - who wants?

2015-10-15 Thread Jack Kuan
+1 Would love to give it a try. Thanks! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the

Re: [web2py] PyCharm license for web2py dev - who wants?

2015-10-15 Thread Carlos Correia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 +1 :D Às 20:21 de 11-10-2015, Francisco Ribeiro escreveu: > Hello all, > > for those who know PyCharm is a great IDE from JetBrains that provides free > licenses for Open Source projects like web2py ( >

Re: [web2py] PyCharm license for web2py dev - who wants?

2015-10-15 Thread Richard Vézina
How this is going, I think you may just add everyone that have ever contribute to web2py... Just kidding... :-P Richard On Thu, Oct 15, 2015 at 12:35 PM, Carlos Correia < car...@memoriapersistente.pt> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > +1 :D > > Às 20:21 de

Re: [web2py] PyCharm license for web2py dev - who wants?

2015-10-13 Thread Massimiliano
+1 On Tue, Oct 13, 2015 at 9:04 AM, 黄祥 wrote: > +1 > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You

Re: [web2py] PyCharm license for web2py dev - who wants?

2015-10-13 Thread 黄祥
+1 -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To

Re: [web2py] PyCharm license for web2py dev - who wants?

2015-10-13 Thread Richard Vézina
+1 On Tue, Oct 13, 2015 at 9:32 AM, Carlos Cesar Caballero Díaz < desarro...@spicm.cfg.sld.cu> wrote: > +1 > > I am from Cuba, and I can't buy a PyCharm licence because of the US > restrictions to cuban citizens for economic transactions (we can't use > Paypal or any credit/debit card payment

Re: [web2py] PyCharm license for web2py dev - who wants?

2015-10-13 Thread Carlos Cesar Caballero Díaz
+1 I am from Cuba, and I can't buy a PyCharm licence because of the US restrictions to cuban citizens for economic transactions (we can't use Paypal or any credit/debit card payment mechanism), so, a free licence will be very welcomed. El 11/10/15 a las 15:21, Francisco Ribeiro escribió:

Re: [web2py] PyCharm license for web2py dev - who wants?

2015-10-12 Thread Paolo Amboni
I'm using pycharm community edition, that for what I understand is free. Are these licenses for the pro version? Is the pro version supporting web2py? If yes i'm iterested. Il giorno domenica 11 ottobre 2015 21:29:54 UTC+2, Encompass solutions ha scritto: > > I can try it if you want. +1 > > On

Re: [web2py] PyCharm license for web2py dev - who wants?

2015-10-12 Thread António Ramos
Picharm eats more memory than sublime. In sublime i have everything, w2py console and server logs so 2015-10-12 11:01 GMT+01:00 Paolo Amboni : > I'm using pycharm community edition, that for what I understand is free. > Are these licenses for the pro version? > Is the pro

Re: [web2py] PyCharm license for web2py dev - who wants?

2015-10-12 Thread Tito Garrido
+1 :) On Mon, Oct 12, 2015 at 8:32 AM, António Ramos wrote: > Picharm eats more memory than sublime. > > In sublime i have everything, w2py console and server logs so > > 2015-10-12 11:01 GMT+01:00 Paolo Amboni : > >> I'm using pycharm community

Re: [web2py] PyCharm license for web2py dev - who wants?

2015-10-12 Thread Alfonso de la Guarda
Hello, +1 Saludos, Alfonso de la Guarda Twitter: @alfonsodg Redes sociales: alfonsodg Telef. 991935157 1024D/B23B24A4 5469 ED92 75A3 BBDB FD6B 58A5 54A1 851D B23B 24A4 On Sun, Oct 11, 2015 at 2:21 PM, Francisco Ribeiro wrote: >

Re: [web2py] PyCharm license for web2py dev - who wants?

2015-10-12 Thread Ezugworie Ikechukwu
+1 On Mon, 12 Oct 2015 22:54 Michael Beller wrote: > +1 > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You

[web2py] PyCharm license for web2py dev - who wants?

2015-10-12 Thread Michael Beller
+1 -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To

[web2py] PyCharm license for web2py dev - who wants?

2015-10-11 Thread Francisco Ribeiro
Hello all, for those who know PyCharm is a great IDE from JetBrains that provides free licenses for Open Source projects like web2py ( https://www.jetbrains.com/buy/opensource/?product=pycharm ). To request such a license, I need to know how many of you would want one of these as well so I

Re: [web2py] PyCharm license for web2py dev - who wants?

2015-10-11 Thread Jason (spot) Brower
I can try it if you want. +1 On Sun, Oct 11, 2015, 22:21 Francisco Ribeiro wrote: > Hello all, > > for those who know PyCharm is a great IDE from JetBrains that provides > free licenses for Open Source projects like web2py ( >

Re: [web2py] pycharm python console

2015-03-02 Thread Richard Vézina
Hello Tim, Try your setup, which seems to work great... But I would know if you have the same issue then me... In the debugger python console I get python prompt corrupted character.. Se attach screenshot... Do you have the same issue? Richard ​ On Thu, Feb 26, 2015 at 5:12 PM, Tim

Re: [web2py] pycharm python console

2015-02-27 Thread Richard Vézina
Diogene, I think that Antonio want to use pycham python console like you would use python console started with web2py command line where you can make available web2py environnment and particularly access database models of a given application. Tim answer seems the way to go... I didn't test it

Re: [web2py] pycharm python console

2015-02-26 Thread Richard Vézina
I can't see passing web2py init from command line with pdb, I try python -m pdb web2py -a 'pwd' -i 127.0.0.1 -p 8001 -R AppName -M But I just can see the os import, then the rocket server get started. :( Richard On Thu, Feb 26, 2015 at 11:00 AM, Richard ml.richard.vez...@gmail.com wrote: We

Re: [web2py] pycharm python console

2015-02-26 Thread Richard Vézina
Though I don't think environnement is defined... On Thu, Feb 26, 2015 at 10:56 AM, Richard Vézina ml.richard.vez...@gmail.com wrote: I would try to use run_models_in so far it seems that this is the function/method that will generate python import models in compiledapp.py On Thu, Feb 26,

Re: [web2py] pycharm python console

2015-02-26 Thread Richard Vézina
Things are in gluon/shell.py... Richard On Thu, Feb 26, 2015 at 10:08 AM, Richard Vézina ml.richard.vez...@gmail.com wrote: Don't use it :D No, I am kidding... Here settings for python console : https://www.jetbrains.com/pycharm/help/console-python-console.html I don't how someone can

Re: [web2py] pycharm python console

2015-02-26 Thread Richard Vézina
I would try to use run_models_in so far it seems that this is the function/method that will generate python import models in compiledapp.py On Thu, Feb 26, 2015 at 10:50 AM, António Ramos ramstei...@gmail.com wrote: dont i have to force it to do python web2py.py - S myapp at startup ?

Re: [web2py] pycharm python console

2015-02-26 Thread Richard Vézina
Don't use it :D No, I am kidding... Here settings for python console : https://www.jetbrains.com/pycharm/help/console-python-console.html I don't how someone can lunch pycharm embed python console with command line web2py option... Another option could be to import web2py stuff once the

Re: [web2py] pycharm python console

2015-02-26 Thread António Ramos
it already does this at init import sys; print('Python %s on %s' % (sys.version, sys.platform)) sys.path.extend(['C:\\web2pyGit\\web2py2\\applications\\teste1', 'C:\\web2pyGit\\web2py2\\gluon']) 2015-02-26 15:08 GMT+00:00 Richard Vézina ml.richard.vez...@gmail.com: Don't use it :D No, I am

Re: [web2py] pycharm python console

2015-02-26 Thread António Ramos
dont i have to force it to do python web2py.py - S myapp at startup ? 2015-02-26 15:39 GMT+00:00 Richard Vézina ml.richard.vez...@gmail.com: Things are in gluon/shell.py... Richard On Thu, Feb 26, 2015 at 10:08 AM, Richard Vézina ml.richard.vez...@gmail.com wrote: Don't use it :D

Re: [web2py] pycharm python console

2015-02-26 Thread Richard
We may have more input here too : https://groups.google.com/d/msg/web2py/69ji7YH6Ufw/xRaFTBO9W0IJ :) Richard Le jeudi 26 février 2015 10:57:49 UTC-5, Richard a écrit : Though I don't think environnement is defined... On Thu, Feb 26, 2015 at 10:56 AM, Richard Vézina

[web2py] pycharm python console

2015-02-26 Thread António Ramos
To the ones that use pycharm with web2py. How can i interact with my models from the python console ? it does not recognize my models. Regards António -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

Re: [web2py] pycharm python console

2015-02-26 Thread 'Diogene Laerce' via web2py-users
On 02/26/2015 01:41 PM, António Ramos wrote: To the ones that use pycharm with web2py. How can i interact with my models from the python console ? I don't think that it is different from the shell outside of pycharm. it does not recognize my models. What do you mean by that ? Regards, --

Re: [web2py] pycharm python console

2015-02-26 Thread Tim Richardson
I use pycharm. Often I do some quick and dirty testing in a module file where I have code using DAL features. if __name__ == __main__: #debug code and I want to run that in the normal scope of web2py, i.e. the same as -S -M from the command line. I set up a Pycharm debug configuration which

Re: [web2py] Pycharm - Web2py developing on remote server

2014-08-04 Thread Richard Vézina
Maybe yes, but that is a bad developping habit... If you destroy your prod/staging server what you do then? What you could do is having a local copy that you push into prod/staging when you tag a version in your vcs. You can use Fabric to automated your deployment. The only thing you have to do a

[web2py] Pycharm - Web2py developing on remote server

2014-08-02 Thread Giovanni Marchetto
I've a question about developing web2py app on remote server with Pycharm. I've a professional license for Pycharm and a VPS where web2py run on port 8000. It is possible with Pycharm to developing the application using directly web2py server VPS? Thanks a lot. Giovanni -- Resources: -

Re: [web2py] Re: web2py pycharm...

2013-11-14 Thread Paolo Valleri
hi, I've just tried the 'community edition' and I got many Unresolved references for request, response and so on. Have you found a way to fix ? Paolo On Tuesday, October 1, 2013 2:29:49 AM UTC+2, Richard wrote: This suppose to be solve : http://youtrack.jetbrains.com/issue/PY-10810 I had

Re: [web2py] Re: web2py pycharm...

2013-11-14 Thread Arnon Marcus
The community edition does not support web2py. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to

Re: [web2py] Re: web2py pycharm...

2013-11-14 Thread Tim Richardson
The book has some tips in using IDEs with web2py. You can go a long way by adding in false imports if false: import ... see chapter other recipes pycharm pro edition has built-in web2py support which means out of the box integrated debugger support and support for the all the includes. But

Re: [web2py] Re: web2py pycharm...

2013-11-14 Thread Richard Vézina
Paolo, I don't think the community version has the support for web2py included. Sadly, I think you have to pay for the professionnal version to get it... Richard On Thu, Nov 14, 2013 at 3:13 AM, Paolo Valleri paolo.vall...@gmail.comwrote: hi, I've just tried the 'community edition' and I got

[web2py] Re: web2py pycharm...

2013-09-30 Thread Tim Richardson
This isn't my experience. First, try creating a new project via web2py admin, and then open the web2py directory in pycharm (not your application directory). This should be fine, at least it is for me (so far I've used it on OS X, archlinux and Windows). I have just now created a new web2py

[web2py] Re: web2py pycharm...

2013-09-30 Thread memilanuk
On 09/29/2013 02:56 PM, Massimo Di Pierro wrote: I do not know. I am not aware that they contacted any of us for testing or support. I never meant to imply that the *web2py* project supported PyCharm in that way... rather that they claim web2py project as something their product supports.

[web2py] Re: web2py pycharm...

2013-09-30 Thread memilanuk
On 09/30/2013 12:28 AM, Tim Richardson wrote: This isn't my experience. First, try creating a new project via web2py admin, and then open the web2py directory in pycharm (not your application directory). This should be fine, at least it is for me (so far I've used it on OS X, archlinux and

[web2py] Re: web2py pycharm...

2013-09-30 Thread Tim Richardson
I deleted existing .idea directories before using pycharm 3 with web2py apps. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message

Re: [web2py] Re: web2py pycharm...

2013-09-30 Thread Richard Vézina
This suppose to be solve : http://youtrack.jetbrains.com/issue/PY-10810 I had issue with EAP version before the official release. Didnt try the release yet. But the issue was occuring for me when I set pycharm project at the app level : web2py/applications/app/.idea If project was setup like

[web2py] web2py pycharm...

2013-09-29 Thread memilanuk
Hello there, The framework support for things like Flask and web2py finally sold me and I purchased a new license for 3.0 the other day. Last night I thought I'd try creating a new web2py project just to play with, and was kind of disappointed when a brand new project already shows a bunch of

[web2py] Re: web2py pycharm...

2013-09-29 Thread Massimo Di Pierro
I do not know. I am not aware that they contacted any of us for testing or support. On Sunday, 29 September 2013 15:35:52 UTC-5, Monte Milanuk wrote: Hello there, The framework support for things like Flask and web2py finally sold me and I purchased a new license for 3.0 the other day.

[web2py] PyCharm 3.0 Opens to the Community. It supports the Web2py

2013-09-27 Thread manuscriptum
PyCharm 3.0 Opens to the CommunityAn outstanding lineup of new features in v3.0 comes along with the most exciting announcement: an open-source version of PyCharm is available! pyCharm recognizes existing web2py projects and can automatically create new ones. It understands the web2py internal

[web2py] pycharm 3 web2py support...

2013-09-25 Thread Tim Richardson
Pycharm 3 is available for download. There are now 2 editions; the paid one is called professional and supports web2py. If you have an existing project, it seems that you should close it in pycharm, delete the .idea folder and the reopen the project directory. You seem to get an automatically

Re: [web2py] Pycharm 3.0 is here with web2py support

2013-09-25 Thread Richard Vézina
+1 Working with EAP since 2 months and it a charm. :) Richard On Tue, Sep 24, 2013 at 5:38 PM, Michele Comitini michele.comit...@gmail.com wrote: +1 This is great! 2013/9/24 Alfonso de la Guarda alfons...@gmail.com Hi, Finally we got pycharm 3 with web2py support, there is also a

[web2py] Pycharm 3.0 is here with web2py support

2013-09-24 Thread Alfonso de la Guarda
Hi, Finally we got pycharm 3 with web2py support, there is also a community OSS version with some missing features but great for many python devs. http://www.jetbrains.com/pycharm/whatsnew/index.html Saludos, Alfonso de la Guarda Twitter: @alfonsodg Redes

Re: [web2py] Pycharm 3.0 is here with web2py support

2013-09-24 Thread Michele Comitini
+1 This is great! 2013/9/24 Alfonso de la Guarda alfons...@gmail.com Hi, Finally we got pycharm 3 with web2py support, there is also a community OSS version with some missing features but great for many python devs. http://www.jetbrains.com/pycharm/whatsnew/index.html Saludos,

Re: [web2py] PyCharm 3.0 EAP web2py support!!

2013-08-09 Thread Richard Vézina
Not tested yet... I try and report back. Richard On Thu, Aug 8, 2013 at 4:45 PM, dave arifu...@gmail.com wrote: can you debug? I can set breakpoints but it does not break or allow me to inspect variables. did you encounter this problem too? On Thursday, August 8, 2013 1:41:12 PM UTC-7,

Re: [web2py] PyCharm 3.0 EAP web2py support!!

2013-08-09 Thread Charles Levesque
To debug, simply run the application in debug mode and then, set the break point. Works fine for me. Charles Le jeudi 8 août 2013 15:56:50 UTC-4, Richard a écrit : Hello, http://blog.jetbrains.com/pycharm/2013/06/meet-pycharm-3-0-eap/ :) Richard -- --- You received this message

Re: [web2py] PyCharm 3.0 EAP web2py support!!

2013-08-09 Thread dave
Ok it works now On Friday, August 9, 2013 7:41:48 AM UTC-7, Charles Levesque wrote: To debug, simply run the application in debug mode and then, set the break point. Works fine for me. Charles Le jeudi 8 août 2013 15:56:50 UTC-4, Richard a écrit : Hello,

[web2py] PyCharm 3.0 EAP web2py support!!

2013-08-08 Thread Richard
Hello, http://blog.jetbrains.com/pycharm/2013/06/meet-pycharm-3-0-eap/ :) Richard -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [web2py] PyCharm 3.0 EAP web2py support!!

2013-08-08 Thread Richard Vézina
http://confluence.jetbrains.com/display/PYH/JetBrains+PyCharm+Preview+%28EAP%29 30 days free from july 29 But it not even as stable as a beta... Be aware. Richard On Thu, Aug 8, 2013 at 3:56 PM, Richard ml.richard.vez...@gmail.com wrote: Hello,

Re: [web2py] PyCharm 3.0 EAP web2py support!!

2013-08-08 Thread Robert O'Connor
EAP is fine. I use it all the time. On Aug 8, 2013 4:04 PM, Richard Vézina ml.richard.vez...@gmail.com wrote: http://confluence.jetbrains.com/display/PYH/JetBrains+PyCharm+Preview+%28EAP%29 30 days free from july 29 But it not even as stable as a beta... Be aware. Richard On Thu, Aug

Re: [web2py] PyCharm 3.0 EAP web2py support!!

2013-08-08 Thread dave
how do you debug though, I tried setting breakpoints but it would not break when debugging it? On Thursday, August 8, 2013 1:08:31 PM UTC-7, Robert O'Connor wrote: EAP is fine. I use it all the time. On Aug 8, 2013 4:04 PM, Richard Vézina ml.richa...@gmail.comjavascript: wrote:

Re: [web2py] PyCharm 3.0 EAP web2py support!!

2013-08-08 Thread Richard Vézina
I just install it and it seems stable enough... I am not sure how to create project of type web2py... They say just open an app direcotry, but it not working... I use to have already a pycharm project for this app and can't figure how or if it possible to change the project type.. I can't see

Re: [web2py] PyCharm 3.0 EAP web2py support!!

2013-08-08 Thread Richard Vézina
Ok, I figure it out. Create a new project, select existing app and say ok, then pycharm will prompt and say there is already file in app and ask if we want to load instead of creating a new app say ok! But seems that pycharm still not recognize gluon stuff... Richard On Thu, Aug 8, 2013 at

Re: [web2py] PyCharm 3.0 EAP web2py support!!

2013-08-08 Thread dave
can you debug? I can set breakpoints but it does not break or allow me to inspect variables. did you encounter this problem too? On Thursday, August 8, 2013 1:41:12 PM UTC-7, Richard wrote: Ok, I figure it out. Create a new project, select existing app and say ok, then pycharm will prompt

Re: [web2py] pyCharm has web2py support

2013-07-01 Thread Jason (spot) Brower
I suppose that is something you can request for pyCharm. :) On Sun, Jun 30, 2013 at 12:49 PM, Quint muijsenbe...@gmail.com wrote: Will this also support web2py in combination with GAE? so when i have a GAE project with web2py, will pycharm be web2py aware too? Or does this only work if i

[web2py] pyCharm has web2py support

2013-06-30 Thread Quint
Will this also support web2py in combination with GAE? so when i have a GAE project with web2py, will pycharm be web2py aware too? Or does this only work if i create a web2py project? -- --- You received this message because you are subscribed to the Google Groups web2py-users group. To

[web2py] pyCharm has web2py support

2013-06-29 Thread Massimo Di Pierro
Fantastic news: PyCharm has web2py support http://youtrack.jetbrains.com/issue/PY-1648 First of all congratulations to the JetBrains staff for pulling this off. We all appreciate it. Second, I encourage all of you to give it a try. PyCharm is an excellent IDE. Massimo -- --- You

[web2py] PyCharm to Support web2py in the 3.0 release

2013-03-29 Thread Shawn Wheatley
According to their roadmap for 3.0: http://confluence.jetbrains.com/display/PYH/PyCharm+3.0+Roadmap web2py support is the 2nd bullet on the list. The feature is not marked as having been started or completed, but they are targeting a fall 2013 release. Shawn -- --- You received this

[web2py] pycharm not doing bad at all

2012-07-21 Thread Massimo Di Pierro
In case you did not notice. web2py support is the most requested feature for pycharm http://youtrack.jetbrains.com/issues/PY?q=sort+by%3A+votes --

Re: [web2py] PyCharm for web2py development -- interest in a third-party plugin?

2012-01-21 Thread monotasker
Well, I heard back about plugin development and it turns out that plugins can only be written in Java. That rules me out. I'm still trying to get my mind around Python. But the plugin API is available at http://confluence.jetbrains.net/display/IDEADEV/PluginDevelopment if you or anyone else

Re: [web2py] PyCharm for web2py development -- interest in a third-party plugin?

2012-01-18 Thread monotasker
Sorry for the delayed response. I'm going to have to ask them about docs. I haven't found them in the obvious places.

Re: [web2py] PyCharm for web2py development -- interest in a third-party plugin?

2012-01-18 Thread monotasker
Well, I'd really like to use pydev, but I just find that it's too resource intensive. I do a lot of work on a souped up netbook and eclipse *really* churns. PyCharm is a Java application too, but it positively sings beside eclipse. I'm generally really committed to open source (I eat sleep and

[web2py] PyCharm for web2py development -- interest in a third-party plugin?

2012-01-13 Thread monotasker
I had an email exchange over the last couple of days with a developer at Jetbrains who works on PyCharm. The bad news is they've chosen not to work on web2py integration any time soon. The even worse news (from my perspective) is that they seem to have a very negative impression of the web2py

Re: [web2py] PyCharm for web2py development -- interest in a third-party plugin?

2012-01-13 Thread Angelo Compagnucci
There is really such an intrest? I'm using eclipse+pydev everyday and overcomed the trickery to get code completion working, it's really good ide. I think there is major need to provide support for pydev than a closed source ide. They are a company that sells a software, and if they don't want

Re: [web2py] PyCharm for web2py development -- interest in a third-party plugin?

2012-01-13 Thread Bruno Rocha
I can help with the plugin, but where is the docs about plugin creation? http://zerp.ly/rochacbruno Em 13/01/2012 14:45, monotasker scotti...@gmail.com escreveu: I had an email exchange over the last couple of days with a developer at Jetbrains who works on PyCharm. The bad news is they've

[web2py] PyCharm is going to support web2py

2011-06-08 Thread Bruno Rocha
Hi take a look: http://on.fb.me/web2pycharm It seens that Jetbrains team will start the work to support web2py. Also come in to support web2py facegroup http://on.fb.me/web2py