ActiveState Community

Windows 2000 Pro / Server

IDE became very slow in Win98SE

I upgraded Pythonwin to 2.4 on my Thinkpad 600E with Win98Se a couple of weeks ago. Worked fine for several days, then I ran a script which I realized too late would take very long to finish. I couldn't get kill the script, and everything was running very slowly. I used Task Manager (ctrl-alt-del, End Task) to stop the IDE. Now every time I load the IDE, the computer becomes very slow -- it takes half a minute just to switch windows, and that's without any swapping going on.

HTTP Inspector: Listener Error: Couldn't listen on 127.0.0.1:8080

I am running Komodo 4.0, and when I try starting the HTTP Inspector, I get the following error:

Listener Error: Couldn't listen on 127.0.0.1:8080: (10048, 'Address already in use').

I have Apache Server 2.2.4 running on my local machine, with Active State Perl 5.6, and trying to do CGI debugging on the same machine. Any thoughts?

unexpected_kernel_mode_trap bsod

Hi,

I'm having an odd problem with Komodo IDE 4.0 at the moment. Just downloaded the evaluation, got xdebug debugging working with Apache2 and PHP5 and all was well. Loving the product, has most of the bits I was looking for.

All of a sudden it decides to BSOD with unexpected_kernel_mode_trap (0x7F,0x0,0x0,0x0) whenever I try to access the Komodo configuration settings . According to the "Check Configuration" link from the start page none of the debugging is configured.

Not really sure where to go from here. If anyone could offer some help it would be greatly appreciated.

Cannot access temp dir

After uninstalling an old version of Active Perl and installed the new one, I get the following error when trying to upload files to my web site via a cgi script.

CGI open of tmpfile: Permission denied
gm-upload.cgi: CGI open of tmpfile: Permission denied

I've check to see that the permissions are set correctly, and this functionality was working prior to the upgrade. How/where can I see what Perl is using for a Temp dir.

In Windows Environment tmp and temp = e:\temp
I've also tried setting Everyone and IUSR's permissions to Full and still no luck.

TieRegistry module fails to enumerate values

I have a Perl script which enumerates registry values. This used to work, but now returns "Can't use an undefined value as an ARRAY reference at TieRegistry.pm line 684" (in the ValueNames function definition) when run from the Windows command line.

I believe I'm using the TieRegistry module correctly, according to the notes on CPAN, because it behaves as expected when run in Komodo. Can anyone explain what's going on here, and how to fix it?

I have Win32::TieRegistry version 0.26, presumably installed with ActivePerl build 820.

Many thanks,

Huw

*.chm files as standard helpfiles with komodo ide

Hi,

I downloaded the php_manual_de.chm file from

http://de2.php.net/download-docs.php

to c:\php.chm

i would like to have this file as the standardhelpfile for php-files...

i tried the following with no luck:

edit/preferences

c:\php.chm %W
error creating process for 'c:\php.chm fclose': %1 ist keine zulässeige...

then i tried to write a small phphelp.bat
code: c:\php.chm

at least the chm file will be opened...
what i want to know is how to make it work as i wanted?

CU
Ing.

Multiple versions of perl

I have perl 5.004_02 on a windows 2000 server (SP4)
on directory c:\perl

Can I install perl 5.8 in a different directory (C:\perl58)
and avoid any compability issues?

Files cloned under MyProject

I open a new file in editor.

Create a new project .. "MyProject"

Drag the file from open editor window into MyProject, and file is listed under MyProject.

Right click on file now listed in MyProject .. select Properties.

Click o.k. in Properties panel and the file is "cloned" in MyProject.

Repeat, and more cloned files are added in MyProject.

Clicking on "Cancel" in Properties panel does not clone file.

Is this a bug?

Env variable RemotePort not set

I just installed Komodo 4.0 on Win2K SP4 with ActiveState perl verion 5.8.8 build 817. The installation carried forward my usage history from Komodo 3.5. When I went to run a script from Debug/Go/Continue, I was prompted for the command line options which were already set from my prior usage in Komodo 3.5. When I clicked OK, the compile of the script within Komodo 4.0 returned:

Unclosed option value `127.0.0.1:2501 '
Env variable RemotePort not set. at C:/Program Files/ActiveState Komodo IDE 4.0/lib/support/dbgp/perllib/perl5db.pl line 531.
Compilation failed in require.

Nothing in Output Tab During PHP Remote Debugging

Using Komodo 4.0 on a trial basis. I've gotten remote debugging to work for my PHP 5.2 project. I can see all of the variable changes, set breakpoints, etc. But there's nothing showing up in the Output tab, even after multiple echo statements. I've tried the following:

- Made sure "output_buffering = Off" in php.ini (and restarting)
- Made sure "implicit_flush = On" in php.ini (and restarting)
- Added "ob_flush()" to my code, after sending output
- Added "flush()" to my code, after sending output

Any thoughts on why I'm not seeing output and how to fix it?