Message from discussion
python for EE CAD program
Path: g2news1.google.com!postnews.google.com!n4g2000hsb.googlegroups.com!not-for-mail
From: chewie54 <dfabrizi...@gmail.com>
Newsgroups: comp.lang.python
Subject: python for EE CAD program
Date: Mon, 04 Jun 2007 13:35:04 -0000
Organization: http://groups.google.com
Lines: 23
Message-ID: <1180964104.685598.21330@n4g2000hsb.googlegroups.com>
NNTP-Posting-Host: 70.91.54.41
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1180964105 32215 127.0.0.1 (4 Jun 2007 13:35:05 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Mon, 4 Jun 2007 13:35:05 +0000 (UTC)
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: n4g2000hsb.googlegroups.com; posting-host=70.91.54.41;
posting-account=D8Ey1g0AAABQRpVvRDBTYURB_ICsvGcD
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.