RE: Free PyCharm license for ARIA work?

2017-12-12 Thread D Jayachandran
Hi Tal,

Am still facing the issue even after a "make clean" and from a fresh clone. Am 
facing this error only when running the execution in debug mode.
The error is thrown by the pydev plugin, check below for the stack trace. 
Please let me know if you have any clue on this.


warning: Debugger speedups using cython not found. Run 
'"/proj/tosca-o/common/dev_tools/python/bin/python" 
"/proj/tosca-o/common/dev_tools/eclipse_neon_4.6/plugins/org.python.pydev_6.0.0.201709191431/pysrc/setup_cython.py"
 build_ext --inplace' to build.
pydev debugger: starting (pid: 86306)
Starting execution. Press Ctrl+C cancel
Starting 'install' workflow execution
warning: Debugger speedups using cython not found. Run 
'"/proj/tosca-o/common/dev_tools/python/bin/python" 
"/proj/tosca-o/common/dev_tools/eclipse_neon_4.6/plugins/org.python.pydev_6.0.0.201709191431/pysrc/setup_cython.py"
 build_ext --inplace' to build.
pydev debugger: starting (pid: 86343)
Traceback (most recent call last):
  File 
"/proj/tosca-o/common/dev_tools/eclipse_neon_4.6/plugins/org.python.pydev_6.0.0.201709191431/pysrc/pydevd.py",
 line 1621, in 
main()
  File 
"/proj/tosca-o/common/dev_tools/eclipse_neon_4.6/plugins/org.python.pydev_6.0.0.201709191431/pysrc/pydevd.py",
 line 1615, in main
globals = debugger.run(setup['file'], None, None, is_module)
  File 
"/proj/tosca-o/common/dev_tools/eclipse_neon_4.6/plugins/org.python.pydev_6.0.0.201709191431/pysrc/pydevd.py",
 line 1022, in run
pydev_imports.execfile(file, globals, locals)  # execute the script
  File 
"/workarea/tosca-o/evyzzae/incubator-ariatosca/aria/orchestrator/workflows/executor/process.pyc",
 line 1
SyntaxError: Non-ASCII character '\xf3' in file 
/workarea/tosca-o/evyzzae/incubator-ariatosca/aria/orchestrator/workflows/executor/process.pyc
 on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ 
for details

-Original Message-
From: Tal Liron [mailto:t...@cloudify.co] 
Sent: Friday, October 13, 2017 10:05 PM
To: dev@ariatosca.incubator.apache.org
Subject: Re: Free PyCharm license for ARIA work?

Hm, I don't see any non-ASCII character in the source code. Perhaps try to 
delete all your *.pyc files so that they get regenerated. You can run "make 
clean" in the root directory to do that.

On Fri, Oct 13, 2017 at 3:55 AM, D Jayachandran <d.jayachand...@ericsson.com
> wrote:

> Hi Tal,
>
> Am facing an issue with PyDev when I trigger an execution in debug mode.
>
> SyntaxError: Non-ASCII character '\xf3' in file 
> /home/evyzzae/tosca-repo/ 
> apache-aria/aria/orchestrator/workflows/executor/process.pyc on line 
> 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ 
> for details
>
> Are you aware of this ?
>
>
> Regards,
> DJ
>
> -Original Message-
> From: Tal Liron [mailto:t...@cloudify.co]
> Sent: Thursday, October 12, 2017 12:05 AM
> To: dev@ariatosca.incubator.apache.org
> Subject: Re: Free PyCharm license for ARIA work?
>
> I just want to point out that I do all my development with the free 
> PyDev IDE (based on Eclipse) and am very satisfied with it.
>
> On Wed, Oct 11, 2017 at 1:21 PM, Thomas Nadeau 
> <tnad...@lucidvision.com>
> wrote:
>
> >
> > Cool. Thanks. It looks like there is a special deal for 
> > Apache
> > projects:
> >
> > You should have @apache.org email to apply Your order will be 
> > processed automatically after the application is submitted
> >
> > The catch-22 is that Vish is not a committer (i.e.: he does 
> > not have an apache.org email), so we might be SOL here.
> >
> > —Tom
> >
> >
> >
> > > On Oct 11, 2017, at 2:17 PM, Jakob Homan <jgho...@gmail.com> wrote:
> > >
> > > JetBrains kindly provides open source licenses for sustained
> > > contributors: https://www.jetbrains.com/buy/opensource/  They have 
> > > a separate set of Apache requirements.  This is a consideration 
> > > they provide, not something that ASF does.
> > >
> > > -Jakob
> > >
> > > On 11 October 2017 at 11:01, Vishwanath Jayaraman 
> > > <vishwana...@hotmail.com> wrote:
> > >> Was curious if there is a free PyCharm license that Apache 
> > >> provides for
> > contributors that contribute to the ARIA project?
> > >>
> > >> When I was contributing to the OpenStack Tacker and Neutron 
> > >> projects, I
> > was able to request such a free license, hence the above question.
> > >>
> > >>
> > >> Vish
> >
> >
>


