Ask a Question related to PERL Miscellaneous, Design and Development.
-
Matija Papec #1
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
-
[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... -
[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... -
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... -
[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... -
Helgi Briem #2
Re: wxPerl
On Thu, 11 Sep 2003 09:14:20 +0200, Matija Papec <mpapec@yahoo.com>
wrote:
Get and install Perl for your Windows machine.>
>I would like to install wxPerl on win2k and wander if someone
>successfully uses that combination. Step by step RTFMs are greatly
>appreciated. :)
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
-
Matija Papec #3
Re: wxPerl
On Thu, 11 Sep 2003 10:00:16 GMT, [email]f_baggins80@hotmail.com[/email] (Helgi
Briem) wrote:
Yes, great! Do you have any experience with cygwin? I think it's>>>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.
easyer to work under it in case you need to compile some module.
Matija Papec Guest
-
Helgi Briem #4
Re: wxPerl
On Thu, 11 Sep 2003 13:12:30 +0200, Matija Papec <mpapec@yahoo.com>
wrote:
Yes. I use it and like it.>Yes, great! Do you have any experience with cygwin?
I don't use cygwin perl. I have had very good results> I think it's easyer to work under it in case you need to compile
> some module.
with Activestateperl and modules are *extremely*
easy to work with using PPM.
Helgi Briem Guest
-
Matija Papec #5
Re: wxPerl
X-Ftn-To: Helgi Briem
[email]f_baggins80@hotmail.com[/email] (Helgi Briem) wrote:My experience with ppm is also good as long I don't search for modules which>>>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.
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
-
Matija Papec #6
Re: wxPerl
>f_baggins80@hotmail.com (Helgi Briem) wrote:
I'm sorry because I didn't read your post carefully. Do you know how to make>>>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
modules under win2k (modules that need c compiler)?
--
Matija
Matija Papec Guest
-
Bart Lateur #7
Re: wxPerl
Matija Papec wrote:
Yet I've gotten the necessary modules installed, even though I haven't>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. :!
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



Reply With Quote

