ActiveState Community

Windows

Cant get Python working on Komodo

OS: Windows

Hey, i cant get python working on komodo,
every time i try to open the python program i get the following on the picture.
and there's another picture of the settings.

i'd be very thankfull for any advice...
know that i know nothing about programming etc.
am still learning.... gotta start somewhere xD

lol

grtz
muddy

bluetooth serial port problem

OS: Windows

Hi,
I (badly) wrote a small program to control a device via serial port (more details here http://www.tarapippo.net/uniden/tcl15.html).
Works fine as long as I run a "hard wired" one, but refuses to start with the virtual ports created by a bluetooth dongle.

Serial port runs flawlessly when I use a terminal emulator.
Two virtual ports are associated to the BT device, one called "outgoing" (mapped to COM6) and one called "incoming", mapped to COM7.

The error message I get is:
"couldn't reopen serial 'COM6': invalid argument"

How to get ttk::treeview with no border

OS: Windows

Hello. Please help to disable sunken border on ttk::treeview (Tkx) on Windows.

... Thanks

PHP API Catalogs

OS: Windows

Hello Everyone.

Before I being, I just want to say Thank You to all those that worked on Komodo Edit, it is brilliant.

I am using Windows 7 Ultimate 32bit. and Komodo Edit, version 5.2.1, build 4108.

As I type PHP, I would like an autocomplete feature to be present. For that I think I would need a PHP API Catalog under Edit > Preferences > Code Intelligence > API Catalogs.

In there I have many things listed .. one was ticked .. but I unticked it since it was for python, and I won't be using python.

But PHP is not even listed in there !!

PerlNET and CompactFramework

OS: Windows

All,

does PerlNET support this?

-Jeremy

PerlApp bound file question

OS: Windows

The docs say

Extract
Configure whether the bound file should be automatically extracted when the application is run, or if invoking PerlApp::get_bound_file() or PerlApp::extract_bound_file() is needed to obtain the file.

The question is, if the file is automatically extracted when thee application is run, how do I access it?

Thank you

Windows Presentation Foundation plugin causing crash on exit

OS: Windows

The Windows Presentation Foundation plugin that got included in with Firefox/Mozilla over the last year appears to be responsible for KE crashes on exit (at least with my system).

About a week ago Firefox 3.5 disabled the plugin (I got a notification that it was being disabled and needed to restart Firefox), reporting it as a security risk. It also appears to be responsible for Firefox crashes reported by a lot of users.

The plugin is still included in the Mozilla framework in the latest KE 5.2. I've disabled it and KE stopped crashing on exit.

Komodo won't launch

OS: Windows

I am using windows xp. When i try to launch Komodo edit nothing happens. I a breif hour glass icon but Komodo dose not start. I have tried unistalling and reinstalling but it still dosnt work. i have read the forms but i dont think i have the required computer knoldge to follow the directions i found already in the form. I have to use this program for a class i am taking and i have homework to do. Any help would be great and thank you.

bodenn

exec(), system() and visible console issue

OS: Windows

Good morning,

I am trying to to a assemble a collection of various tools to run remotely on machines not located at our site, sub-sites, roaming users and so on. I have a central server share users can access when VPN'ing to us, once connected I have a little Perl script that basically does an xcopy on the content of the folder to only get newer stuff. Afterwards the updater launches the main utility which in turn does its stuff. My problem is with the updater.

TCL debugger grinds to a halt

OS: Windows

I added some simple decryption using Tcllib's aes to my script and now the debugger hangs for 3-4 minutes before finishing. Without loading the package it takes a few seconds.

Is there anything I can do about this? I don't need anything in this package debugged so I want to tell the debugger to ignore it. Maybe an option to not debug certain namespaces would solve this.