Re: python for EE CAD program

2007-06-04 Thread chewie54
On Jun 4, 12:47 pm, Grant Edwards <[EMAIL PROTECTED]> wrote: > On 2007-06-04, Chris Mellon <[EMAIL PROTECTED]> wrote: > > > > >> Your opinions are noted, thank you, but I don't agree with > >> you. There are portions of the code that are under review for > >> patents and as such need to be protecte

Re: python for EE CAD program

2007-06-04 Thread Grant Edwards
On 2007-06-04, Chris Mellon <[EMAIL PROTECTED]> wrote: >> Your opinions are noted, thank you, but I don't agree with >> you. There are portions of the code that are under review for >> patents and as such need to be protected. > > For the record: This is not true. If you've already applied > for t

Re: python for EE CAD program

2007-06-04 Thread Chris Mellon
On 6/4/07, chewie54 <[EMAIL PROTECTED]> wrote: > On Jun 4, 10:58 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > > > Hello Diez, > > > > > I did look at PythonCad but the distribution and install methods for > > > Windows is not user freindly. Since the public domain software, I > > > don't th

Re: python for EE CAD program

2007-06-04 Thread chewie54
On Jun 4, 10:58 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > > Hello Diez, > > > I did look at PythonCad but the distribution and install methods for > > Windows is not user freindly. Since the public domain software, I > > don't think they protect the source code either. > > The subject of

Re: python for EE CAD program

2007-06-04 Thread Grant Edwards
On 2007-06-04, chewie54 <[EMAIL PROTECTED]> wrote: > 1) Can I use py2exe or pyinstaller to produce an executable >for Linux, Windows, and Mac? If not, is there a way it can be >done? > > 2) Is there any way to protect the source code, like obfuscation? > > 3) Memory footprint of applic

Re: python for EE CAD program

2007-06-04 Thread Diez B. Roggisch
> Hello Diez, > > I did look at PythonCad but the distribution and install methods for > Windows is not user freindly. Since the public domain software, I > don't think they protect the source code either. The subject of code obfuscation in python has been beaten to death quite a few times on th

Re: python for EE CAD program

2007-06-04 Thread chewie54
On Jun 4, 9:56 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > chewie54 wrote: > > Hi All, > > > I have read some posts on this subject but I haven't been able to make > > a decision whether to use Python or not. > > > I'm considering converting a Java CAD program to Python/C with > > wxWdigets

python for EE CAD program

2007-06-04 Thread chewie54
Hi All, I have read some posts on this subject but I haven't been able to make a decision whether to use Python or not. I'm considering converting a Java CAD program to Python/C with wxWdigets for the GUI. I don't have good answers for: 1) Can I use py2exe or pyinstaller to produce an executab

Re: python for EE CAD program

2007-06-04 Thread Diez B. Roggisch
chewie54 wrote: > Hi All, > > I have read some posts on this subject but I haven't been able to make > a decision whether to use Python or not. > > I'm considering converting a Java CAD program to Python/C with > wxWdigets for the GUI. > > I don't have good answers for: > > 1) Can I use py2ex

python for EE CAD program

2007-06-04 Thread chewie54
Hi All, I have read some posts on this subject but I haven't been able to make a decision whether to use Python or not. I'm considering converting a Java CAD program to Python/C with wxWdigets for the GUI. I don't have good answers for: 1) Can I use py2exe or pyinstaller to produce an executab