ActiveState Community

Windows

Using the Zend Framework "New Project from template" error

OS: Windows

When using the Zend Framework template from "New Project from template"

I get the following error:

"XML Parsing Error: undefined entity Location: chrome://zendframework/content/zendMVCWizard.xul Line Number 125, Column 15"

Using Komodo Edit 1.5.3 on Windows 7

Any ideas,
Thanks in advance

Sooo...no 32 bit - xp version anymore?

OS: Windows

I looked all over here and I can't find it anywhere. There are numerous references to 32 bit availability on google (prolly ancient) and I'm stuck with an old Sempron 2800+ turd right now (Plz don't tell me to upgrade - would if I could, LOL)

Thanx.

...Todd

perlnet and csharp partial classes

OS: Windows

All,

suppose i create a c# partial class with some methods.
will I then be able create a perlnet library that adds a method(subroutine) to the same class(Package).

I wish to avoid extend or inheriting.

Thanks in advance for your help.

-Jeremy

Compiling with PerlApp. Script uses ImageMagick

OS: Windows

Has anyone been able to build a standalone executable that uses ImageMagick. No matter what I do I get the message that 'auto/Image/Magick/Magick.dll cannot be found. The goal is to be able to distribute this app to a number of servers in my organization and not have to install and manage a PERL install on all of the boxes.

Any thoughts or suggestions would be greatly appreciated.

Scott.

Installation of version 3.2

OS: Windows

Hi! I just installed an old version of Tcl I need (version 3.2) and am getting a splash screen complaining that I dont have a valid license.
I looked for one in the ActiveState, but only get them for the last version!
How can I run a previous version if there are no licenses for it?

Thanks!

Fran L.

Wrong ElementTree version in ActionPython 2.6

OS: Windows

According the line 144 in Lib/xml/etree/ElementTree.py, the version is 1.2.6 but in the document is 1.0.6. I think it's a typo and should be fix for the people want to using the same ElementTree version with other python distribution.

http://docs.activestate.com/activepython/2.6/whatsincluded.html

Windows 7 and activepython, com object worked under xp with activepython 2.5.4.3

OS: Windows

Windows 7 and activepython, com object worked under xp with activepython 2.5.4.3

Under windows XP I installed activepython 2.5.4.3 and registered my com object (where you right click on the file and select register) It allows me to work with sqlite db from in another application (cmud).

Nightly builds for Windows failed or removed?

OS: Windows

I was browsing the Nightly repository when I noticed there was no Windows build.

Is this intentional or did the build process for Win fail? Please let it be the latter.

Installing active perl 5

OS: Windows

Hi guys I am new to Perl.

I use windows XP

I am having problem with installing Perl 5 or PDK 8

I have down loaded them as I try to install, I get the following message.

new window with ICONS: Perl, PPM, Documentation, Example.

And nothing happens after that.

If I right click on these on PDK 8, I get choices , install, modify, un - install, or open with, etc. I

Click on open with: internet explorer ; It opens and closes

If I try to open with window installer nothing happens.

Can some one help

yet another commandline arg problem

OS: Windows

Having developed some nice scripts to do stuff on my desktop - a vista machine, all works fine there with perl 5.10

i loaded 5.10, then 5.8, on a second vista (laptop)
cannot get any command line args through with either version.
NEITHER
perl foo.pl xxx
or foo.pl xxx
"see" the xxx/ Thinks $#argv is -1 for all invocations.
file assoc appears ok,
.pl=Perl
and Perl command from ftype perl is
c:\perl\bin\perl.exe "%1" %*
ie the %* is not missing.

the kicker is i installed 5.10 on an xp machine, and it also cannot "see" command line arguments.

pulling my hair out!