
August 12th, 2004, 10:01 PM
|
|
Registered User
|
|
Join Date: Aug 2004
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
WxPerl installation
can someone give me an clear describtion on how to install wxPerl?
I installed wxWindows (runs fine with Python)
So I want to use ist with Perl...
problem:
Code:
* Unzip this ZIP file somewhere (say c:\temp)
* Become Administrator, if necessary
* From the command prompt
cd c:\temp
# for Perl 5.6.x
ppm install --location=. Wx[-dev]-0.18
# for Perl 5.8.x
ppm install Wx[-dev]-0.18.ppd
I'm using Perl 5.8, when i excecute this i get this error:
Quote: | Error: Package 'Wx[-dev]-0.18' not found. Please 'search' for it first. |
(OS XP)
|