Re: Free PyCharm license for ARIA work?

2017-10-13 Thread Tal Liron
Hm, I don't see any non-ASCII character in the source code. Perhaps try to
delete all your *.pyc files so that they get regenerated. You can run "make
clean" in the root directory to do that.

On Fri, Oct 13, 2017 at 3:55 AM, D Jayachandran <d.jayachand...@ericsson.com
> wrote:

> Hi Tal,
>
> Am facing an issue with PyDev when I trigger an execution in debug mode.
>
> SyntaxError: Non-ASCII character '\xf3' in file /home/evyzzae/tosca-repo/
> apache-aria/aria/orchestrator/workflows/executor/process.pyc on line 1,
> but no encoding declared; see http://python.org/dev/peps/pep-0263/ for
> details
>
> Are you aware of this ?
>
>
> Regards,
> DJ
>
> -Original Message-
> From: Tal Liron [mailto:t...@cloudify.co]
> Sent: Thursday, October 12, 2017 12:05 AM
> To: dev@ariatosca.incubator.apache.org
> Subject: Re: Free PyCharm license for ARIA work?
>
> I just want to point out that I do all my development with the free PyDev
> IDE (based on Eclipse) and am very satisfied with it.
>
> On Wed, Oct 11, 2017 at 1:21 PM, Thomas Nadeau <tnad...@lucidvision.com>
> wrote:
>
> >
> > Cool. Thanks. It looks like there is a special deal for Apache
> > projects:
> >
> > You should have @apache.org email to apply Your order will be
> > processed automatically after the application is submitted
> >
> > The catch-22 is that Vish is not a committer (i.e.: he does
> > not have an apache.org email), so we might be SOL here.
> >
> > —Tom
> >
> >
> >
> > > On Oct 11, 2017, at 2:17 PM, Jakob Homan <jgho...@gmail.com> wrote:
> > >
> > > JetBrains kindly provides open source licenses for sustained
> > > contributors: https://www.jetbrains.com/buy/opensource/  They have a
> > > separate set of Apache requirements.  This is a consideration they
> > > provide, not something that ASF does.
> > >
> > > -Jakob
> > >
> > > On 11 October 2017 at 11:01, Vishwanath Jayaraman
> > > <vishwana...@hotmail.com> wrote:
> > >> Was curious if there is a free PyCharm license that Apache provides
> > >> for
> > contributors that contribute to the ARIA project?
> > >>
> > >> When I was contributing to the OpenStack Tacker and Neutron
> > >> projects, I
> > was able to request such a free license, hence the above question.
> > >>
> > >>
> > >> Vish
> >
> >
>


RE: Free PyCharm license for ARIA work?

2017-10-13 Thread D Jayachandran
Hi Tal,

Am facing an issue with PyDev when I trigger an execution in debug mode.

SyntaxError: Non-ASCII character '\xf3' in file 
/home/evyzzae/tosca-repo/apache-aria/aria/orchestrator/workflows/executor/process.pyc
 on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ 
for details

Are you aware of this ?


Regards,
DJ

-Original Message-
From: Tal Liron [mailto:t...@cloudify.co] 
Sent: Thursday, October 12, 2017 12:05 AM
To: dev@ariatosca.incubator.apache.org
Subject: Re: Free PyCharm license for ARIA work?

I just want to point out that I do all my development with the free PyDev IDE 
(based on Eclipse) and am very satisfied with it.

On Wed, Oct 11, 2017 at 1:21 PM, Thomas Nadeau <tnad...@lucidvision.com>
wrote:

