First time here? Check out the FAQ!

wpCurious's profile - activity

2025-03-17 14:43:26 -0500 received badge Popular Question (source)
2025-03-11 08:15:51 -0500 received badge Enthusiast
2025-03-10 20:00:48 -0500 asked a question Avoiding inconsistent indenting errors, when pasting in code.

Avoiding inconsistent indenting errors, when pasting in code. Is there any kind of Smart Copy available? When I paste

2025-03-09 20:36:11 -0500 marked best answer How to specify a runtime parameter during debugging

Hi,

I've gone through the docs, and they seem to indicate that on the Project or Module level, in order to specify runtime arguments that override the default, we have to create a Named Entry Point or just use the Project Settings and specify the module to execute followed by the command line arguments.

My main module is called main.py. The command line parameter I want to use is d:\Projects.

So for example in "Use Project Settings and the Following Run Args", I specified

main.py d:\software,

But when running the app, there's an error

"C:\Program Files\Python313\python.exe: No module named d:\software"

It looks like anything I include as Run Args, are interpreted as modules. There doesn't seem to be a simple dialog box that assumes the project already knows the starting module, and just needs the command line arguments to be sent to the app.

I've tried several different approaches from the documentation, but none of them recognize my parameters as parameters to be input to the calling module.

I tried Youtube, and all it does is show videos about Python command line parameters, not Wing Pro.

2025-03-08 17:26:44 -0500 commented question How to specify a runtime parameter during debugging

Yes, "python main.py 1 2" is how I prefer, thanks. Please close the ticket.

2025-03-08 13:43:33 -0500 asked a question How to specify a runtime parameter during debugging

How to specify a runtime parameter during debugging Hi, I've gone through the docs, and they seem to indicate that on t

2021-09-27 12:57:06 -0500 received badge Famous Question (source)
2021-05-18 07:21:43 -0500 marked best answer What does debug process is busy mean?

Hi,

After running some code in the Python debugger

(https://www.openbookproject.net/py4fun/prolog/prolog1.py)

, and typing a statement at the >>> prompt:

 a = prolog.Term("mother(alice,bill)")

Wing won't continue, and returns an error:

 Cannot execute: debug process is busy

Note that the prolog1.py code was written for version 2, so some changes had to be made, like using parenthesses with print. So the current code module is not exactly the same as the one above.

2021-05-18 07:21:02 -0500 received badge Notable Question (source)
2021-04-16 15:43:38 -0500 received badge Popular Question (source)
2021-04-06 09:27:30 -0500 received badge Rapid Responder ( source )
2021-04-06 09:27:30 -0500 answered a question What does debug process is busy mean?

I think I need to play with this a bit, and trace through the procfile routine. It's possible that I'm misunderstanding

2021-04-06 09:22:17 -0500 commented answer What does debug process is busy mean?

Thanks, I gave it a try. But since the class hasn't been constructed yet when I try to generate an instance of it with

2021-04-05 20:56:45 -0500 asked a question What does debug process is busy mean?

what does debug process is busy mean? Hi, After running some code in the Python debugger (https://www.openbookproject.

2020-04-17 12:51:46 -0500 received badge Popular Question (source)
2020-04-15 09:26:52 -0500 received badge Notable Question (source)
2020-04-09 07:30:02 -0500 received badge Popular Question (source)
2020-04-06 08:57:42 -0500 marked best answer How to turn off 'smart indenting' in a doc string?

Hi,

I tried changing the Tab Key Action, and Smart Tab End, but it has no effect.

Inside a doc string, when I tab after the :param par_01_s:, in order to input a comment, the tab just stops. It won't tab any further, it just stops. In some cases, when the comment already exists, a Tab action results in bringing the entire line to the left margin.

So I can't line up the comments for all of the variables, in the same column.

How do you shut this off? I want to control the placement of the comments, without assistance from the IDE.

2020-04-06 08:56:49 -0500 marked best answer How to perform a general syntax check, without executing the project?

Hi,

How do I check the syntax for a module or the entire project, without executing the main module?

2020-04-06 08:55:03 -0500 commented answer How to perform a general syntax check, without executing the project?

Yes, I see the code warnings. Perfect, thanks.

2020-04-06 08:52:58 -0500 commented answer How to turn off 'smart indenting' in a doc string?

Will do, thanks.

2020-04-05 15:48:34 -0500 asked a question How to perform a general syntax check, without executing the project?

How to perform a general syntax check, without executing the project? Hi, How do I check the syntax for a module or the

2020-04-05 15:46:34 -0500 asked a question How to turn off 'smart indenting' in a doc string?

How to turn off 'smart indenting' in a doc string? Hi, I tried changing the Tab Key Action, and Smart Tab End, but it h

2020-03-25 09:29:15 -0500 marked best answer Is there a way to copy and paste color-coded source?

Hi,

If I'm sending an email with Python source from a Wing project ; or copying and pasting some of the code into Documentation - is there a way to paste the syntax highlighting & coloring?

In other words, if I copy and paste code from the IDE now, it will past as text. I'd like to paste it the way it appears, in the Wing IDE.

Is that possible?

2020-03-25 09:29:11 -0500 received badge Popular Question (source)
2020-03-25 09:29:00 -0500 marked best answer How to automatically generate function comments

Hi,

Is there a way to highlight a function header, like

def Print_This_and_That( Dis, Dat ):

, and automatically generate a basic function description with triple quotes, including the parameters?

2020-03-23 19:10:45 -0500 commented answer How to automatically generate function comments

Ok, thanks.

2020-03-23 19:09:36 -0500 commented answer Is there a way to copy and paste color-coded source?

Ok. Image Capture, it is. Tangentially related, there's a Sql Formatter called SqlInForm. It has an option to format,

2020-03-23 10:23:51 -0500 asked a question How to automatically generate function comments

How to automatically generate function comments Hi, Is there a way to highlight a function header, like def Print_This

2020-03-20 20:36:47 -0500 received badge Notable Question (source)
2020-03-20 09:28:03 -0500 marked best answer Can Wing Pro be configured to support Coconut?

Coconut is a functional programming language that compiles to Python. It's fully compatible with Python ; meaning that Python code is also Coconut code.

2020-03-19 14:58:28 -0500 commented answer Can Wing Pro be configured to support Coconut?

Ah, ok. Thanks.

2020-03-19 10:04:41 -0500 received badge Popular Question (source)
2020-03-18 19:23:45 -0500 received badge Student (source)
2020-03-18 19:23:34 -0500 asked a question Can Wing Pro be configured to support Coconut?

Can Wing Pro be configured to support Coconut? Coconut is a functional programming language that compiles to Python. It'