Page 1 of 1

[SOLVED] PyScripter: I no longer have a build-upload -i option available

Published: October 2, 2024 - 1:24 PM
by jlatieule
Hello,


For several months now, the "build-updload -i" command has no longer been available in "Run Configurations".
I've been working around this issue by using the command directly in a shell, but I'd like to restore this functionality.

How can I re-enable it? Ideally, on all three machines that have the ability to compile packages

. Regards

Re: PyScripter: I no longer have the `build-upload -i` option available

Published: October 2, 2024 - 2:52 PM
by dcardon
Hi Joël,

the option was removed from PyScripter because it generated a lot of support calls due to the difference in user context between the elevated privileges used to launch PyScripter and the user's standard context (where the console is configured).

The recommended method now is to drag and drop the folder onto the console, or to activate the package development tab in the console and click the package upload button.

If you want to re-enable it, you can modify the file C:\Program Files (x86)\wapt\templates\wapt.psproj to add the build-upload option. However, it will be overwritten with the next update. We'll see if we can add this as a parameter to allow for customization.

Best regards,

Denis

Re: PyScripter: I no longer have the `build-upload -i` option available

Published: October 2, 2024 - 3:17 PM
by jlatieule
:shock: :shock: :shock:

I just tested drag-and-drop and it works!
I never imagined it was possible... congratulations on this feature.

Same for the "package development" tab, it's just amazing! As far

as I'm concerned, the request for PyScripter customization is no longer relevant.

Re: PyScripter: I no longer have the `build-upload -i` option available

Published: October 3, 2024 - 9:49 AM
by dcardon
Hello Joël,

thank you for the feedback :-)

. Best regards,

Denis