able to
launch this new process, that why it could be hanging.
BTW I'm still trying to get the script running using Python 2.7 from the
command prompt.
Thanks,
Sathish
On Fri, Sep 2, 2011 at 11:47 AM, Sathish S wrote:
> Hey Gabriel,
> Thanks a lot for replying. I was able to run
2011 at 7:56 AM, Gabriel Genellina wrote:
> En Mon, 29 Aug 2011 07:40:06 -0300, Sathish S
> escribió:
>
>
> We created a DLL using cygwin and have written a class based python module
>> for the same. We have created a sample script for the class based python
>> module
Hi Ppl,
We created a DLL using cygwin and have written a class based python module
for the same. We have created a sample script for the class based python
module, that creates an object of the class and calls various methods in the
class. This Test script works fine while I run it from IDLE. Howe
l 22, 2011 at 7:47 AM, Benjamin Kaplan
wrote:
> On Thu, Jul 21, 2011 at 6:42 PM, Sathish S
> wrote:
> > Hi Ppl,
> >
> > I have been trying to call a C DLL built in GCC with cygwin and Eclipse
> IDE
> > from python. Since this DLL was built using cygwin it had
Hi Ppl,
I have been trying to call a C DLL built in GCC with cygwin and Eclipse IDE
from python. Since this DLL was built using cygwin it had the following two
DLL's as dependency. cygwin1.dll and cyggcc_s-1.dll
I'm calling the cygwin_dll_init method in the cygwin1.dll before accessing
my DLL. W
Hi Ppl,
I'm loading a dll using the *cdll.LoadLibrary *function. How can I release
the dll after I'm done with it. Are there any functions to do this.
Thanks,
Sathish
--
http://mail.python.org/mailman/listinfo/python-list
Oops, i got the wrong person.
Thanks Peter. I was able to achieve the blinking functionality.
Thanks,
Sathish
On Tue, Feb 22, 2011 at 10:44 PM, Peter Otten <__pete...@web.de> wrote:
> Terry Reedy wrote:
>
> > On 2/22/2011 6:50 AM, Peter Otten wrote:
> >> import Tkinter as tk
> >> from itertool
Jeff,
Thanks a lot. It worked great for me as well.
Thanks,
Sathish
On Tue, Feb 22, 2011 at 10:28 PM, Jeff Hobbs wrote:
> On Feb 22, 8:48 am, Terry Reedy wrote:
> > On 2/22/2011 6:50 AM, Peter Otten wrote:
> >
> > > import Tkinter as tk
> > > from itertools import cycle
> >
> > > root = tk.T
Hi Ppl,
I'm using the Tkinter Text Widget in my user interface. I'm trying to create
a blinking effect for this Text Widget. I saw from the documentation I can
set the color if the widget when I create it.
x=Text(root,bg='#CFF')
However, I couldn't find any property or function that set's the ba
; On Fri, 2011-02-18 at 11:56 +0530, Sathish S wrote:
> > Hi Ppl,
> >
> >
> > I'm trying to launch IDLE from another application. For this I need
> > the python directory path. I have been trying to get the Active Python
> > versions path from the Windows regis
Hi Ppl,
I'm trying to launch IDLE from another application. For this I need the
python directory path. I have been trying to get the Active Python versions
path from the Windows registry. However, these registry entries seem not be
consistent across various stations, that i checked. I'm reading th
Hi Ppl,
I'm trying to use python for a macro recorder. In short I have a windows
based application, which has a macro recorder. The macros are captured as a
python script and when the script is executed they accomplish the user
action done on my application. I've written python scripts that can in
Hi Ppl,
Is there any python IDE or editor that has an ActiveX control which could be
embed in other Windows applications. I'm basically looking to write a
application that can show the indentations of python, change the color of
keywords etc on a application, which will save this python script and
Hi ppl,
I'm trying to call the LabVIEW VI's from python. I'm trying to use the Call
method exposed in the LabVIEW activex. this method expects the input values
to be passed as an array of reference. I'm passing a list to it, and I find
that the list is unchanged. Here is my code:
import win32com.
14 matches
Mail list logo