Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
5answers
4k views

Why does ActivePython exist?

What's ActivePython actually about? From what I've read it's just standard Python with openssl and pyWin32 (on Win). No big deal I guess, I could install them in matter of minutes, and most people ...
9
votes
2answers
200 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 ...
4
votes
3answers
270 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> ...
4
votes
3answers
831 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?
3
votes
2answers
84 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 ...
3
votes
1answer
81 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 ...
3
votes
3answers
134 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} { ...
3
votes
2answers
767 views

Why can't I use Template Toolkit?

I am trying to use TemplateToolkit instead of good ole' variable interpolation and my server is giving me a lot of grief. Here are the errors I am getting: *** ...
2
votes
1answer
59 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
95 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 ...
2
votes
4answers
130 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
78 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 ** ...
2
votes
6answers
232 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, ...
2
votes
2answers
395 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
1answer
371 views

Using the ALT key on Komodo for Mac OS X

I am using the Emacs keybinding on Komodo IDE where Komodo uses the command key for "Meta" by default. So you press Command-X when you normally press Alt+X for Emacs on Linux. I want to use the ...
2
votes
2answers
987 views

Perl ADO thinks printed output in stored procedure is an error!

First of all (in case this is important) I'm using ActiveState's Perl (v5.8.7 built for MSWin32-x86-multi-thread). I've just emerged from a three hour long debugging session, trying to find the ...
2
votes
3answers
1k views

Where does CGI.pm normally create temporary files?

On all my Windows servers, except for one machine, when I execute the following code to allocate a temporary files folder: use CGI; my $tmpfile = new CGITempFile(1); print "tmpfile='", ...
2
votes
3answers
673 views

PythonWin's python interactive shell calling constructors twice?

While answering http://stackoverflow.com/questions/68645/python-static-variable#81002 I noticed that PythonWin PyWin32 build 209.2 interpreter seems to evaluate twice? PythonWin 2.5 (r25:51908, Mar ...
1
vote
1answer
193 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 ...
1
vote
1answer
693 views

if href=url change class for active state on menu

im trying to make an active state with jquery... heres my code that isn't working.. <script type="text/javascript"> jQuery.noConflict(); jQuery(document).ready(function() { ...
1
vote
2answers
133 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 ...
1
vote
2answers
207 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 ...
1
vote
1answer
347 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 ...
1
vote
1answer
186 views

How do I use Apache::Reload under ActiveState Perl on Windows?

I work with Activestate Perl on Windows and Apache. I want to run my scripts under mod_perl. To prevent Apache from caching modules during development I want to use Apache::Reload module. I have ...
1
vote
1answer
171 views

How to add data to an element with ActiveState's dom package

In TCL, if you use the DOM package (available in the ActiveState distribution) you can create an xml. set xmlDoc [::dom::create] set root [::dom::document createElement $xmlDoc "trafficStatistics"] ...
0
votes
1answer
19 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
0answers
51 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 ...
0
votes
1answer
19 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 : ...
0
votes
0answers
30 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 ...
0
votes
1answer
35 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
116 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 ...
0
votes
2answers
48 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
0answers
35 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 ...
0
votes
1answer
82 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
112 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 ...
0
votes
1answer
639 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
107 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?
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
216 views

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

I have a Perl program which does something like below: #!perl use strict; use warnings; my $exe = "C:\\project\\set_env_and_run.bat"; my $arg1 = "\\\\Server\\share\\folder1"; my $arg2 = ...