Skip to content
  • Kenneth Moreland's avatar
    Directly call python when executing expander.py · 0581a83a
    Kenneth Moreland authored
    On Unix-based systems, you can directly execute a script and the system
    will automatically run it through its associated interpreter. However,
    on Windows this does not work. You just get an error about the script,
    which is just a text file, being an invalid executable.
    
    This was an issue when running pyexpander. Now, Python is called
    directly for pyexpander.
    0581a83a