Re: [Tutor] Python IDE

2007-06-11 Thread Preecha Bundrikwong
Hi, I'm supporting John's opinion. WingIDE rocks!! I use Linux at work, Windows & Mac at home, I notice the Python editor on Windows also hints you the syntax as you type. Enjoy! PB ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman

Re: [Tutor] installing maya/python on linux

2007-06-04 Thread Preecha Bundrikwong
Thanks, but sorry again; how do you 'compile' the downloaded package? I'm new to Linux :-( PB ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] installing maya/python on linux

2007-06-04 Thread Preecha Bundrikwong
Dear all, Can anybody please give me an easy instruction on installing maya/python (pysource/sourcepy etc.) on a Linux machine. I've already downloaded it but never succeeded installing. BTW, there's no way to make installing process easier to life than this? (all those compile, source, .so, etc

Re: [Tutor] newbie: Reading text file

2007-06-03 Thread Preecha Bundrikwong
Dear all, Thanks for all your help. I followed Alan's suggestion -- dealing with the directory search path, by the method sys.path.append(). At first I thought it would mess up the whole sys.path after running the script. But it actually doesn't. Thanks again! Regards, PB ___

[Tutor] newbie: Reading text file

2007-05-31 Thread Preecha Bundrikwong
Dear Tutors, I have a text file (mylist.py actually), it contains exactly below: --- # file mylist.py jobs = [ 'Lions', 'SysTest', 'trainDD', 'Cats', 'train', 'sharks', 'whale', ] I want to write another script

[Tutor] Adding a (Python) Command Button in Maya

2007-05-14 Thread Preecha Bundrikwong
Dear Tutor, I'm pretty new to Python. I want to add a command button in Maya. Once clicked, it runs Python's script/program. I'm not sure where I should write to ask Python or Maya; Not in details, please tell me briefly so that I can investigate more from there. Your suggestion would be highly