Message from discussion
python for EE CAD program
Path: g2news1.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!213.200.89.82.MISMATCH!tiscali!newsfeed1.ip.tiscali.net!news.cid.net!fu-berlin.de!uni-berlin.de!not-for-mail
From: "Diez B. Roggisch" <de...@nospam.web.de>
Newsgroups: comp.lang.python
Subject: Re: python for EE CAD program
Date: Mon, 04 Jun 2007 15:56:38 +0200
Lines: 29
Message-ID: <5cik0mF30e4avU1@mid.uni-berlin.de>
References: <1180964104.685598.21330@n4g2000hsb.googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7Bit
X-Trace: news.uni-berlin.de Fi8zruHjJ39yR3yKoyUGIwM9MtPpfL0uHa5HOlp8s6HA==
User-Agent: KNode/0.10.4
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