File: README.txt

package info (click to toggle)
python-envisageplugins 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,616 kB
  • ctags: 1,970
  • sloc: python: 7,047; makefile: 11; sh: 11; lisp: 1
file content (19 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
To build the AcmeLab example:-

    cd .../src/acme.acmelab
    python setup.py sdist --dist-dir ../../dist/eggs

    cd .../src/acme.workbench
    python setup.py bdist_egg --dist-dir ../../dist/eggs

    cd ../../dist/eggs
    unzip the acmelab zip file
    add a '.egg' extension to each unzipped folder

Surely there must be a better way to do this? I'm not an egg expert!

To run the example:-

     cd .../enthought.envisage.ui.workbench_3.0/examples/AcmeLab/dist
     python run.py