Closed furqanubm closed 5 years ago
Hi @furqanubm , after you edited the file you can install the package locally to create the binary exe file.
cd /pathToPbixrefresherFolder
pip install -e .
Read more at https://packaging.python.org/tutorials/installing-packages/
Or you can execute the edited .py file directly
python pbixrefresher/pbixrefresher.py sample.pbix
I have done some of the changes done as per the need like timeout and others but not reflecting into .exe file Below is the sample.
I just need to re-compile this exe, so the changes will reflect into exe file, could you please help me to do this
orig_stdout = sys.stdout f = open('out.txt', 'w') sys.stdout = f