Bruno Thomsen

Show:

What's happening?

  • Comment: ythonCard and py2exe bug

    Your compiled application is lacking the resource fil (minimal.rsrc.py). This can be fixed in 2 ways: 1. Include resource file inside minimal.py rsrc = "minimal.rsrc.py data" and change: app = model.Application(Minimal) to: app = model.Application(Minimal, None, rsrc) 2. Copy minimal.rsrc.py to the compile output folder (.\dist\) Can be done by adding it to the setup.py (used to setup...

    2009-04-20 21:46:54 UTC in PythonCard

  • Initial 0.1-1 Alpha Released

    This is the first public release of EE Tool. If you want to try a demo of EE Tool, go to the project homepage. http://eetool.sourceforge.net/demo/.

    2004-05-09 08:54:33 UTC in Electronic Engineering Tool

About Me

  • 2001-04-23 (9 years ago)
  • 202865
  • baxeno (My Site)
  • Bruno Thomsen

Send me a message