>
> Cool. Thanks. It looks like there is a special deal for Apache
> projects:
>
> You should have @apache.org email to apply Your order will be 
> processed automatically after the application is submitted
>
> The catch-22 is that Vish is not a committer (i.e.: he does 
> not have an apache.org email), so we might be SOL here.
>
> —Tom
>
>
>
> > On Oct 11, 2017, at 2:17 PM, Jakob Homan <jgho...@gmail.com> wrote:
> >
> > JetBrains kindly provides open source licenses for sustained
> > contributors: https://www.jetbrains.com/buy/opensource/  They have a 
> > separate set of Apache requirements.  This is a consideration they 
> > provide, not something that ASF does.
> >
> > -Jakob
> >
> > On 11 October 2017 at 11:01, Vishwanath Jayaraman 
> > <vishwana...@hotmail.com> wrote:
> >> Was curious if there is a free PyCharm license that Apache provides 
> >> for
> contributors that contribute to the ARIA project?
> >>
> >> When I was contributing to the OpenStack Tacker and Neutron 
> >> projects, I
> was able to request such a free license, hence the above question.
> >>
> >>
> >> Vish
>
>


Re: Free PyCharm license for ARIA work?

2017-10-11 Thread Tal Liron
I just want to point out that I do all my development with the free PyDev
IDE (based on Eclipse) and am very satisfied with it.

On Wed, Oct 11, 2017 at 1:21 PM, Thomas Nadeau 
wrote:

>
> Cool. Thanks. It looks like there is a special deal for Apache
> projects:
>
> You should have @apache.org email to apply
> Your order will be processed automatically after the application is
> submitted
>
> The catch-22 is that Vish is not a committer (i.e.: he does not
> have an apache.org email), so we
> might be SOL here.
>
> —Tom
>
>
>
> > On Oct 11, 2017, at 2:17 PM, Jakob Homan  wrote:
> >
> > JetBrains kindly provides open source licenses for sustained
> > contributors: https://www.jetbrains.com/buy/opensource/  They have a
> > separate set of Apache requirements.  This is a consideration they
> > provide, not something that ASF does.
> >
> > -Jakob
> >
> > On 11 October 2017 at 11:01, Vishwanath Jayaraman
> >  wrote:
> >> Was curious if there is a free PyCharm license that Apache provides for
> contributors that contribute to the ARIA project?
> >>
> >> When I was contributing to the OpenStack Tacker and Neutron projects, I
> was able to request such a free license, hence the above question.
> >>
> >>
> >> Vish
>
>


Re: Free PyCharm license for ARIA work?

2017-10-11 Thread Thomas Nadeau

Cool. Thanks. It looks like there is a special deal for Apache projects:

You should have @apache.org email to apply
Your order will be processed automatically after the application is submitted

The catch-22 is that Vish is not a committer (i.e.: he does not have an 
apache.org email), so we
might be SOL here.

—Tom



> On Oct 11, 2017, at 2:17 PM, Jakob Homan  wrote:
> 
> JetBrains kindly provides open source licenses for sustained
> contributors: https://www.jetbrains.com/buy/opensource/  They have a
> separate set of Apache requirements.  This is a consideration they
> provide, not something that ASF does.
> 
> -Jakob
> 
> On 11 October 2017 at 11:01, Vishwanath Jayaraman
>  wrote:
>> Was curious if there is a free PyCharm license that Apache provides for 
>> contributors that contribute to the ARIA project?
>> 
>> When I was contributing to the OpenStack Tacker and Neutron projects, I was 
>> able to request such a free license, hence the above question.
>> 
>> 
>> Vish



Re: Free PyCharm license for ARIA work?

2017-10-11 Thread Thomas Nadeau

Sunil might be able to help. I have no idea.

—Tom


> On Oct 11, 2017, at 2:01 PM, Vishwanath Jayaraman  
> wrote:
> 
> Was curious if there is a free PyCharm license that Apache provides for 
> contributors that contribute to the ARIA project?
> 
> When I was contributing to the OpenStack Tacker and Neutron projects, I was 
> able to request such a free license, hence the above question.
> 
> 
> Vish



Re: Free PyCharm license for ARIA work?

2017-10-11 Thread Jakob Homan
JetBrains kindly provides open source licenses for sustained
contributors: https://www.jetbrains.com/buy/opensource/  They have a
separate set of Apache requirements.  This is a consideration they
provide, not something that ASF does.

-Jakob

On 11 October 2017 at 11:01, Vishwanath Jayaraman
 wrote:
> Was curious if there is a free PyCharm license that Apache provides for 
> contributors that contribute to the ARIA project?
>
> When I was contributing to the OpenStack Tacker and Neutron projects, I was 
> able to request such a free license, hence the above question.
>
>
> Vish