Archive for April, 2009

[python] qconsole GUI test

April 24, 2009

Under QPyConsole

PyQt ok

———————————–

wxPython OK!


———————————–

Tkinter Fail?

———————————–

[python] script to executables

April 15, 2009

Python from cx_Freeze

cx_Freeze is a set of scripts and modules for freezing Python scripts into executables

How can I compile Tcl type scripts into binary code

Tools available for this type of requirement

  • Freewrap – read in scripts and write out single executable.
  • TclPro/Tcl Dev Kit – commercial product which includes a wrapper.
  • GE ICE Tcl compiler – commercial product
  • Tclkit – attempt to separate the runtime environment from the application environment; results in two files to distribute. One is platform specific but application neutral. The other is platform independent, but application specific.
  • Mktclapp [1] – a different kind of approach; provides tools for creating your own C or C++ mainline which then invokes tcl functions.
  • Kt2c [2] – translates Tcl bytecodes into C. * Note on June 08, 2004: TPHNRAF
  • TOBE (“Tcl as One Big Executable”) [3] – builds UNIX and Windows binaries
  • TclWrap
  • Geek Oct. 2006

[EDA] run IC610

April 8, 2009

Modify ./X11/xorg.conf

Section “Extensions”

Option “Composite” “Disable”

EndSection

setenv LD_LIBRARY_PATH /home/alex/tools/610/tools.lnx86/lib/64bit:/home/alex/tools/oa_v/lib/linux_rhel30_64/opt:/home/alex/tools/610/tools.lnx86/QT/lib/64bit:/home/alex/tools/610/tools.lnx86/lib:/home/alex/tools/oa_v/lib/linux_rhel30_32/opt:/home/alex/tools/610/tools.lnx86/QT/lib
setenv PATH /home/alex/tools/610/tools/dfII/bin/64bit:/home/alex/tools/610/tools.lnx86/bin/64bit:/home/alex/tools/610/tools.lnx86/bin:$PATH
setenv LM_LICENSE_FILE /home/alex/tools/ic610.lic
/home/alex/tools/610/tools/dfII/bin/64bit/layout.exe

Cadence virtuoso Bindkey

Try to find .cdsinit

Copy it to your home