RE: Need help in python plug-in development

2010-04-28 Thread Andreas Tawn
> Hi, I am new to python. I am using python 2.6. I have gone through the > basic python and now I am trying to develop some plugin for maya 2009 > through python. So, for that I would need helping hand. You'll probably have more luck with pymel specific stuff at http://www.tech-artists.org/ Chee

Re: Need help in python plug-in development

2010-04-28 Thread Krister Svanlund
On Wed, Apr 28, 2010 at 12:21 PM, Suraj Sakhare wrote: > Hi, I am new to python. I am using python 2.6. I have gone through the > basic python and now I am trying to develop some plugin for maya 2009 > through python. So, for that I would need helping hand. You would have to ask questions for tha

Need help in python plug-in development

2010-04-28 Thread Suraj Sakhare
Hi, I am new to python. I am using python 2.6. I have gone through the basic python and now I am trying to develop some plugin for maya 2009 through python. So, for that I would need helping hand. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python plug-in

2006-03-31 Thread Terry Hancock
toto wrote: >I'm trying to find some howto, tutorial in order to create a python program >that will allow plug-in programming. I've found various tutos on how to >write a plug-in for soft A or soft B but none telling me how to do it in my >own programs. Do you have any bookmarks ? > > There is m

Re: Python plug-in

2006-03-29 Thread bruno at modulix
toto wrote: > Hi, > > I'm trying to find some howto, tutorial in order to create a python program > that will allow plug-in programming. I've found various tutos on how to > write a plug-in for soft A or soft B but none telling me how to do it in my > own programs. Do you have any bookmarks ?? Tr

Re: Python plug-in

2006-03-28 Thread Jean-Paul Calderone
On Tue, 28 Mar 2006 22:42:46 +0200, toto <[EMAIL PROTECTED]> wrote: >Hi, > >I'm trying to find some howto, tutorial in order to create a python program >that will allow plug-in programming. I've found various tutos on how to >write a plug-in for soft A or soft B but none telling me how to do it in

Python plug-in

2006-03-28 Thread toto
Hi, I'm trying to find some howto, tutorial in order to create a python program that will allow plug-in programming. I've found various tutos on how to write a plug-in for soft A or soft B but none telling me how to do it in my own programs. Do you have any bookmarks ?? Regards, Laurent. -- h

Re: Python plug-in Frameworks like Eclipse RCP...

2005-04-02 Thread Diez B. Roggisch
Jim Hargrave wrote: > Hum, maybe my question was too specific. What I would really like to > know is what is the best way to implement a Python application with a > pluggable architecture. In particular, I would like to use wxPython and > have plug ins automatically register themselves with the GU

Re: Python plug-in Frameworks like Eclipse RCP...

2005-04-01 Thread Jim Hargrave
Hum, maybe my question was too specific. What I would really like to know is what is the best way to implement a Python application with a pluggable architecture. In particular, I would like to use wxPython and have plug ins automatically register themselves with the GUI by adding themselves to

Python plug-in Frameworks like Eclipse RCP...

2005-03-30 Thread Jim Hargrave
Eclipse provides a very nice application framework which supports plug-ins. It's easy to dynamically add new functionality, menu items, property editors, options etc.. using a combination of XML and Java code. Is there a similar framework for Python? If not any hints on how such a framework wou