ActiveState is a software company which develops precompiled distros of Perl, Python, and Tcl as well as an IDE.

learn more… | top users | synonyms

0
votes
1answer
18 views

HgHooks and TortoiseHG [closed]

I'm trying to use hghooks with tortoisehg. I installed the necessary packages in python, added [hooks] section in hcrc , but when i commit it gives the following error: abort: pretxncommit.pep8 hook ...
0
votes
0answers
117 views

Keep the same page state after every postback or page reload in asp.net

Sorry if this a foolish question because of my less knowledge in ASP.NET state handling. My question is if we have default.aspx page with a gridview in it. And on clicking on the name of an element in ...
0
votes
1answer
96 views

Set ImageView fo ListView Active State

Most apps that maintain active state in a menu listView also provide a small imageView visual in addition to color change. How would you do this? Would it be a part of the state_activated=true ...
0
votes
1answer
225 views

Python 3, MySQL and PyMySQL on a Windows 7 box [duplicate]

I might be asking the impossible. However, I am trying to connect to MySQL on a windows 7 box using Python 3.3.0. I've using PyMySQL as a way to connect, but this appears not to be supported for a ...
-1
votes
1answer
52 views

Why Is Get Request Poorly Formed?

I am working with a server written in Active State Perl. Apparently, if a GET request is poorly formed, response results will return, but without their http headers. That is true in my case. The ...
-1
votes
1answer
119 views

Perl illegal division by zero

I am trying to run this Perl program. #!/usr/bin/perl # --------------- exchange.pl ----------------- &read_exchange_rate; # read exchange rate into memory # now let's cycle, asking ...
1
vote
0answers
129 views

ActiveState Perl crashes on IIS under heavy load

I have a problem running ActiveState Perl 5.16.2 (32-bit) on a Windows 2008 Server (64-bit) with IIS 7.5. Perl is run using PerlIS.dll with an ISAPI filter in IIS. There seems to be a problem related ...
-1
votes
1answer
71 views

enter username and password before loading the url to load the url

i am trying to open a website using active state perl (WWW::Mechanize). --$mech -> get($url); the above mentioned line shows an error. --Error GETing URL : Unauthorized the url has a form in which ...
1
vote
0answers
37 views

Net::DBus with ActiveState Perl

Apologies If I misunderstood anything incorrectly, I am very new to DBus having beginner experience in Perl. I am working for a project where I need to connect to a remote dbus (running on linux) ...
1
vote
0answers
66 views

Perl Imager module support on Windows (ActiveState version)

I'm attempting to use Imager (0.94) image manipulation module on Windows with ActiveState Perl (5.12.3). Attempting to read or write JPEG, GIF or PNG files I get some varation of this message: format ...
2
votes
2answers
194 views

Write to console when stdin/stderr/stdout redirected in Activestate Perl

I have the following code to write to the Windows command console: use Win32::Console; my $console = new Win32::Console(Win32::Console::STD_ERROR_HANDLE()); my $defaultAttribute = ...
0
votes
1answer
76 views

ActiveState Perl PPM can't add repo due to Certificate Verify Failed

When running the ActiveState Perm Package Manager I try and add a repository but I get the error: certificate Verify Failed. The repository is on a web site for which there is no way I can verify it's ...
0
votes
1answer
23 views

searchcpan.actvestate.com is redirecting to search.cpan.org

Apologies if I understood anything wrong for perl repository. I am using activestate perl on my windos for development. To look for any missing module I used to search it at ...
0
votes
1answer
282 views

TCL, regexp function and if statement

I have the following piece of TCL code: #wrong format: set in_val "12 0 2 0 0 0 1 0 3 698" #correct format: #set in_val "12 0 1 0 0 0 1 0 3 698" set val_ok [regexp ...
0
votes
1answer
78 views

Perl EPIC debugging brings up ActiveState dev kit debugger

Recently I was queued to receive the ActiveState debugger on my machine at work. In the past, I have developed and debugged my perl code in eclipse with the padwalker module installed. When I run the ...
1
vote
1answer
475 views

Incorrect @INC in Activestate Perl in Windows

I am using ActiveState perl with Komodo Edit. I am getting the following error. Can't locate MyGengo.pm in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .) at D:\oDesk\MyGengo Integration\sample ...
0
votes
0answers
420 views

