[python-win32] python win32api maya2008

2010-04-21 Thread kNish
python so that I can place window exactly in that position. Is there any other way to get it? Best regards, kNish ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] name not defined

2008-07-30 Thread kNish
Hi, I am using the following code to send mail from a open window in maya application. This gives me following error. I think it says that A2 is not created. What is a possible way to have this code send a mail. BRgds, kNish # Error: name 'A2' is not defined # Traceback (m

[python-win32] class and modules

2008-07-26 Thread kNish
: def c: Do I need to know more before asking this question. Fill in the blanks. Brgds, kNish ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] error in list length

2008-07-20 Thread knish
Hi, Thank you for your reply. I will remember your point and send the code from the console. BRgds, kNish Larry Bates wrote: > > kNish wrote: >> Hi, >> >> The following lines of code gives an error starting with >

[python-win32] sort error

2008-07-20 Thread kNish
= BkFiles[len(BkFiles)-1] BRgds, kNish ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] error in list length

2008-07-09 Thread kNish
len(local_PvFiles)-1] split_last_pv_File_Name = re.search(data+"_bk[0-9]{2}_[a-z]{3}_pv[0-9]{2}",last_pv_File_Name ) lastPv_FileVersion = re.search('(?<=pv)\d+',split_last_pv_File_Name.group(0)) This code is being called in a procedure or function

[python-win32] python procedure in maya

2008-06-11 Thread kNish
Hi, 1) how do I source a python script thru MEL. 2) Execute a python script thru MEL (python("");) Brgds, kNish ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] maya and python

2008-05-19 Thread kNish
I need to call it from inside Maya. On Mon, May 19, 2008 at 7:54 PM, kNish <[EMAIL PROTECTED]> wrote: > Hi, > >How good is python 3rd party plugin like wxpython compatible > with maya 2008 that is running on windows 64. Do you say it is a good idea &

[python-win32] maya and python

2008-05-19 Thread kNish
Hi, How good is python 3rd party plugin like wxpython compatible with maya 2008 that is running on windows 64. Do you say it is a good idea to run scripts on it and expect a smooth function flow. BRgds, kNish ___ python-win32 mailing list

[python-win32] motorola ad

2008-04-29 Thread kNish
. What is your opinion on this. BRgds, kNish ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] scheduler function weekdaytask

2008-04-18 Thread kNish
Hi, scheduler.py has a function weekdaytask. It needs five parameters as stated in the scheduler.py. weekdays and timeonday I figured out. what is name and action, args=None, kw=None ? BRgds, kNish = class WeekdayTask(DayTaskRescheduler, Task

[python-win32] createtoolbar

2008-02-28 Thread kNish
f ExitApp(self, event): self.Close() app = wx.App() Panels(None, -1, 'Panels') app.MainLoop() createToolbar gives an error. (Look at the Attachment). How may I get this to work successfully. BRgds, kNish <>___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] python layoutdialog

2008-01-23 Thread kNish
Hi, Maya python command layoutDialog, in my view works strange. It takes the procedure from MEL equivalent if exists else gives an error. How may I successfully execute a layoutDialog in python in maya. BRgds, kNish ___ python-win32 mailing

[python-win32] infinite loop

2008-01-04 Thread kNish
. What I observe is that the File A loops stops working. correct me if I am wrong. What happens when two different infinite while loops execute one after another. Such that the last while loops breaks. Does this cause the first loop to stop too. How to encounter such issue. BRgds, kNish

[python-win32] cgi fieldstorage

2007-11-16 Thread kNish
Hi, to get a text field value from a php page, getvalue function is used. . . form = cgi.FieldStorage() artist = form.getvalue('artist') To get a value from a drop down box, what function should be used. bRgd

[python-win32] mysqldb python

2007-10-25 Thread kNish
in the server error log. " Is it possible to have the connect work thru a script just as it works thru a python shell. BRgds, kNish ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Mysqldb

2007-10-24 Thread kNish
Hi, Does anybody think it may be an issue with odbc and wamp5. BRgds, kNish On 10/24/07, kNish <[EMAIL PROTECTED]> wrote: > > Hi, > > Command in use : > > conn = MySQLdb.connect(host = "localhost",port = 3306, user = > "ro

Re: [python-win32] Mysqldb

2007-10-24 Thread kNish
a firewall) tries to connect to Computer A using the command conn = MySQLdb.connect(host = "localhost",port = 3306, user = "root",passwd = "",db = "dailies",cursorclass=MySQLdb.cursors.DictCursor) How else will it communicate to access the records on compute

[python-win32] Mysqldb

2007-10-24 Thread kNish
#x27;localhost' (10061)") Is it possible to have MySQLdb.connect run successfully from one machine to the server machine. This command run well from the server machine itself. Background premise : wamp5 on windowsxp. Is their a workaround for this. BRgds, kNish

[python-win32] lock workstation

2007-10-11 Thread kNish
r, ctype opendesktop. To trap the keys, I need to find a bind function. Is it possible to do this. Any suggestion. BRgds, kNish ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32