FINALLY.......!!
I finally got my script running using Gtk2... I was on vacation last week so I hadn't looked at any of
this since a little over a week ago and maybe my PC needed a vacation too, cause now its working ha...
In my previous post I posted code for a script that installs the necessary Modules needed for Gtk2.
The problem I was having was that the Dependency packages needed would fail every single time I would
try installing them. So today I deleted EVERYTHING perl related from my PC and uninstalled "Strawberry"
Perl,
(*which is what I'm using now)...
After uninstalling Perl
(*5.12 I think) and then reinstalling the most recent Strawberry Perl
version
(*5.18)I began installing the necessary Modules one by one using CPAN up until I hit
this
ExtUtils::MakeMaker Module, which refused to install nicely... So I tried using "force install"
and was finally able to get that one installed.
After that Module in the list I had more issues installing the other modules using cpan, so I decided to try
ppm which then installed the remaining Modules without any issues at all...
So now I'm going to try to use the
pp (*i.e. the Par::Packer) Utility/Module to package up the script
into an executable so I don't have to go through the same hell I went through to get this installed on my XP Virtual
Machine... Or if its easier
(*Not sure would have to try it out first) I'll try the CavaPackager program which
looks like it runs as a GUI, so maybe that's easier... Not sure yet though.
Any advice for which Perl "Packager" would be best or if there's anything I need to know before I give it a try?
Any thoughts would be greatly appreciated!
Thanks AGAIN,
Matt
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.