Perl Sys::Syslog generates malformed UDP packets

I'm trying to send syslog messages to Splunk on UDP port 514. It prints to console, but it is not showing up on Splunk server. I checked the network in Wireshark, and it shows the header checksum is ...
6
votes
4answers
826 views

May I use Strawberry Perl and ActiveState Perl simultaneously in one computer?

I'm not new to Perl, but this problem kind of confuses me. I used to delete my ActiveState Perl once, and all the installed modules are lost. So now I am very careful with this kind of issue. Due to ...
1
vote
1answer
428 views

CSS Dropdown Menu (stop parent element from being active when child element is)

I have a project that I am working on for some simple CSS buttons, and I was trying to make a matching drop-down menu for them. The problem is that when I click an item in a sub-menu, all the parents ...
1
vote
2answers
137 views

is it possible to transfer a list of Perl installed packages to another machine and mark for installation in ActiveState

So we are migrating servers. Arghh. There are a lot of Perl stuff on one machine that we need to set up on another one. Is there any way to export / import a list of all packages that are installed ...
0
votes
1answer
171 views

Activestate perl 5.14.2.1402 and Perlfect search 3.37 DB_File error on IIS 7

I am getting an error trying to install Perlfect search after I run setup.pl The required DB_File module was not found on your system I've tried following the instructions from the Perlfect search ...
0
votes
1answer
671 views

Multiple python versions using virtualenv -p (and virtualenvwrapper-win) on Windows

I'd like to use multiple versions of python (2.5 and 2.7 is what I need, but would be nice to have 3.2 also). On Windows XP! I'd like to use virtualenvwrapper-win instead of virtualenv -p Here's ...
3
votes
2answers
613 views

Isn't List::Util part of Standard Perl Distribution?

