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
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.
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.
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
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).
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.
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
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!