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 are accumulating in my working (project) directories. What did I turn on to cause this and how do I turn it off?
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.
The bracehighlight colors are working fine with js and php, but not with rebol.
Is there a workaround?
Any help is appreciated.
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
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.
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
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
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.