ActiveState Community

Windows

ActivePython 3.0.1.1 & 3.0.0.0 missing pywin32

OS: Windows

It looks like both the MSI and .zip installers for ActivePython 3.0 are missing PyWin32. The install notes at:

http://docs.activestate.com/activepython/3.0/installnotes.html

seems to indicate that it should be present. Is this just an accidental omission from the installer or is the documentation incorrect?

TCL*.tmp files in project directories

OS: Windows

TCL*.tmp files are accumulating in my working (project) directories. What did I turn on to cause this and how do I turn it off?

Editing koTclLanguage.py file

OS: Windows

I have made a small change to the koTclLanguage.py file and it doesn't seem to make any difference. Of course, I don't have a real reference, so I don't know if I'm changing the right line of code.

I see two possibilities:

1) I didn't recompile it into koTclLanguage.pyo
2) I didn't change the right line of code, so it doesn't have any effect that I can see.

bracehighlight not working with Rebol files

OS: Windows

The bracehighlight colors are working fine with js and php, but not with rebol.
Is there a workaround?

Any help is appreciated.

5.1 with Google App Engine

OS: Windows

In 5.1 you need to edit your run command and set PYTHONHOME to nothing to launch dev_appserver.py

Adding All Open Files to Project...

OS: Windows

Hello All:

I know there is a way I just have not figured it out yet. I have a few open files at a time and I want to add them all to the project that is open.

I find myself doing this by dragging the tabs one at a time over to the project. Is there another quicker way to get this done?

Thanks for any help or advice on this,

Paul

Generating a HTML file.

OS: Windows

Hi,

I have a tcl program that gets server data. I want to know, is it possible in tcl/tk to generate a html file to output the data onto?

Thanks,
Philip.

Interview Questions | Online Games | Freelance Projects

OS: Windows

Hi Guys,

Please follow this link to get un-limited interview questions on asp.net, testing, php, java, oracle etc.This site also includes Freelance projects, Online air ticket reservation functionality, gaming, latest sports news, discussion forum, directory submission, latest jobs.

http://www.interviewhelper.org

Follow the link and have all these functionalities under one url.

Thanks and Regards,
Interview Helper Team

Updating Komodo using *.mar files

OS: Windows

Hi,
Can someone please tell me, how to update Komodo Edit using the .mar files? I'm currently using one of the beta versions of 5.1 and with so many updates it would be a lot more convenient to update to the latest version rather than uninstall and install the new version. I've looked over the mozilla forums on using the mar files but I haven't been able to make it work. Can someone please give me a step by step tutorial on how to do this right for Komodo Edit?

Thanks

Automated testing activex controls

OS: Windows

Hello,
I wanted to test an MFC application containing activex controls(MSFlexGrid in my application). I enabled the application for automation. I used Win32::OLE for this purpose. But i could not get the object that control MSFlexGrid present in the application.

I created an object referring the application using the statement

my $MyApp = Win32::OLE->new("mySample.Application");

Now how to control the activex control?
Thank you in advance.