SimonBiggs / scriptedforms

Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
Apache License 2.0
508 stars 34 forks source link

Portable scriptedforms batch file not working #221

Closed olivercrask closed 6 years ago

olivercrask commented 6 years ago

Version: 0.9 & 0.8 Windows 7

Running the batch file gives the error 'Windows cannot find '-m'. Make sure you typed the name correctly, and then try again.'

Removing start from the beginning of the script seems to fix this issue.

SimonBiggs commented 6 years ago

That is very odd. Does the portable version for 0.7.1 work?

On Thu., 5 Apr. 2018, 6:15 pm Oli Crask, notifications@github.com wrote:

Version: 0.9 & 0.8 Windows 7

Running the batch file gives the error 'Windows cannot find '-m'. Make sure you typed the name correctly, and then try again.'

Removing start from the beginning of the script seems to fix this issue.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SimonBiggs/scriptedforms/issues/221, or mute the thread https://github.com/notifications/unsubscribe-auth/AGQVe7ywLO0ZW0KhrAE-ULN3_XmqmoWkks5tldJugaJpZM4TIB5p .

olivercrask commented 6 years ago

Fairly sure it did work in 0.7.1... I believe (may be wrong), that the 0.7.1 batch file doesn't have the start at the beginning?

SimonBiggs commented 6 years ago

Okay. I'm surprised the start makes the difference. I shall remove the start from the bat file for the next release.

Thanks :)

On Thu., 5 Apr. 2018, 6:20 pm Oli Crask, notifications@github.com wrote:

Fairly sure it did work in 0.7.1... I believe (may be wrong), that the 0.7.1 batch file doesn't have the start at the beginning?

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/SimonBiggs/scriptedforms/issues/221#issuecomment-378857016, or mute the thread https://github.com/notifications/unsubscribe-auth/AGQVezl1is2yLBWNS98igCu0_z_SsLCCks5tldOwgaJpZM4TIB5p .

SimonBiggs commented 6 years ago

Thanks for reporting this. I have deleted the portable version off of 0.8.0, and have fixed the version uploaded to 0.9.0.

Cheers