nngogol / PySimpleGUIDocGen

Software for making documentation for PySimpleGUI
9 stars 2 forks source link

Crashes when clicking button to open call reference.md #58

Closed PySimpleGUI closed 4 years ago

PySimpleGUI commented 4 years ago
C:\Python\Anaconda3\python.exe C:/Python/PycharmProjects/GooeyGUI/readme_creator/run_me.py
PSG event> -open_call_ref-
Traceback (most recent call last):
  File "C:/Python/PycharmProjects/GooeyGUI/readme_creator/run_me.py", line 379, in <module>
    mini_GUI()
  File "C:/Python/PycharmProjects/GooeyGUI/readme_creator/run_me.py", line 365, in mini_GUI
    if event == '-open_call_ref-':    openfile(CALL_REFERENCE_OFILENAME)
  File "C:/Python/PycharmProjects/GooeyGUI/readme_creator/run_me.py", line 20, in openfile
    os.startfile(a_path)
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'output/call reference.md'

Process finished with exit code 1
nngogol commented 4 years ago

fixed