Re: MyHDL project !!!!!

2008-02-01 Thread chewie54
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 interests in

Re: Will Python on day replace MATLAB?????????????????????????????????????????????????????

2008-01-31 Thread chewie54
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 ImpulseC

Re: embed ipython in wxPython app

2007-11-19 Thread chewie54
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 canvas in another window. Is there a way

Re: embed ipython in wxPython app

2007-11-19 Thread chewie54
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, I'm evaluting IPython to see if I can it use like Tcl and Tk. If I start wish8.4, I get

Re: embed ipython in wxPython app

2007-11-19 Thread chewie54
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 AM, chewie54 [EMAIL PROTECTED] wrote: On Nov 18, 8:39 pm, chewie54 [EMAIL PROTECTED

embed ipython in wxPython app

2007-11-18 Thread chewie54
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

eclipse for developing and debugging python C or C++ extensions

2007-11-13 Thread chewie54
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

cross-platform c questions

2007-11-13 Thread chewie54
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?

source example including the python shell in a wxPython application

2007-11-01 Thread chewie54
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

Re: why did these companies choose Tcl over Python

2007-10-31 Thread chewie54
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 choose to use Tcl instead of Python. Some

why did these companies choose Tcl over Python

2007-10-30 Thread chewie54
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

what version python and wxPython comes with Mac OS X Leopard

2007-10-29 Thread chewie54
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

good example of C extension for Mac OS X

2007-10-27 Thread chewie54
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

Re: good example of C extension for Mac OS X

2007-10-27 Thread chewie54
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 now of a good example to use as template for a C program

does PyAntlr come with Antlr download

2007-10-23 Thread chewie54
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

what version python and wxPython comes with Mac OS X Leopard

2007-10-20 Thread chewie54
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

Re: best GUI library for vector drawing program

2007-08-20 Thread chewie54
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

best GUI library for vector drawing program

2007-08-17 Thread chewie54
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

Re: best GUI library for vector drawing program

2007-08-17 Thread chewie54
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, Java SWT, I need the capibility to draw

Re: best GUI library for vector drawing program

2007-08-17 Thread chewie54
On Aug 17, 12:08 pm, Jeremy Sanders jeremy [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, Java SWT, I need the capibility

Re: best GUI library for vector drawing program

2007-08-17 Thread chewie54
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 draw and edit in a window

Re: best GUI library for vector drawing program

2007-08-17 Thread chewie54
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 Windows ) WxWidgets, Tk, PyQt, Java Swing, Java SWT

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

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

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 for the GUI

wxPython splitwindow with interpreter on bottom

2007-06-04 Thread chewie54
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

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 code

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 protected. For the

Re: wxPython splitwindow with interpreter on bottom

2007-06-04 Thread chewie54
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 graphical application in the top window? Thanks