activestate Questions
5
I've written a small Perl script that uses the Bio::Seq and Bio::SeqIO packages. When I try to run the script on a linux-based server. I got a lot of errors which basically told me that BioPerl had...
Accompanist asked 25/12, 2017 at 7:14
6
Solved
What's ActivePython actually about?
From what I've read it's just standard Python with OpenSSL and PyWin32 (on Windows). No big deal I guess; I could install them in matter of minutes, and m...
Bora asked 29/8, 2009 at 22:12
2
Solved
One of my CPAN modules is not available on ActivePerl through its ppm utility. Apparently my unit testing for this module is too thorough and ActiveState's build process times out when it attempts ...
Gangster asked 5/5, 2016 at 17:17
1
This excellent question
How to read to and write from a pipe in Perl?
provides an excellent answer.
It doesn't work on ActiveState Perl.
The BUGS section of perlfork
http://docs.activestate.com/a...
Planetstruck asked 20/11, 2015 at 22:16
2
Solved
I am trying to zip files from a directory. It works well except when the file name has spaces.
Since glob splits its parameter on spaces, I also tried bsd_glob but it did not work.
How do I handl...
Blastocoel asked 27/8, 2015 at 22:31
1
I want to use the perl BerkleyDB module on Windows, but I do not manage to do it.
I know there are a lot problems with this and I read many of the questions here on
SO and also on other sources. ...
Georgeanngeorgeanna asked 4/11, 2014 at 8:7
1
I want to create my own binary PPM packages on Windows from CPAN modules.
There is PPM::Make which does it pretty well.
But also there is CPANPLUS which has plugins to create native binary packag...
Insolation asked 20/11, 2013 at 14:51
1
Solved
I am looking into Perl OO (new to Perl). I created a trivial example hierarchy:
Parent class:
#!usr/bin/perl
use strict;
use warnings;
package Objs::Employee;
my $started;
sub new {
my ...
Hippy asked 29/9, 2013 at 11:4
2
Solved
Im my Python file, I have imported the win32gui module like this:
import win32gui
I have also downloaded win32gui but don't know how to make my script run. How can I run my Python script which i...
Langobardic asked 8/7, 2011 at 12:50
4
I used to delete my ActivePerl once, and all the installed modules were lost. So now I am very careful with this kind of issue. Due to some reason, I want to use Strawberry Perl now, while keeping ...
Wolframite asked 2/4, 2012 at 8:7
1
Solved
I am running ActiveState Python 3.2, and getting this cryptic error:
D:\code>python
ActivePython 3.2.1.2 (ActiveState Software Inc.) based on
Python 3.2.1 (default, Jul 18 2011, 14:31:09) [MSC ...
Citadel asked 15/12, 2011 at 20:57
2
I have two Perl modules which I want to expose as object types to C#. One of them constructs objects of the other type and returns it using a method as shown below. I'm including a reference to Typ...
Highfalutin asked 21/4, 2010 at 18:8
3
Solved
ActiveState Perl installs an IIS script mapping for the extension .plx. Is this actually used in real life or just something specific to ActiveState?
Gagliardi asked 14/10, 2009 at 16:44
1
© 2022 - 2024 — McMap. All rights reserved.