Home
TeamCity Support | JetBrains
Contact Support
Community
Sign in
Tobias Sippl
Total activity
10
Last activity
June 18, 2024 09:51
Member since
May 13, 2024 14:03
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (6)
Sort by recent activity
Recent activity
Votes
Edited
June 18, 2024 09:51
Also setting the following parameters either via env. param or as regular system environment variable has the same effect as reconfiguring stdout/stdin (so our issue is solved):param("env.PYTHONIOE...
Community
TeamCity General Topics
cp1252 encoding when running python via Teamcity
0 votes
Created
June 18, 2024 09:46
Hi Anton, yes it works when reconfiguring stdin/stdout. Unfortunately that means that we would have to modify potentially many scripts but it's definitely better than not having a working solution :)
Community
TeamCity General Topics
cp1252 encoding when running python via Teamcity
0 votes
Created
June 18, 2024 08:30
Quick update: While python no longer raises exceptions and sys.stdout.encoding is now set to utf-8, the teamcity logs now show ? instead of non-ascii characters. I've tried solutions that you can f...
Community
TeamCity General Topics
cp1252 encoding when running python via Teamcity
0 votes
Created
June 18, 2024 06:27
Hey Anton, I appreciate the response, though the approach using reconfigure is suboptimal (not supported in all python versions, having to modify the scripts themselves).I found a way to deal with ...
Community
TeamCity General Topics
cp1252 encoding when running python via Teamcity
0 votes
Created
May 15, 2024 12:34
Alright, thank you for confirming.
Community
TeamCity General Topics
Removing/Disabling the "Python run in Venv" block
0 votes
Created
May 15, 2024 06:55
Yes that is correct.When running a Python build step in an environment (venv in this case), it appears that TC will automatically generate a block with the name “Python run in Venv”:As a slight imp...
Community
TeamCity General Topics
Removing/Disabling the "Python run in Venv" block
0 votes