Tagged Questions
The ppm tag has no wiki summary.
5
votes
4answers
230 views
Linux perl module managment
Is there any programs other than CPAN to install/compile perl modules and install them?
Mainly I am looking for something like the Activestate PPM, the closest I could find was PPM on CPAN but when I ...
4
votes
1answer
221 views
Trying to install Moose-2.000 via PPM/Activestate 5.12 on Win32 - 404 not found
This is a peculiar error that hasn't come up before. I'm using PPM in Windows to install modules for Perl. Works fine with tons of modules. But it seems like something is screwy with the Moose-2.000 ...
3
votes
3answers
3k views
How do I install Email::Send::Gmail for ActivePerl?
I am trying to install that module for mail sending .
And i am getting following errors :
Warning: Prerequisite 'IO::Socket::SSL => ' for 'CWEST/Net-SMTP-SSL-1.01.tar.gz'
failed when processing ...
2
votes
1answer
323 views
Perl, ppm, and trying to download module dependencies
I have Strawberry Perl and PPM installed. I am no stranger to installing modules by hand from CPAN, but recently came into one of those situations where a module required one dependency and -that- ...
1
vote
1answer
39 views
How can I download the original PPD files that I used when installing via ppm? (Perl)
I used the tool ppm to install several Perl modules (i.e. PPD files):
PPM> query
Alien-wxWidgets [0.52 ] Developer version of wxWidgets binaries
Class-Load [0.08 ] a working ...
1
vote
2answers
154 views
Windows XP / active perl 5.12.3 / XML::LibXSLT / unable to install
I am trying to install XML::LibXSLT package on my dev machine but its not working. First of all PPM GUI doesn't even show this package and when i try to install it using cpan i get following error:
...
1
vote
3answers
144 views
Send gMail with Perl
Despite substantial research and many posts that seem to indicate this isn't too tough, I'm at a loss as to how to send a gMail through Google without the need to connect via SMTP. I've successfully ...
1
vote
2answers
121 views
Manual Installation of Perl Modules in Windows
I have tried (unsuccessfully) many times to manually install a Perl module (Win32-Printer-0.9.1) found in CPAN, but not included in the PPM repository. What I know is that the module must be ...
1
vote
1answer
135 views
Where can I download ActivePerl PPM .zip's or .ppd's? I can't find them anywhere.
I need to download ActivePerl PPM .zips or .ppd's so I can install the MongoDB perl driver on machines that do not have an internet connection. The problem is that all of the links I find in ...
1
vote
1answer
121 views
PPM Images in Android
I'm trying to open .ppm images (Portable pixmaps) in Android. I've deciphered the format enough to create this:
public static Bitmap ReadBitmapFromPPM(String file) throws IOException
{
...
1
vote
2answers
157 views
Cropping a .ppm file in C
I'm working on a C program that crops .ppm files from a starting point pixel (x,y) (top left corner of cropped image) to an end point pixel (x+w,x+h)(bottom left corner of cropped image).
The data in ...
1
vote
0answers
163 views
Perl PPM Manager
I am running Windows 7 x64 bit OS and I am having trouble installing any packages through PPM Manager. For example, it's saying:
MIME-Base64 marked for install
Installing package ...
Downloading ...
1
vote
1answer
72 views
Does anybody knows a software that tracks multiple projects and resources?
I am looking something that:
Allows me to create projects (with a duration) and assign needed roles for them (I don't care about tasks or a gantt chart in this tool, just a project view)
Allows me ...
1
vote
3answers
834 views
How do I install Encode::HanExtra for ActivePerl?
I want to enable Encode::HanExtra on Windows XP environment. I can't find the name HanExtra or Encode-HanExtra in PPM GUI. Is there any alias name for it?
1
vote
2answers
238 views
Float PPM image file format?
I've found a PPM image with the header starting with PF (instead of standard P6, P5, P4, ... signatures).
The resolution number is stored in floating point (-1.000).
No comments are inserted to get ...
1
vote
1answer
422 views
How to set up local repository for PPM?
I am using Active Perl and am looking for ways to set up a local repository to install various modules. Main reason behind is the production server has no internet access.
Can anyone point me any ...
1
vote
2answers
138 views
Where can I find a current wxPerl PPM?
On September 24, 2009 Sep 24, 2009 wxPerl 0.93 was released to CPAN.
Does anyone know where I can get a current ppm version of wxPerl 0.93 for Active Perl 5.10
The repositories (besides ...
1
vote
3answers
403 views
Where does the Perl Package Manager get its 'areas' data from on Win32?
I guess I didn't upgrade the right way, but for a while I was running two versions of Perl concurrently. Now I just have one, but every time I start PPM it recreates the Perl folder of one of the old ...
1
vote
3answers
1k views
Installation of Perl Packages is failing on CentOS 5, 64-bit
I am trying to install DBD::mysql and I am getting thousands of warnings and errors when I install like this:
perl -MCPAN -e 'install DBD::mysql'
The errors are like:
dbdimp.c:3215 error: ...
0
votes
0answers
12 views
How to operate the Perl debugger in Eclipse/EPIC
I have installed ActivePerl, and I would like to debug a Perl program using Eclipse and EPIC.
I have installed Eclipse and EPIC, they look OK. (It's doing basic syntax checking on an example Perl ...
0
votes
1answer
70 views
Writting a P6 .ppm in ASCII using ASCII/UTF8 data from Textbox. Encoding Confusion?
Im having some general confusion with encoding on a little tool I'm writing.
First of all I apologise that the following code is a little butchered but of the code I have written so far, it's the ...
0
votes
0answers
70 views
Reading and writing .PPM image in java?
I have to read a ppm image in java and then convert the image to negative. Then PPM image has a magic number "P6" and then a # Comment char, and then height and width. and finally has 255 character, ...
0
votes
4answers
415 views
Reading ppm files and using fscanf()
I'm trying to parse through a ppm file, but first need to verify if the header info is correct. A ppm file may have the following formats:
P3
100 100
255
data...
or
p3
100 100
255
data...
I'm ...
0
votes
1answer
250 views
Reading a 48 bit PPM (PNM) and saving as a 24 bit jpeg using JAI
We had a process where we would read a 24 bit ppm (8 bits per color) file, crop it and resize it then save it as a jpeg thumbnail making use of JAI support of ppm/pnm files.
Due to some quality ...
0
votes
1answer
318 views
Android GIMP JPG to PPM conversion
How exactly does GIMP convert a jpg into a ppm? I'm trying to convert a jpg to a ppm on Android. In Android I use the API to create an ARGB_8888 Bitmap of the jpg then drop the Alpha channel and throw ...
0
votes
1answer
637 views
Perl PPM error “failed 500 Can't connect to ppm4.activestate.com:8080 (connect: timeout)”
when I try to connect PPM it shows this error, i have verified firewall also it has not activated. I can't able to download even a single module from activestate.
Thanks in advance.
Arivu
0
votes
1answer
211 views
manipulate images at pixel level in C#
I have a ppm file and I figured out how to mirror the image from the middle but I can't figure out how to horizontally flip it.
this is the code for the mirror function:
{R[x][y]=R[WIDTH-x][y];
...
0
votes
4answers
420 views
run a function (from a .py file) from a linux console
maybe the title is not very clear, let me elaborate.
I have a python script that open a ppm file , apply a chosen filter(rotations...) and create a new picture. until here everything work fine.
but ...
0
votes
4answers
457 views
Importing PPM images with python and PIL module
EDIT:
Actually, I need a way I can read the lines and extract the pixel info into some structure so I can use the putpixel function to create an image based on the ppm p3 file.
I've been trying this ...
0
votes
1answer
530 views
sorting pixels in a ppm file (C++) [closed]
i need help with the coding of a program that will read a ppm file using command line arguments ( name of the ppm, name of output ppm)
what it has to do is, open the file read and store the dimensions ...
0
votes
4answers
244 views
Windows equivalent of perl modules required (not available in activestate ppm) such as file::finder
I'm attempting to import code written in linux into eclipse's perl plugin 'epic', and have installed activestate perl in windows. Most of the modules have an activestate equivalent, but some of them I ...
0
votes
2answers
3k views
read PPM file and store it in an array; coded with C
I need to read a PPM file and store it in an array written in C.
Can anybody help me out doing this?
Thanks a lot.
0
votes
1answer
1k views
Reading PPM Image in C#
What is the best way to read a PPM (P6) image file in C# and save it as a Bitmap?
0
votes
2answers
442 views
Still nmake problem with Unicode-Map-0.112 after trying vcvarsall.bat
Many thanks to ephemient for recommending to try vcvarsall.bat.
In DOS successfully ran vcvarsall.bat, which was part of MS C++ Express 2008
Next I continued to try to follow the PerlMonks advice ...
-2
votes
2answers
2k views
How can I properly install Win32::GuiTest?
I am trying to use Win32::GuiTest and with Windows XP and perl version 5.8.6.
I am getting the following error:
Can't locate loadable object for module Win32::GuiTest in @INC (@INC contains:
...