in reply to Perl5.26 installing Tk module manually
The install doc recommends reading README-ActiveState.txt, you don't say if you've done this. It has been a long time since I had to install this with AS perl, though Strawberry worked for me without issue.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl5.26 installing Tk module manually
by vinoth.ree (Monsignor) on May 10, 2021 at 16:54 UTC | |
I have installed the Perl 5.28 which incudes Tk modules as builtin module from below URL. https://platform.activestate.com/vinothree/ActivePerl-5.28/distributions When I start using the Tk module with perl 5.28 I get below error, Here is the perl version:
All is well. I learn by answering your questions... | [reply] [d/l] [select] |
by marto (Cardinal) on May 11, 2021 at 09:05 UTC | |
Looks like either you're picking something up from another/old installation (check PERL5LIB and PERL_LOCAL_LIB_ROOT) or they made a mistake when building this perl for you. Nobody else can access that URL, you could consider contacting AS support, since you're using their services. | [reply] [d/l] [select] |
by Marshall (Canon) on May 10, 2021 at 23:56 UTC | |
"Please note, the Platform is in Beta. So if you have any issues with a custom runtime or can’t find a package, let us know and we can take a look!
Happy coding,
If there are issues, I would take AS up on that offer! Update: There is some version level where AS said that installing a later version over a previous version was "safe". I don't remember when that was. I would uninstall any AS Perl versions. Then install v5.28 anew and see how that works? | [reply] |