



I only regularly reference a few languages in Komodo Edit at the moment: Perl, Mason, Python, JavaScript, SQL, XHTML, and CSS.
Is there a way to make those seven the "primary" options in the View As Language list, and shove everything else into the "Other" hierarchy?
I'm installing ActivePython 2.5.1.1 on Windows XP Pro (SP2). After the install, I was running Lib\test\testall.py . . . and a couple of the tests fail. With one exception, they complete successfully if I run the tests individually. However, test_ctypes.py always fails:
FAILED (errors=1)
Traceback (most recent call last):
File "Lib\test\test_ctypes.py", line 12, in
test_main()
File "Lib\test\test_ctypes.py", line 9, in test_main
run_suite(unittest.TestSuite(suites))
File "C:\localdata\root\util\python25\lib\test\test_support.py", line 426, in run_suite
I'm having an issue with the clipboard when Komodo is open. When I copy in Komodo, then press enter to create a new line anywhere in Komodo, I can not paste anything I copy or cut. This also goes for any other program I do a copy or cut from. In Photoshop I cut an object then happened to go into Komodo and edit something, then went back to Photoshop and the area I cut was no longer in my clipboard. It appears any time I edit something in Komodo it will remove items from the clipboard, but they aren't really removed. This is a fresh install with only visual changes to the program.
Perl v5.8.8, packaged with DBI v1.58 (Windows XP)
Because I am behind a firewall that prevents PPM communicating w/ repositories, I downloaded DBD-ODBC v1.15 and installed it manually and got the following error:
"ppm install failed: Can't find any package that provide DBI version 1.21 for DBD-ODBC"
I don't understand this error b/c DBI 1.21 is over 6 years old and the DBD-ODBC v1.15 is only about 4 months old....one would think the latest version of DBD-ODBC would work with something more recent than a 6 year old DBI module.
Thoughts, help???
This was my first attempt in installing ActivePerl and adding new repositories via PPM Preferences.
I tried to add a site via PPM preference to CPan, the status report from Perl Package Manager appeared successful, though PPM preference reproted zero Pkgs loaded. (see screen shot)
What else is needed in order to have Net-Z3950-ZOOM, http://search.cpan.org/CPAN/authors/id/M/MI/MIRK/Net-Z3950-ZOOM-1.24.tar... included in the repositories. I also have a few more to add. Thank you very much for your help.
**Jackie
When I attempt to run the following script:
use Win32::IsAdminUser();
if (IsAdminUser()) {
print "ADMIN\n";
}
exit;
I recieve the following error:
Can't locate Win32/IsAdminUser.pm in @INC (@INC contains: C:/usr/site/lib C:/usr/lib .) at gather.pl line 12.
C:\>perl -version
This is perl, v5.10.0 built for MSWin32-x86-multi-thread
(with 5 registered patches, see perl -V for more detail)
Copyright 1987-2007, Larry Wall
Binary build 1003 [285500] provided by ActiveState http://www.ActiveState.com
Built May 13 2008 16:52:49
Hi i have active perl 5.10 installed on my machine. I use Eclipse's EPIC to write perl scripts. I installed LibXML and when i include "use XML::LibXL" i get an error "Compilation failed in require". The error explanation in epic is as follows : Compilation failed in require
A fatal error (trappable)
Perl could not compile a file specified in a C statement.
Perl uses this generic message when none of the errors that it
encountered were severe enough to halt compilation immediately.
When i run the script from the command prompt i get a different error message
When I open my php.ini, php_browscap.ini, or any .ini file, Komodo Edit 4.x picks a language of "Text". I've been trying to find the correct language setting to correctly "colourise" the .ini files, but can't seem to find it. What am I missing?
thanks
I've hesitated to report this since 4.4.1 came out, just because it's almost impossible to describe.
When working with any $this in PHP classes, in either the Watch or Locals tab, I get really strange behaviour. Especially when working with very large objects (which occur a lot in vB and Joomla!).
For instance, trying to expand an object or array often won't work. The + will change to a -, but then everything on the list after that line just disappears. If I switch tabs and come back, most of the time the list will re-appear. But sometimes that's it - have to start a new session.
I am trying to use DBD::Oracle with ActivePerl version 5.8.8.822. I am able to run my code fine on a Linux OS, but when I run on Windows using ActivePerl I am getting the following error message...
install_driver(Oracle) failed: Can't load 'C:/Perl/site/lib/auto/DBD/Oracle/Oracle.dll' for module DBD::Oracle: load_file:The specified module could not be found at C:/Perl/lib/DynaLoader.pm line 229.
at (eval 34) line 3
Compilation failed in require at (eval 34) line 3.
Perhaps a required shared library or dll isn't installed where expected...