Changeset 1074

Show
Ignore:
Timestamp:
10/29/08 09:29:11 (2 months ago)
Author:
bhimebau
Message:

initial commit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • analog/pyeac/branches/pyeac_traitsui/src/application.py

    r424 r1074  
    99#! 
    1010#! The MPLFigureEditor is imported from last example. 
     11 
     12 
     13import wxversion 
     14wxversion.select('2.8') 
     15 
     16import wx 
    1117 
    1218from threading import Thread 
     
    1925from matplotlib.figure import Figure 
    2026from scipy import * 
    21 import wx 
    2227 
    2328# Here is a difference with the repos