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
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
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
Hi all,
Does anyone know of an example of wxPython source code that shows how
to put a python shell (interpreter) in a bottom window with a
graphical application in the top window?
Thanks,
--
http://mail.python.org/mailman/listinfo/python-list
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
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
On Jun 4, 4:36 pm, [EMAIL PROTECTED] wrote:
> On Jun 4, 9:57 am, chewie54 <[EMAIL PROTECTED]> wrote:
>
> > Hi all,
>
> > Does anyone know of an example of wxPython source code that shows how
> > to put a python shell (interpreter) in a bottom window with a
>
Hello,
What would be the best cross-platform GUI library to use for a vector
based CAD program ( something like Visio on Windows ) WxWidgets,
Tk, PyQt, Java Swing, Java SWT, I need the capibility to
draw and edit in a window that looks like a page of paper so WYSIWYG
is very important,
On Aug 17, 9:45 am, "Victor Bazarov" <[EMAIL PROTECTED]> wrote:
> chewie54 wrote:
> > What would be the best cross-platform GUI library to use for a vector
> > based CAD program ( something like Visio on Windows ) WxWidgets,
> > Tk, PyQt, Java Swing, Jav
On Aug 17, 12:08 pm, Jeremy Sanders wrote:
> chewie54 wrote:
> > What would be the best cross-platform GUI library to use for a vector
> > based CAD program ( something like Visio on Windows ) WxWidgets,
> > Tk, PyQt, Java Swing, Java SWT, I need the capibility to
On Aug 17, 9:27 am, chewie54 <[EMAIL PROTECTED]> wrote:
> Hello,
>
> What would be the best cross-platform GUI library to use for a vector
> based CAD program ( something like Visio on Windows ) WxWidgets,
> Tk, PyQt, Java Swing, Java SWT, I need the capibility to
On Aug 17, 12:07 pm, chewie54 <[EMAIL PROTECTED]> wrote:
> On Aug 17, 9:27 am, chewie54 <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > What would be the best cross-platform GUI library to use for a vector
> > based CAD program ( something like Visio on Windo
On Aug 20, 3:04 am, Mats <[EMAIL PROTECTED]> wrote:
> If you want to stay within Tcl/Tk you could take a look at my tkpath
> package:http://tclbitprint.sf.net/
> and
> shots:http://tclbitprint.sourceforge.net/tkpath/quartz/index.htmlhttp://tclbitprint.sourceforge.net/tkpath/gdiplus/index.htmlhttp:
Hi All,
Does anyone know what version of Python and wxPython comes with the
new Mac OS X Leopard?
Thanks
--
http://mail.python.org/mailman/listinfo/python-list
Hello All,
I want use java2python which requires PyAntlr.I can't seem to find
PyAntlr mentioned on the main website for Antlr.
Thanks,
--
http://mail.python.org/mailman/listinfo/python-list
Hi All,
Does anyone now of a good example to use as template for a C program
extension that needs to be built on the Mac OS X.
Thanks,
--
http://mail.python.org/mailman/listinfo/python-list
On Oct 27, 2:59 pm, MrJean1 <[EMAIL PROTECTED]> wrote:
> There is a C template in file Modules/xxmodule.c in Python 2.5, maybe
> earlier.
>
> /Jean Brouwers
>
> On Oct 27, 8:11 am, chewie54 <[EMAIL PROTECTED]> wrote:
>
> > Hi All,
>
> > Does anyone n
Hello,
Anyone using Leopard know which versions of Python and wxPython and
any other Python related modules are default with the new OS?
Thanks,
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
As an electronics engineer I use some very expensive EDA CAD tool
programs that are scriptable using Tcl. I was wondering why these
companies have choose to use Tcl instead of Python. Some of these
are:
Mentor Graphics ModelTech VHDL and Verilog simulator
Synopsys Design Compiler
On Oct 31, 3:06 am, Tim Roberts <[EMAIL PROTECTED]> wrote:
> chewie54 <[EMAIL PROTECTED]> wrote:
>
> >As an electronics engineer I use some very expensive EDA CAD tool
> >programs that are scriptable using Tcl. I was wondering why these
> >companies have
Is there an python example that shows how to include a python shell in
a wxPython application.
I have looked the wxPython demo but I was wondering if there are any
others that might be helpful in seeing how to connect the shell into
the app and allow scripting so that the shell knows all about th
Hi All,
Has anyone used eclipse to develop and debug c or c++ extensions for
python?
Is it possible to you PyDev and CDT with eclipes to get an integrated
environment in which I could debug both Python and C using the
debuggers in each plugin respectively?
If not, how do others develop and debu
Hi All,
When writing a python c extension for needs to be compiled for
Windows, Linux, and the Mac,
what cross-platform differences need to be accounted for? Are there
functions in the python api to deal with the differences? For
example, byte ordering, how is that controlled?
Thank
Hi All,
I'm evaluting IPython to see if I can it use like Tcl and Tk. If I
start wish8.4, I get a command line
interpreter in xterm, then I can source tcl progams that draw tk
graphics on a canvas in another window.
Is there a way to embed IPython in a wxPython app to do that?
When I do as
On Nov 18, 8:39 pm, chewie54 <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I'm evaluting IPython to see if I can it use like Tcl and Tk. If I
> start wish8.4, I get a command line
> interpreter in xterm, then I can source tcl progams that draw tk
> graphics on a can
On Nov 19, 1:07 pm, "Chris Mellon" <[EMAIL PROTECTED]> wrote:
> On Nov 19, 2007 11:51 AM, chewie54 <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > On Nov 18, 8:39 pm, chewie54 <[EMAIL PROTECTED]> wrote:
> > > Hi All,
>
> > &g
On Nov 19, 1:44 pm, "Chris Mellon" <[EMAIL PROTECTED]> wrote:
> On Nov 19, 2007 12:21 PM, chewie54 <[EMAIL PROTECTED]> wrote:
>
>
>
> > On Nov 19, 1:07 pm, "Chris Mellon" <[EMAIL PROTECTED]> wrote:
>
> > > On Nov 19, 2007 11:51
> I have been evaluating the python environment ever more closer. I
> believe I can interface python with a development environment known as
> the ImpulseC environment. The ImpulseC environment develops C to VHDL
> for FPGA development. I would especially love to interface Python
> with Impul
> Dan,
>
> I would be honored to start a project such as that in mind. How do we
> begin ??
>
> David Blubaugh
>
>
> Why not use MyHDL which is written in Python and translates to Verilog.
> I assume ImpulseC is a commercial product and costs a log. MyHDL is
> free.
> If you have any interest
29 matches
Mail list logo