What else do I need to know?
Seems to be a problem with the website ... that I'll have to sort out later today.
In the meantime, download:
http://www.sisyphusion.tk/ppm/x64/Tk-520_x64.tar.gz
Place that file in some folder and, in the same folder place a file named Tk.ppd that contains:
<?xml version="1.0" encoding="UTF-8" ?>
<SOFTPKG NAME="Tk" VERSION="804,033,0,0">
<TITLE>Tk</TITLE>
<ABSTRACT>a graphical user interface toolkit for Perl</ABSTRACT>
<AUTHOR>Nick Ing-Simmons</AUTHOR>
<PROVIDE NAME="Tk" VERSION="804.033" />
<IMPLEMENTATION>
<OS NAME="MSWin32" />
<ARCHITECTURE NAME="MSWin32-x64-multi-thread-5.20" />
<CODEBASE HREF="Tk-520_x64.tar.gz" />
</IMPLEMENTATION>
</SOFTPKG>
(Beware the dreaded wrap-around if you copy'n'paste that code - safer to grab it by clicking on the 'download' link.)
Then 'cd' to that folder and run:
ppm install Tk.ppd --force
I think that should work as an interim method. It works for me.
If it doesn't, please let us know.
And I'll get the problem (which seems to be affecting all ppm packages) fixed as soon as I can.
Cheers,
Rob
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.