Commit 61497ca8 authored by panos's avatar panos

In process to create an executable program for the interface

parent 0251cd0d
'''
Created on 17 Jun 2014
@author: Panos
'''
from distutils.core import setup
import py2exe
setup(console=['C:\Eclipseworkspace\dreamgui\dream\dream\KnowledgeExtraction\PilotCases\CapacityStations\CapacityStationsInterface2.py'],
options={
"py2exe": {
"includes": ["decimal"]
}
}
)
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment