JLog (https://labs.omniti.com/trac/jlog) is available in regular CPAN, but not in the ActivePerl Windows PPM. Any ideas how to get it added (I've never built a package from scratch, so I'm not really in a position to add it myself).
Thanks,
Aaron
Hi,
I'm currently evaluating Komodo, again some other ide's. They seem to offer calltips that include all lines of python docstrings. Komodo only seems to want to display the first line. Is there any way to make komodo show you all the lines of a docsring?
Thanks
Example:
proc foo {path} {
del /q $path\\*.*
}
When i call the proc like this: foo c:\\mydoc, but occur error "invalid command name del". However, i can execute "del" command external of proc.
Anybody help me?
Hi,
While I am trying to execute a perl script containing XML::DOM package it is giving an error as follows:
Use of uninitialized value $str in concatenation (.) or string at C:/Perl/site/lib/XML/DOM.pm line 483.
Use of uninitialized value $str in concatenation (.) or string at C:/Perl/site/lib/XML/DOM.pm line 483.
I have tried to install XML-DOM package again as follows:
c:\>ppm install XML-DOM
But it is giving following error:
failed 500 can't connect to ppm4.activestate.com:80(connect: timeout)
It needs authentication.
Kindly help.....
Thank you.
We've been using Komodo for years on Linux/Solaris, and now need to do the same on windows...
After doing all setup needed, it is working but in a weird way -- if I set breakpoint on the first line of a script -- dbgp_tcldebug.exe is taking 100% of my 2.4Ghz CPU for about 70 seconds... Then the cursor appears and I can step through script.. I tried setting the breakpoint somewhere in the middle of application scripts and it took 11 minutes of 100% CPU load to get there.. But again, after it gets to the breakpoint -- all works OK.
Hi
does anybody know alternative to Dislin (www.dislin.de) graph library ?
Regards
Piotr
Based on the script below:
http://code.activestate.com/recipes/303343/
A Windows file can be deleted if its file permissions has been changed.
But if the Windows file was not closed before its file permissions are changed, it cannot be deleted.
Any methods to delete an opened Windows file? The script I am working on now requires me to rotate a batch of Windows files that can be opened by any user at any one time. During the rotation of Windows files, there is a need to delete and rename the files.
Thks in advance for the assistance rendered.
I recently installed Perl/Tk into ActivePerl 5.10.0 using PPM.
Although the module(s) appear to have been installed correctly, I am unable to get even a simple "Hello World" to work. I get an error telling me that Mainloop is not a recognized subroutine.
I noticed also that the only Tk modules in lib are Tkx related (bundled with 5.10?); is this correct? shouldn't there be more?
Hi, I am trying to run Python 2.5 compiler within Komodo export. Obviously I make some mistakes. In the command output windows it says: Running c:\python25\python.exe ... but no compilation starts.
Please, can somebody tell me how I have to set up Komodo for use with python?
carolus
If I purchase a license for the Windows Perl Dev Kit (PDK) Pro 7.3, can I install and use past versions of the PDK with that license, like PDK 7.0, PDK 6.0.1, PDK 5.2.0, etc.? Or do I need to purchase other licenses? There are several development projects I'm interested in that use different versions of the PDK. I'd like to use the matching PDK version for each project.