ActiveState Community

Windows Vista

Python download for Vista 64 bit

Hi. I'd like to know if there's a Python download for Windows Vista 64 bit not just the 32 bit version of Vista? And is there screenshots on installing Python for 64 bit? Thanks much!

timejumper2020

Yet another xdebug / vista question

I am trying to debug using Komodo. I can not get it to work 100%. First I hit "Step In/go" and get the Debugging Options. When I choose the working directory of my PHP script in "Interpreter Arguements," the script runs but in the debugger window get:

Call to undefined function: mysql_connect().  Please install the MySQL Connector for PHP

flock Problem

Ok, I'm having an annoying problem with a Perl program I wrote. Its supposed to interface with a Flash program, but I can't get flock() to work. I create a semaphore file by appending '.sem' ($d_SemExt) to $a_File, then I use flock on that so no data is corrupted. I use No-blocking in a loop so the user isn't hung forever. Here's a snippet of the code that runs:
sub lock
{# Places a lock on a file
# Arguments: The file to lock, the type of lock
# Returns: 0 if the lock failed, any true number representing the lock (used for unlocking)
shift;
my($a_File, $a_Type) = @_;

Crypt::RSA package crashing perl

Hello,

I'm using Perl 5.8 build 824 on Vista Ultimate SP1. I've installed the Crypt::RSA package and all related packages such as Math::Pari. I'm trying to test out an example given as such:
use Crypt::RSA;

my $rsa = new Crypt::RSA;

($public, $private) =
$rsa->keygen (
Identity => 'Lord Macbeth ',
Size => 2048,
Password => 'A day so foul & fair',
Verbosity => 0,
);

a problem launching komodo edit

Hi everyone, I have this strange problem:
After I installed the Komodo Edit 4.4.1-1774 on my pc, when I try to launch it (either by shortcut or straight by launching the exe file) I get the following message: "error creating ": No such file or directory" and when I press OK, I get a second message: "could not determine the host user data dir".
I tried to uninstall it and reinstall but the problem remains.
Does anyone have an idea why this happens?

cannot find python23.dll

When attempting to execute a Python24 script, I always get a message "python23.dll" was not found.
However, python23.dll is in my directory c:\python24\dll !
What is wrong?

My copy of python23.dll is version 2.3.5 dated 2/8/2005

Code Intelligence with php static classes

Komodo cannot find variables saved into a static class:

<?php

abstract class Config
{
    static public $db
}

class DB
{
    public function foo($bar)
    {
        print $bar;
    }
}


Config::$db = new DB();

Config::$db->  //error determining completions

pystderr.log:

ERROR: koCodeIntel: error evaluating completions:
  trigger: <Trigger 'php-complete-object-members' at 189>
  log:
    info: eval 'db' at config.php#19  <Trigger 'php-complete-object-members' at 189>      
    

Komodo not recognizing latest PHP functionality

Hi everyone,

I testing the Komodo trial right now and came across some problems with the "intellisense" like feature (how it's called in Visual Studio).

It seems to work fine for the most commands, but latest PHP5 functionality does not seem to work. For example, in Komodos suggestions for possible public functions within a class, "__autoload()" is possible while "__construct()" is not. Is there a way to update this behaviour with latest PHP5 syntax?

Thanks for your help in advance!

Komodo with remote (but local) files

Hi All,

First of all, Komodo is great, and I'm impressed with the great enhancements over the last year.

I have a niggly issue though. I have been using an application called sftpdrive, which creates a fake physical drive (M:) of my webroot at work (it's a linux server on a low bandwidth connection). Allowing me to transparently work like i was in the office, this has been _really_ good for me.

PHP configuration

Hey,

I was hoping you guys help me get my php stuff going.

I am using Windows Vista
Just downloaded Komodo Edit and a WAMP

Apache seems to be running okay (as in when I tell it to connect, it says it is connected)

I did the configuration test in komodo, and it initially said that the php.ini was not ready, so I followed its instructions and located the php.ini file and the executable file. It says that it is ready now.