Ok MrC…here I am again!
I've installed everything following every instruction and after having unistalled ActivePerl.
No errors at all…
And when I try to run TestFile via pscriptor, after having selected some m4a audio files in MC, I get this:
Can't locate Text/CSV.pm in @INC (@INC contains: /Library/Perl/5.16/darwin-thread-multi-2level /Library/Perl/5.16 /Network/Library/Perl/5.16/darwin-thread-multi-2level /Network/Library/Perl/5.16 /Library/Perl/Updates/5.16.2 /System/Library/Perl/5.16/darwin-thread-multi-2level /System/Library/Perl/5.16 /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level /System/Library/Perl/Extras/5.16 .) at desktop/pscriptor.pl line 19.
BEGIN failed--compilation aborted at desktop/pscriptor.pl line 19 (#1)
(F) You said to do (or require, or use) a file that couldn't be found.
Perl looks for the file in all the locations mentioned in @INC, unless
the file name included the full path to the file. Perhaps you need
to set the PERL5LIB or PERL5OPT environment variable to say where the
extra library is, or maybe the script needs to add the library name
to @INC. Or maybe you just misspelled the name of the file. See
"require" in perlfunc and lib.
Uncaught exception from user code:
Can't locate Text/CSV.pm in @INC (@INC contains: /Library/Perl/5.16/darwin-thread-multi-2level /Library/Perl/5.16 /Network/Library/Perl/5.16/darwin-thread-multi-2level /Network/Library/Perl/5.16 /Library/Perl/Updates/5.16.2 /System/Library/Perl/5.16/darwin-thread-multi-2level /System/Library/Perl/5.16 /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level /System/Library/Perl/Extras/5.16 .) at desktop/pscriptor.pl line 19.
BEGIN failed--compilation aborted at desktop/pscriptor.pl line 19.
Then I tried to do this:
port list | grep p5.16 | grep -i Text-CSV
Followed by this:
sudo port install p5.16-text-csv
And I got this:
---> Computing dependencies for p5.16-text-csv
---> Dependencies to be installed: perl5.16 gdbm gettext expat libiconv ncurses
---> Fetching archive for expat
---> Attempting to fetch expat-2.1.0_0.darwin_13.x86_64.tbz2 from
http://nue.de.packages.macports.org/macports/packages/expat---> Attempting to fetch expat-2.1.0_0.darwin_13.x86_64.tbz2.rmd160 from
http://nue.de.packages.macports.org/macports/packages/expat---> Installing expat @2.1.0_0
---> Activating expat @2.1.0_0
---> Cleaning expat
---> Fetching archive for libiconv
---> Attempting to fetch libiconv-1.14_0.darwin_13.x86_64.tbz2 from
http://nue.de.packages.macports.org/macports/packages/libiconv---> Attempting to fetch libiconv-1.14_0.darwin_13.x86_64.tbz2.rmd160 from
http://nue.de.packages.macports.org/macports/packages/libiconv---> Installing libiconv @1.14_0
---> Activating libiconv @1.14_0
---> Cleaning libiconv
---> Fetching archive for ncurses
---> Attempting to fetch ncurses-5.9_2.darwin_13.x86_64.tbz2 from
http://nue.de.packages.macports.org/macports/packages/ncurses---> Attempting to fetch ncurses-5.9_2.darwin_13.x86_64.tbz2.rmd160 from
http://nue.de.packages.macports.org/macports/packages/ncurses---> Installing ncurses @5.9_2
---> Activating ncurses @5.9_2
---> Cleaning ncurses
---> Fetching archive for gettext
---> Attempting to fetch gettext-0.18.3.2_0.darwin_13.x86_64.tbz2 from
http://nue.de.packages.macports.org/macports/packages/gettext---> Attempting to fetch gettext-0.18.3.2_0.darwin_13.x86_64.tbz2.rmd160 from
http://nue.de.packages.macports.org/macports/packages/gettext---> Installing gettext @0.18.3.2_0
---> Activating gettext @0.18.3.2_0
---> Cleaning gettext
---> Fetching archive for gdbm
---> Attempting to fetch gdbm-1.11_0.darwin_13.x86_64.tbz2 from
http://nue.de.packages.macports.org/macports/packages/gdbm---> Attempting to fetch gdbm-1.11_0.darwin_13.x86_64.tbz2.rmd160 from
http://nue.de.packages.macports.org/macports/packages/gdbm---> Installing gdbm @1.11_0
---> Activating gdbm @1.11_0
---> Cleaning gdbm
---> Fetching archive for perl5.16
---> Attempting to fetch perl5.16-5.16.3_0.darwin_13.x86_64.tbz2 from
http://nue.de.packages.macports.org/macports/packages/perl5.16---> Attempting to fetch perl5.16-5.16.3_0.darwin_13.x86_64.tbz2.rmd160 from
http://nue.de.packages.macports.org/macports/packages/perl5.16---> Installing perl5.16 @5.16.3_0
---> Activating perl5.16 @5.16.3_0
---> Cleaning perl5.16
---> Fetching archive for p5.16-text-csv
---> Attempting to fetch p5.16-text-csv-1.210.0_3.darwin_13.noarch.tbz2 from
http://nue.de.packages.macports.org/macports/packages/p5.16-text-csv---> Attempting to fetch p5.16-text-csv-1.210.0_3.darwin_13.noarch.tbz2.rmd160 from
http://nue.de.packages.macports.org/macports/packages/p5.16-text-csv---> Installing p5.16-text-csv @1.210.0_3
---> Activating p5.16-text-csv @1.210.0_3
---> Cleaning p5.16-text-csv
---> Updating database of binaries: 100.0%
---> Scanning binaries for linking errors: 100.0%
---> No broken files found.
Then I rerun TestFile via pscriptor and got this:
Can't locate Text/CSV.pm in @INC (@INC contains: /Library/Perl/5.16/darwin-thread-multi-2level /Library/Perl/5.16 /Network/Library/Perl/5.16/darwin-thread-multi-2level /Network/Library/Perl/5.16 /Library/Perl/Updates/5.16.2 /System/Library/Perl/5.16/darwin-thread-multi-2level /System/Library/Perl/5.16 /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level /System/Library/Perl/Extras/5.16 .) at desktop/pscriptor.pl line 19.
BEGIN failed--compilation aborted at desktop/pscriptor.pl line 19 (#1)
(F) You said to do (or require, or use) a file that couldn't be found.
Perl looks for the file in all the locations mentioned in @INC, unless
the file name included the full path to the file. Perhaps you need
to set the PERL5LIB or PERL5OPT environment variable to say where the
extra library is, or maybe the script needs to add the library name
to @INC. Or maybe you just misspelled the name of the file. See
"require" in perlfunc and lib.
Uncaught exception from user code:
Can't locate Text/CSV.pm in @INC (@INC contains: /Library/Perl/5.16/darwin-thread-multi-2level /Library/Perl/5.16 /Network/Library/Perl/5.16/darwin-thread-multi-2level /Network/Library/Perl/5.16 /Library/Perl/Updates/5.16.2 /System/Library/Perl/5.16/darwin-thread-multi-2level /System/Library/Perl/5.16 /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level /System/Library/Perl/Extras/5.16 .) at desktop/pscriptor.pl line 19.
BEGIN failed--compilation aborted at desktop/pscriptor.pl line 19.
Any new suggestions?