Re: python, dbus and pointers help.

2008-03-25 Thread Glich
A replay from ubuntu forums: by Roptaty: Using dbus you can only get information from Pidgin, you cant modify the information. To do this, you need to write a plugin loaded in Pidgin. (See http://developer.pidgin.im/wiki/DbusHowto ) -- http://mail.python.org/mailman/listinfo/python-list

python, dbus and pointers help.

2008-03-24 Thread Glich
''' hello, using pidgin instant messenger I can get the value of 'message' when one is being sent but, I dont know how to chage the value of message. from the documentation (http://developer.pidgin.im/doxygen/dev/html/ conversation-signals.html#sending-im-msg): _

Re: python, dbus and pointers help.

2008-03-24 Thread Glich
or a way of letting me see the message then cancel sending it then I could create a new message and send that one. but I cant see this in the documentation -- http://mail.python.org/mailman/listinfo/python-list

Re: Control mouse position and clicking

2007-11-29 Thread Glich
I am running ubuntu. :) -- http://mail.python.org/mailman/listinfo/python-list

Control mouse position and clicking

2007-11-28 Thread Glich
hi, how can I, control mouse position and clicking from python? I want to interact with a flash application inside firefox. thanks. ps: I am not using windows. -- http://mail.python.org/mailman/listinfo/python-list

parsing ast nodes help to get callfunc values.

2007-10-30 Thread Glich
Func name: fun2 Func line number: 6 Stmt([Pass()]) isinstance false Func name: fun4 Func line number: 9 Stmt([Pass()]) isinstance false Traceback (most recent call last): File /home/glich/compi.py, line 15, in module print \nFunc name: + str(func.name) AttributeError: Discard instance has

Getting callfunc from ast code.

2007-10-28 Thread Glich
of that function. import compiler import compiler.ast parse_file = compiler.parseFile(/home/glich/file.py) count = 0 while count (len(parse_file.node.nodes) - 1): func = parse_file.node.nodes[count] print \nFunc name: + str(func.name) print Func line number: + str(func.lineno

Re: Getting callfunc from ast code.

2007-10-28 Thread Glich
Your help is very useful. I would not be able to progress without you! Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: Start

2007-05-19 Thread Glich
I got started here: http://showmedo.com/videos/python -- http://mail.python.org/mailman/listinfo/python-list

FreeType

2007-05-17 Thread Glich
Hi, where can I download freetype (= 2.1.7)? I need it to use matplotlib. I have search a lot but still can not find it. Thanks! -- http://mail.python.org/mailman/listinfo/python-list

Re: FreeType

2007-05-17 Thread Glich
I've been there. All the code is in C/C++, don't I need it in python? I will explore the software. I dismissed this because there was no python. I am knew to all of this. Thanks for your reply. -- http://mail.python.org/mailman/listinfo/python-list

SPE

2007-04-26 Thread Glich
Is SPE open source? I want to try to implement a windows compiler into the GUI using py2exe. thanks! -Glich -- http://mail.python.org/mailman/listinfo/python-list

Re: SPE

2007-04-26 Thread Glich
After posting this message I realized the stupid mistake I had made! But it was too late to change! I think patching it with py2exe would be a good idea. Greetings also, Glich -- http://mail.python.org/mailman/listinfo/python-list