Ask a Question related to PERL Miscellaneous, Design and Development.

  1. #1

    Default wxPerl


    I would like to install wxPerl on win2k and wander if someone
    successfully uses that combination. Step by step RTFMs are greatly
    appreciated. :)

    TIA
    Matija Papec Guest

  2. Similar Questions and Discussions

    1. [ANNOUNCE] wxPerl 0.26
      A new version of wxPerl, the Perl bindings to wxWidgets, is out! wxWidgets is a free and cross platform (Windows/Motif/GTK/Mac) C++ GUI toolkit...
    2. [ANNOUNCE] wxPerl 0.23
      A new version of wxPerl, the Perl bindings to wxWidgets, is out! wxWidgets is a free and cross platform (Windows/Motif/GTK/Mac) C++ GUI toolkit...
    3. GUI-programming: What to use, wxperl or qtperl?
      Hello, I think of adding a GUI to the perl program I wrote recently (under linux). What is an easy way to go/what is fast to learn? I see 2...
    4. [ANNOUNCE] wxPerl 0.16
      A new version of wxPerl, the Perl bindings to wxWindows, is out! wxWindows is a free and cross platform (Windows/Motif/GTK/Mac) C++ GUI toolkit...
  3. #2

    Default Re: wxPerl

    On Thu, 11 Sep 2003 09:14:20 +0200, Matija Papec <mpapec@yahoo.com>
    wrote:
    >
    >I would like to install wxPerl on win2k and wander if someone
    >successfully uses that combination. Step by step RTFMs are greatly
    >appreciated. :)
    Get and install Perl for your Windows machine.
    Activestate has a good distribution at (long URL may wrap):

    [url]http://activestate.com/Products/Download/Download.plex?id=ActivePerl[/url]

    WxPerl is not available from Activestate yet, as is appropriate
    for version 0.16, but can be downloaded from (long URL may wrap):

    [url]http://prdownloads.sourceforge.net/wxperl/Wx-0.16-wxmsw2.4.2-win32-5.8.0.zip[/url]

    Unzip and install as explained in the README file, i.e.

    C:\>ppm install Wx-0.16.ppd

    I hope this helps.
    Helgi Briem Guest

  4. #3

    Default Re: wxPerl

    On Thu, 11 Sep 2003 10:00:16 GMT, [email]f_baggins80@hotmail.com[/email] (Helgi
    Briem) wrote:
    >>successfully uses that combination. Step by step RTFMs are greatly
    >>appreciated. :)
    >
    >Get and install Perl for your Windows machine.
    >Activestate has a good distribution at (long URL may wrap):
    >
    >[url]http://activestate.com/Products/Download/Download.plex?id=ActivePerl[/url]
    >
    >WxPerl is not available from Activestate yet, as is appropriate
    >for version 0.16, but can be downloaded from (long URL may wrap):
    >
    >[url]http://prdownloads.sourceforge.net/wxperl/Wx-0.16-wxmsw2.4.2-win32-5.8.0.zip[/url]
    >
    >Unzip and install as explained in the README file, i.e.
    >
    >C:\>ppm install Wx-0.16.ppd
    >
    >I hope this helps.
    Yes, great! Do you have any experience with cygwin? I think it's
    easyer to work under it in case you need to compile some module.


    Matija Papec Guest

  5. #4

    Default Re: wxPerl

    On Thu, 11 Sep 2003 13:12:30 +0200, Matija Papec <mpapec@yahoo.com>
    wrote:
    >Yes, great! Do you have any experience with cygwin?
    Yes. I use it and like it.
    > I think it's easyer to work under it in case you need to compile
    > some module.
    I don't use cygwin perl. I have had very good results
    with Activestateperl and modules are *extremely*
    easy to work with using PPM.

    Helgi Briem Guest

  6. #5

    Default Re: wxPerl

    X-Ftn-To: Helgi Briem

    [email]f_baggins80@hotmail.com[/email] (Helgi Briem) wrote:
    >>Yes, great! Do you have any experience with cygwin?
    >
    >Yes. I use it and like it.
    >
    >> I think it's easyer to work under it in case you need to compile
    >> some module.
    >
    >I don't use cygwin perl. I have had very good results
    >with Activestateperl and modules are *extremely*
    >easy to work with using PPM.
    My experience with ppm is also good as long I don't search for modules which
    aren't there. I've tried "s wx" and nothing come out.. Maybe they don't have
    module for 5.8 yet. :!



    --
    Matija
    Matija Papec Guest

  7. #6

    Default Re: wxPerl

    >f_baggins80@hotmail.com (Helgi Briem) wrote:
    >>Yes. I use it and like it.
    >>
    >>> I think it's easyer to work under it in case you need to compile
    >>> some module.
    >>
    >>I don't use cygwin perl. I have had very good results
    >>with Activestateperl and modules are *extremely*
    >>easy to work with using PPM.
    >
    >My experience with ppm is also good as long I don't search for modules which
    >aren't there. I've tried "s wx" and nothing come out.. Maybe they don't have
    I'm sorry because I didn't read your post carefully. Do you know how to make
    modules under win2k (modules that need c compiler)?



    --
    Matija
    Matija Papec Guest

  8. #7

    Default Re: wxPerl

    Matija Papec wrote:
    >My experience with ppm is also good as long I don't search for modules which
    >aren't there. I've tried "s wx" and nothing come out.. Maybe they don't have
    >module for 5.8 yet. :!
    Yet I've gotten the necessary modules installed, even though I haven't
    got ActivePerl 5.8 (by default)...

    Tell you what, I'll show you how you can do it without PPM. A slightly
    unortodox way, but it works.

    You can get POD-Browser as announced here:

    <http://perlmonks.org/index.pl?node_id=254944>

    POD-Browser is an app written using wx-Perl on ActivePerl 5.8, and
    distributed after processing with PerlApp. What you get is the modules,
    the script, a Perl runtime DLL (the same as you have yourself, I'm
    sure), and a small EXE file containing the script and a small bootstrap
    executable which launches the perl DLL.

    Now, you can just copy the stuff under the "lib" mdoule into your
    site/lib directory. After that, you should just be able to run the .PL
    script using your own Perl. If that works (I'm pretty sure it will),
    you're set, and you can use Wx in your own scripts.

    HTH,
    Bart.
    Bart Lateur Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139