python - Converting a script which calls another into one .exe application -
i trying convert python scripts executable.
i have 2 .py files. first produces gui (using pyqt4) choose csv file , select settings. calls .py script though execfile
produces plot using matplotlib.
i have used py2exe convert first file executable. have problem second file not included in executable. can give me advice on how correctly?
if has advice on way (rather gui python file calling other file) please let me know. may not correct way it. i'm still novice @ this!
instead of using execfile
import second file. if it's list of instruction put function first.
from your_second_script import your_function
Comments
Post a Comment