Message from discussion
python for EE CAD program
Path: g2news1.google.com!postnews.google.com!p77g2000hsh.googlegroups.com!not-for-mail
From: chewie54 <dfabrizi...@gmail.com>
Newsgroups: comp.lang.python
Subject: Re: python for EE CAD program
Date: Mon, 04 Jun 2007 14:25:12 -0000
Organization: http://groups.google.com
Lines: 38
Message-ID: <1180967112.693545.64270@p77g2000hsh.googlegroups.com>
References: <1180964104.685598.21330@n4g2000hsb.googlegroups.com>
<5cik0mF30e4avU1@mid.uni-berlin.de>
NNTP-Posting-Host: 70.91.54.41
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Trace: posting.google.com 1180967112 12703 127.0.0.1 (4 Jun 2007 14:25:12 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 4 Jun 2007 14:25:12 +0000 (UTC)
In-Reply-To: <5cik0mF30e4avU1@mid.uni-berlin.de>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.12) Gecko/20070508 Firefox/1.5.0.12,gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: p77g2000hsh.googlegroups.com; posting-host=70.91.54.41;
posting-account=D8Ey1g0AAABQRpVvRDBTYURB_ICsvGcD
On Jun 4, 9:56 am, "Diez B. Roggisch" <d...@nospam.web.de> 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 for the GUI.
>
> > I don't have good answers for:
>
> > 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 application seems large for python demo. Is
> > this typical for large python applications?
>
> > I guess the best thing to do is convert a little portion of the Java
> > program and see how it works out with respect to the concerns above.
>
> > Suggestions and comments appreciated.
>
> Look at python-cad, that might give you an idea how such a thing is to be
> accomplished using python.
>
> Diez
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.