Search found 6 matches

by suppotMP
Thu Jul 02, 2020 9:01 pm
Forum: Windows
Topic: Error Export2 filename with "ñ" or "`" although UTF-8 encoding
Replies: 4
Views: 78

Re: Error Export2 filename with "ñ" or "`" although UTF-8 encoding

Thank you Steve!
I'm very pleased with Audacity and that forum!! ;)
The mod-scrip is the way and provide us to be competitive.
So thank you at all for everything
by suppotMP
Thu Jul 02, 2020 8:18 pm
Forum: Windows
Topic: Error Export2 filename with "ñ" or "`" although UTF-8 encoding
Replies: 4
Views: 78

Re: Error Export2 filename with "ñ" or "`" although UTF-8 encoding

Hi Steve! Seems it work!!!! The post you recomended gave me some ideas. First, to test the characters, convert to bytes the string (with python 3.8): my_string = "mañana" my_string_in_bytes = str.encode(my_string) print(my_string_in_bytes) >> ma\xc3\xb1ana // this is only to see what to replace Now ...
by suppotMP
Thu Jul 02, 2020 5:58 pm
Forum: Windows
Topic: Error Export2 filename with "ñ" or "`" although UTF-8 encoding
Replies: 4
Views: 78

Error Export2 filename with "ñ" or "`" although UTF-8 encoding

Hi! I have a weird issue on windows 10 and Audacity 2.3.2 and 2.4.1 for MAC Catalina . Using pipeclient.py, Export2 filename string with "ñ" (n with tilde over it) or accents, BatchCommand finished but Failed. Before says Command sequence was not recognized. On top is # -*- coding: utf-8 -*- And the...
by suppotMP
Fri Jun 19, 2020 7:12 am
Forum: macOS
Topic: Can't Enable mod-script-pipe
Replies: 4
Views: 60

Re: Can't Enable mod-script-pipe

Hi Steve!
Enabling mod-script-pipe works fine on Audacity v2.4.1.
Thank you very much!!
by suppotMP
Tue Jun 16, 2020 2:34 pm
Forum: macOS
Topic: Can't Enable mod-script-pipe
Replies: 4
Views: 60

Re: Can't Enable mod-script-pipe

Hi Steve,
I'm using Audacity 2.4.0
Thank you
by suppotMP
Sun Jun 14, 2020 1:21 pm
Forum: macOS
Topic: Can't Enable mod-script-pipe
Replies: 4
Views: 60

Can't Enable mod-script-pipe

Hi there! I'm trying to Enable mod-script-pipe in Mac (Catalina) with the Audacity last version. Going to Modules, Enable mod-script-pipe , save and Restart Audacity. But when launch again Audacity first show an error: Non properly module. Is not posible to load the module "mod-script-pipe. Error no...