ActiveState is a software company which develops precompiled distros of Perl, Python, and Tcl as well as an IDE.
Questions tagged [activestate]
121 questions
1
vote
2 answers
How to ssh using ActiveState's 'Expect' for Windows
I've been racking my brain trying to figure out, mush less find, a tutorial that shows how to use ActiveState's Expect utility to ssh to another server. I cannot find how to simply ssh into a server and run something simple (like 'ls') and…

WildBill
- 9,143
- 15
- 63
- 87
1
vote
1 answer
Linking to tcl85.lib with SWIG via MSVS (autogenerated by CMake)
http://community.activestate.com/node/7011
It's kinda like that poor chap shang (can I use chap gender-neutrally?) over there in the link, except it's another year and I have MSVS 2012.
Details
CMake has placed C:...\Tcl\lib\tcl85.lib on the…

user
- 4,920
- 3
- 25
- 38
1
vote
1 answer
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 added the following lines to httpd.conf
PerlModule…

Pavel
- 2,610
- 3
- 31
- 50
1
vote
0 answers
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) from a window machine. I will be connecting to the…

rpg
- 1,632
- 2
- 18
- 34
1
vote
1 answer
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 debugging module now, it tries to launch…

Triplell89
- 173
- 2
- 14
1
vote
1 answer
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 line 6.
Why is the interpreter looking in…

cppcoder
- 22,227
- 6
- 56
- 81
0
votes
1 answer
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 readme and also from How do I install Perl 5.8 and…

solerous
- 2,311
- 2
- 14
- 15
0
votes
1 answer
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. Try reinstalling the program to fix this…

user391986
- 29,536
- 39
- 126
- 205
0
votes
2 answers
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 dictionary of parameters.
Returns string. """
return…

Cipher
- 5,894
- 22
- 76
- 112
0
votes
0 answers
Can't get Win32::NetResource
I have some code using an old perl version on a live server and I want to get it working on a new activestate installation on my laptop. I am getting an error message complaining about Win32::NetResource not being there. I have tried to locate it on…

Rob Warner
- 11
- 1
0
votes
1 answer
ActiveState log files proliferate in VS code
Whenever I run VS Code, my directory fills with dozens of files with error messages, with names like "state-99999.log, and contents like the following. I have no idea where these are from (I don't use activeState) and how to get rid of them:
[ERROR…

John Mark
- 311
- 1
- 8
0
votes
1 answer
File .log with "Could not load configuration: Failed to load configuration" VSCode
I'm wondering and trying to figure out why every time that I open a .py file in an open folder in the VScode an untracked .log file is generated with the following output:
[ERROR Apr 30 13:58:07.394495100, defaults.go:139] Could not load…

emgf_co
- 343
- 2
- 12
0
votes
1 answer
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 get…

Pavel Repin
- 30,663
- 1
- 34
- 41
0
votes
1 answer
Toggle active class between child components VueJS
I have an explore page in VueJS(see below) and this contains child components called toggle-tiles and these lay out like grids. What I want to do is when one of these "toggle-tiles" is clicked it has an active class applied which you can see from my…

H B
- 135
- 11
0
votes
1 answer
can't find any package that provides Email-Sender
While installing Perl Packages for bugzilla it is giving error as..
Command:ppm install Email-Sender
Error:ppm install failed:can't find any package that provides Email-Sender

Ruchira More
- 1
- 1