Need more than 1 value to unpack?

Started by
20 comments, last by Lactose 9 years, 9 months ago

That's because when you run it in Notepad++, you aren't passing any arguments.

Your script expects 3 arguments. When you run it from the command line, you are passing it three arguments.

When you run it from Notepad++, you haven't passed in any arguments. I don't currently have Notepad++ installed, but I'd guess under the "Run" filemenu there'd be an option to specific command-line arguments.

Advertisement


When you run it from Notepad++, you haven't passed in any arguments. I don't currently have Notepad++ installed, but I'd guess under the "Run" filemenu there'd be an option to specific command-line arguments.

I may be remembering incorrectly, but I believe Notepad++'s run option just makes you type in the arguments after the (filepath +) filename. Just like the command line.

Hello to all my stalkers.

This topic is closed to new replies.

Advertisement