First time here? Check out the FAQ!

Arkady's profile - activity

2020-01-22 20:00:17 -0500 received badge Popular Question (source)
2020-01-22 20:00:17 -0500 received badge Notable Question (source)
2020-01-22 20:00:17 -0500 received badge Famous Question (source)
2019-03-06 22:18:50 -0500 marked best answer Using envvars in Project Properties → Python Path does not seem to work

Wing Pro 6.1.0-1 (rev 7089881dae36)

I have a couple of environment variables that I want to use as my custom Python Path. I chose Custom under Project Properties → Python Path and set its value to:

$FIRST_VAR:$SECOND_VAR

Each one of these variables has a colon-separated list of paths (all valid).  However, when I click Apply, I get an error message:

Some property warnings were encountered:
- PYTHONPATH entry 'path1:path2:path3' does not exist or cannot be found
- PYTHONPATH entry 'path4:path5' does not exist or cannot be found

What could be causing this and how do I fix it?

UPDATE:  This used to work in Wing Pro 5.x

2018-09-03 22:47:00 -0500 asked a question Using envvars in Project Properties → Python Path does not seem to work

Using envvars in Project Properties → Python Path does not seem to work Wing Pro 6.1.0-1 (rev 7089881dae36)I have a coup