CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 01 Aug 2025 06:36:17 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090215151134
location: https://web.archive.org/web/20090215151134/https://community.activestate.com/rss/forums
server-timing: captures_list;dur=0.730794, exclusion.robots;dur=0.024736, exclusion.robots.policy;dur=0.010727, esindex;dur=0.014581, cdx.remote;dur=8.655312, LoadShardBlock;dur=409.144333, PetaboxLoader3.datanode;dur=78.296784, PetaboxLoader3.resolve;dur=140.257644
x-app-server: wwwb-app216
x-ts: 302
x-tr: 452
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app216; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 01 Aug 2025 06:36:18 GMT
content-type: text/xml; charset=utf-8
x-archive-orig-date: Sun, 15 Feb 2009 15:11:34 GMT
x-archive-orig-server: Apache/2.2.3 (CentOS)
x-archive-orig-x-powered-by: PHP/5.1.6
x-archive-orig-expires: Sun, 19 Nov 1978 05:00:00 GMT
x-archive-orig-last-modified: Sun, 15 Feb 2009 15:11:34 GMT
x-archive-orig-cache-control: store, no-cache, must-revalidate
x-archive-orig-cache-control: post-check=0, pre-check=0
x-archive-orig-via: 1.0 box27.activestate.com:3128 (squid/2.6.STABLE6)
x-archive-orig-connection: close
cache-control: max-age=1800
x-archive-guessed-content-type: text/xml
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 15 Feb 2009 15:11:34 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 14 Jun 2007 10:52:13 GMT", ; rel="prev memento"; datetime="Tue, 16 Dec 2008 02:49:00 GMT", ; rel="memento"; datetime="Sun, 15 Feb 2009 15:11:34 GMT", ; rel="next memento"; datetime="Wed, 08 Apr 2009 07:46:06 GMT", ; rel="last memento"; datetime="Sun, 16 Feb 2020 02:14:54 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_8_20090215130058_crawl103-c/52_8_20090215151101_crawl103.arc.gz
server-timing: captures_list;dur=0.705607, exclusion.robots;dur=0.029273, exclusion.robots.policy;dur=0.010690, esindex;dur=0.012036, cdx.remote;dur=11.554042, LoadShardBlock;dur=378.603358, PetaboxLoader3.datanode;dur=227.011530, PetaboxLoader3.resolve;dur=349.618830, load_resource;dur=293.409264
x-app-server: wwwb-app216
x-ts: 200
x-tr: 718
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
ActiveState Support Site: New Forum Posts
https://community.activestate.com/rss/forums
An RSS feed for all forum posts
en
-
@INC with ActivePerl 5.10 and CGI
https://community.activestate.com/forum/inc-activeperl-510-and-cgi
<p>I installed AP 5.10 on Leopard. I added the directories to my PATH per the instructions. In my cgi script I have the shebang as "#!/usr/bin/env perl". If I do a -v off of that it tells me what I expect (that is it using AP 5.10). I have installed CGI::Application but when I try to run the web app (which was fine under the default OSX Perl) it tells me that maybe I should install that modules first...prints out an @INC path which includes the ones I added for AP 5.10. However, it doesn't work.</p>
<p>I have put the AS stuff in the global /etc/bashrc to extend the PATH to troubleshoot as well.</p>
<p>What do I have to do?!? The error Apache spits out is below:</p>
<p>Base class package "CGI::Application" is empty.<br />
(Perhaps you need to 'use' the module which defines that package first,<br />
or make that module available in @INC (@INC contains: /Users/robert/Sites/skylinebaptist/lib /home/public/lib/ /Library/WebServer/Library/ActivePerl-5.10/lib /usr/local/ActivePerl-5.10/site/lib /usr/local/ActivePerl-5.10/lib .).<br />
at /Users/robert/Sites/skylinebaptist/lib/SBC.pm line 6<br />
BEGIN failed--compilation aborted at /Users/robert/Sites/skylinebaptist/lib/SBC.pm line 6.<br />
Compilation failed in require at /Users/robert/Sites/skylinebaptist/index.cgi line 22.<br />
BEGIN failed--compilation aborted at /Users/robert/Sites/skylinebaptist/index.cgi line 22.</p>
<p>Use statement in my apps module:</p>
<p>use base 'CGI::Application';<br />
use CGI::Application::Plugin::ValidateRM(qw/check_rm/);<br />
use CGI::Application::Plugin::AutoRunmode;<br />
use CGI::Application::Plugin::TT;<br />
use MIME::Lite;</p>
https://community.activestate.com/forum/inc-activeperl-510-and-cgi#comments
ActivePerl Support
OS X Leopard
Sat, 14 Feb 2009 08:33:39 -0800
sigzero
3404 at https://community.activestate.com
-
Komodo Edit - auto converting special characters to html-codes?
https://community.activestate.com/forum/komodo-edit-auto-converting-special-characters-html-codes
<p>I am using Komodo Edit on my mac to edit some html for my homepage. As I am german speaking I sometimes need to use special characters like ä, ö, ü. My question is if there is a way to automatic convert these characters into html-codes like '& ouml;' while typing?</p>
<p>Thanks,<br />
Nicholas</p>
https://community.activestate.com/forum/komodo-edit-auto-converting-special-characters-html-codes#comments
Komodo support
OS X Leopard
Fri, 13 Feb 2009 15:18:13 -0800
nicholas
3403 at https://community.activestate.com
-
DBD::mysql on Vista x64, ActivePerl 5.10
https://community.activestate.com/forum/dbdmysql-vista-x64-activeperl-510
<p>I have been trying for several hours now to install dbd::mysql on a Vista x64 box. I have installed ActivePerl 5.10.0.1004 for Windows 64-bit (x64).</p>
<p>It is a known issue that the ppm GUI is broken in this release:</p>
<pre class="geshifilter">C:\>ppm
The PPM graphical interface is not available for this Perl installation.
Run 'ppm help' to learn how to use this program as a command line tool.</pre><p>
I installed five repositories via the command line, as can be seen here:</p>
<pre class="geshifilter">ppm> repo
??????????????????????????????????????????????
? id ? pkgs ? name ?
??????????????????????????????????????????????
? 1 ? 9828 ? ActiveState Package Repository ?
? 2 ? 0 ? theoryx5.uwinnipeg.ca ?
? 3 ? 0 ? cpan.uwinnipeg.ca ?
? 4 ? 0 ? <a href="https://www.bribes.org" title="www.bribes.org">www.bribes.org</a> ?
? 5 ? 0 ? trouchelle.com ?
??????????????????????????????????????????????
(5 enabled repositories)</pre><p>
Even though the additional four repositories appeared to install (the percentages ticked up at reasonable rates), they clearly are being interpreted by ppm as empty of packages. When I try to install dbd::mysql, unsurprisingly, it cannot be found, as it is not present in ActiveState Package Repository for whatever reason:</p>
<pre class="geshifilter">ppm> install dbd-mysql
ppm install failed: Can't find any package that provides dbd-mysql</pre><p>
Some people are able to solve their problem by using the <a href="https://cpan.uwinnipeg.ca/PPMPackages/10xx/" title="https://cpan.uwinnipeg.ca/PPMPackages/10xx/">https://cpan.uwinnipeg.ca/PPMPackages/10xx/</a> repository (I tried), but as it states at that website, only "ActivePerl 10xx Win32 PPM packages" are supplied. Since I'm running Vista x64, I'm not very surprised this didn't work for me.</p>
<p>Has anyone successfully been able to run dbd::mysql on a Vista x64 ActivePerl 5.10 installation? If so, how did you do it? Is mysql support being purposely discontinued for ActivePerl?</p>
<p>Any help would be appreciated!</p>
https://community.activestate.com/forum/dbdmysql-vista-x64-activeperl-510#comments
PPM
Windows x64
Fri, 13 Feb 2009 12:56:58 -0800
j6white
3402 at https://community.activestate.com
-
user interface with Tk
https://community.activestate.com/forum/user-interface-tk
<p>Greetings.</p>
<p>I have a program .exe tcl (that it uses Tk) it makes a call "catch" to another one .exe tcl of the following form:</p>
<p>.<br />
.<br />
catch {exec ./security} state<br />
.<br />
.</p>
<p>Where "security" it is a file .exe tcl.</p>
<p>It happens that the main program (the one that uses Tk) when doing this call becomes white the screen as if the program had been hung but in fact it is not hung, always continues working normally.</p>
<p>Exists some form that when it becomes that call does not become white the screen from the user interface???.</p>
<p>Thanks<br />
Douglas Aparicio Bermudez</p>
https://community.activestate.com/forum/user-interface-tk#comments
ActiveTcl support
Windows XP Pro
Fri, 13 Feb 2009 06:50:30 -0800
douglase
3401 at https://community.activestate.com
-
History list
https://community.activestate.com/forum/history-list
<p>The history list may be only 'alpha' but I can't find much wrong with it! It is really useful too. One small thing that I cannot yet reproduce: the list appears with blank entries on occasion. Something to do with closing files or missing files or something. If it is known I'll stop trying to work out how ... otherwise I'll keep looking.</p>
<p>This is Komodo IDE, version 5.1.0-alpha1, build 26259, platform win32-x86.<br />
Built on Tue Feb 03 02:22:58 2009.</p>
<p>-- Peter</p>
https://community.activestate.com/forum/history-list#comments
Komodo Beta
Windows XP Pro
Fri, 13 Feb 2009 03:56:29 -0800
Peter Mott
3400 at https://community.activestate.com
-
Code Intelligence recreated after reboot
https://community.activestate.com/forum/code-intelligence-recreated-after-reboot
<p>Hi,</p>
<p>Every time I start Komodo IDE 5 the code intelligence database is recreated. So the first time I open Komodo every day it takes a while to start.</p>
<p>I deleted the 5.0 user directory but the error is still there. I figured out that Komodo creates a new subdirectory for each host. For example host-gerrit in which the CI database is stored.<br />
But when I start Komodo it creates a new directory host-CEP-???-???-???-??? and this after every reboot. So I have a lot of directories in my user dir now.</p>
<p>Is there any solution to this problem?</p>
<p>Thanks,</p>
<p>Gerrit</p>
<p>Komodo IDE, version 5.0.3, build 25622, platform macosx-x86.<br />
Built on Fri Dec 19 00:04:24 2008.</p>
https://community.activestate.com/forum/code-intelligence-recreated-after-reboot#comments
Komodo support
OS X Leopard
Thu, 12 Feb 2009 23:29:30 -0800
gerrit
3399 at https://community.activestate.com
-
Installing License
https://community.activestate.com/forum/installing-license
<p>I got my login, downloaded the IDE and everything, but I don't see where/how to install my license.</p>
<p>Thanks in advance!</p>
https://community.activestate.com/forum/installing-license#comments
Komodo support
Windows XP Pro
Thu, 12 Feb 2009 20:51:06 -0800
pzaczkow
3398 at https://community.activestate.com
-
snipppet abbreviation with non-alphanumeric characters in it
https://community.activestate.com/forum/snipppet-abbreviation-non-alphanumeric-characters-it
<p>is it possible to use the abbreviation expansion keybinding to trigger a snippet that has non-alphanumeric characters in it?</p>
<p>for example: </p>
<p> insert.time</p>
<p>by default, abbreviation expansion here assumes I am trying to expand "time" and not "insert.time"</p>
<p>I know that short abbreviations are preferred because the whole point is to be able to do less typing. Nevertheless, using non-alphanumeric characters can help organize snippets more cleanly. Also it would be nice if the dot character could be used.</p>
https://community.activestate.com/forum/snipppet-abbreviation-non-alphanumeric-characters-it#comments
Komodo support
All / Any
Thu, 12 Feb 2009 16:56:21 -0800
dreftymac
3397 at https://community.activestate.com
-
Calling rcp by system call from Perl not working as expected.
https://community.activestate.com/forum/calling-rcp-system-call-perl-not-working-expected
<p>Hi,</p>
<p>We are calling rcp (remote copy) using system call via Perl for one file it is working fine for other file in the same subroutine it is not working.</p>
<p>Here are two sample commands:</p>
<p>command1:</p>
<p>system("rcp /xyz/server/pacelog/DATAFILES1/ABC.TXT servera:/dosshare/xyz/Performance/Performance_Returns/");</p>
<p>command2:<br />
system("rcp /xyz/server/pacelog/DATAFILES1/ABC123.TXT servera:/dosshare/xyz/Performance/Performance_Returns/");</p>
<p>command1 is working fine and command doesn't work. it says "No such file or directory" even though the ABC123.TXT exists. It is returning the status as "-1".</p>
<p>The interesting thing is if we run the same rcp command from the Unix by logging in with same id and run it works fine. </p>
<p>We tried:<br />
a. Ran the system command with Perl -e (line interpreter) it works fine.<br />
b. We checked the permissions on both the sides source and destination no problem.<br />
c. We run the rcp command manually it works fine.<br />
d. Checked to see any special characters in the code but couldn't find it.</p>
<p>Only the problem is when we call this command thru perl big program at run time it is not working.</p>
<p>Any thoughts would be appreciated.</p>
<p>Thank you<br />
Mahesh</p>
https://community.activestate.com/forum/calling-rcp-system-call-perl-not-working-expected#comments
Perl discussion
Solaris SPARC
Thu, 12 Feb 2009 12:29:22 -0800
maheshj
3396 at https://community.activestate.com
-
Help with Komodo Edit and IDE!
https://community.activestate.com/forum/help-komodo-edit-and-ide
<p>I am a Python programmer and am almost fluent in it. I went to run Python and I followed the instructions.(Add New Command, insert %(python) %F into the main field...etc. I downloaded Komodo Edit and IDE, so I went to try them out, and I found a problem that I don't know how to solve. I decided to write a simple, simple Hello World application. This was my code:</p>
<p>print "Hello, World!" </p>
<p>This was Komodo's response, in both IDE and Edit.</p>
<p> File "D:\Cheese\MyPythonProjects\test2.py", line 1<br />
print "Hello, World!"<br />
^<br />
SyntaxError: invalid syntax</p>
<p>~~~~~~~~~~~~~~~~~~~~</p>
<p>I tried fixing it, but I couldn't figure it out. Please help! Thanks!</p>
https://community.activestate.com/forum/help-komodo-edit-and-ide#comments
Komodo support
Windows XP Pro
Wed, 11 Feb 2009 16:32:08 -0800
skateboard34
3394 at https://community.activestate.com