On a certain system, I am running a perl script and it's failing by saying Can't locate List/Util.pm in @INC (@INC contains: <Some-Path>/ActiveState/perl/lib ...
2
votes
1answer
238 views

python numpy MKL ERROR

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 ...
2
votes
1answer
211 views

Komodo Edit - How to modify the default “Find all functions” regex

In Komodo Edit 6.1 , there is a nice feature to find and highlight all the functions (navigation->Find all functions ctrl+F8). It searches based on a Regex to find all the functions, which is this : ...
3
votes
1answer
441 views

How to handle abnormal program termination in Perl on Windows

I have a Perl program on Windows that needs to execute cleanup actions on exit. I wrote a signal handler using sigtrap, but it doesn't always work. I can intercept Ctrl-C, but if the machine is ...
2
votes
1answer
122 views

Whatever happened to PerlScript? [closed]

My ActivePerl documentation has a section dedicated to this seemingly little-known technology. I guess that the technology didn't really catch on. A couple of questions: where would PerlScript be ...
0
votes
0answers
75 views

Application resignes active state while video recording

I have a problem with recording video in my app. After recording for 54 secs the application resignes active state. Is there a way to block it until after the video recording stops? Here is the code I ...
2
votes
4answers
402 views

How can I obtain correct non-ASCII command-line arguments in ActiveState Perl?

Running the following command perl -e "for (my $i = 0; $i < length($ARGV[0]); $i++) {print ord(substr($ARGV[0], $i, 1)), qq{\n}; }" αβγδεζ on a Windows 7 cmd window with ActiveState Perl ...
2
votes
4answers
111 views

Why does Perl's bignum module give me a strange result to a power calculation?

Context: ActiveState Perl: This is perl 5, version 12, subversion 4 (v5.12.4) built for MSWin32-x86-multi-thread >perl -Mbignum=l -e "print 2 ** 32" 4294967296 >perl -Mbignum=l -e "print -2 ** ...
0
votes
1answer
107 views

perl error after activestate uninstall cygssp-o.dll

After uninstalling ActiveState I've been getting this weird error when trying to execute "perl" from the command prompt. The program can't start because cygssp-o.dll is missing from your computer. ...
0
votes
1answer
617 views

minGW and cpan modules

I am trying to use the Finance::TickerSymbols module from perl(ActiveState perl) and since PPM didn't have it, I ran cpan on my minGW console to install it. the installation went fine, however, minGW ...
1
vote
1answer
998 views

pil png activestate on windows 7 ZLIB (PNG/ZIP) support not available

I'm trying to port a python program from OS X to Windows 7. This program processes a png with tkinter eg self.logoImg = ImageTk.PhotoImage(Image.open('GrowthPathLogo.png')) The code is failing with ...
0
votes
2answers
128 views

Running program in Python [ActiveState Python on Windows]

I just started learning python and was writing programs in Python GUI Shell IDLE. The code is the following: >>> def buildConnectionString(params): """Build a connection string from a ...
0
votes
1answer
108 views

Does ActiveState PerlApp have a problem binding ico files as “Bound Files”

I posted this question at ActiveState but got no reply from support or in a discussion forum. Here is probably better. I'm a long time user of PerlApp (ver. 8.2.1 Build 292072) and I have experienced ...
3
votes
4answers
558 views

TCL Email Script doesn't deliver in Activestate TCL

I ran the following script on the MAC OSX version of TCL and it worked fine however it hangs on ActiveState TCL on a Windows 7 machine proc send_simple_message {recipient email_server subject body} { ...
2
votes
6answers
686 views

Django: setup.py install - access denied?

I have recently asked this question and this one Now i think I know the answer to my questions....it's all because i installed django using pypm... and something else is wrong! I did as they said, ...
4
votes
3answers
420 views

Error Installing Python MySQLdb on Windows 7

Please see the following stacktrace, is this a permissions issue? C:\Project\MySQL-python-1.2.3>python setup.py Traceback (most recent call last): File "setup.py", line 15, in <module> ...
0
votes
1answer
106 views

Python script invocation weirdness on Windows (aka why PATH did not get inherited?)

I've encountered a behavior I did not expect when executing the following Python script (I named it repro.py): import os print os.environ['PATH'].replace(';', '\n') If invoked by python repro.py, I ...
0
votes
1answer
237 views

search page on real estate web portal using asp.net C#

i want to create a advance search page on my real estate web portal search will be done with different criteria like search using zip code saerch by google maps an so on kindly help me to do this ...
1
vote
2answers
205 views

Can one pass Perl hash references between processes?

I have an ActiveState PerlCtrl project. I'd like to know if it's possible to have a hash in the COM DLL, pass it's ref out to the calling process as a string (e.g. "HASH(0x2345)") and then pass that ...
0
votes
1answer
2k 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
1
vote
1answer
291 views

How do I install OpenSP 1.5.2, the SGML (and XML) parser for w3c local validator on windows?

How do I install OpenSP 1.5.2, the SGML (and XML) parser for w3c local validator on windows?
2
votes
2answers
1k views

How can I install Crypt::SSLeay on a Win 64?

I've got 64-bit Vista with ActiveState Perl "v5.10.0 built for MSWin32-x64-multi-thread" and I'm trying to get the Crypt::SSLeay package installed along with versions of libeay32.dll and ssleay32.dll. ...
2
votes
2answers
465 views

Problems reading a binary file with ActivePerl?

I'm trying to read a binary file with the following code: open(F, "<$file") || die "Can't read $file: $!\n"; binmode(F); $data = <F>; close F; open (D,">debug.txt"); binmode(D); print D ...
0
votes
4answers
361 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
3answers
2k views

Running a batch file from Perl (Activestate perl in Windows)

I have a Perl program which does something like below: #!/usr/bin/env perl use strict; use warnings; my $exe = "C:\\project\\set_env_and_run.bat"; my $arg1 = "\\\\Server\\share\\folder1"; ...
9
votes
2answers
241 views

Return a perl object from a different perl class to C# using PerlNET

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 ...
1
vote
1answer
427 views

Windows with Plesk Panel installs ActiveState Python 2.5.0 - any thoughts?

I expect to run Pylons on a Windows Server 2003 and IIS 6 on a Virtual Private Server (VPS). Most work with the VPS is done through the Plesk 8.6 panel. The Plesk panel has a lot of maintenance ...
6
votes
3answers
1k views

Is the Perl .plx filename extension ever used in real-life?

ActiveState Perl installs an IIS script mapping for the extension .plx. Is this actually used in real life or just something specific to ActiveState?

1 2