Re: Query regarding PythonQt

2008-06-30 Thread Shankar Narayana
file. Otherwise, the terminal will crash. Now issue the command "make" and run your application. Things work fine now. I am not very clear with QRC but its a very good solution. Rgds, Shankar On Fri, Jun 27, 2008 at 2:41 PM, Shankar Narayana <[EMAIL PROTECTED]> wrote: > Hi,

Re: Query regarding PythonQt

2008-06-28 Thread Shankar Narayana
Hi, Can somebody please help me with the issue of ".pyc" creating problems when we rerun the application, written using PythonQt ? The description of the problem is given below. Regards, Shankar On Fri, Jun 27, 2008 at 2:41 PM, Shankar Narayana <[EMAIL PROTECTED]> wrote: >

Query regarding PythonQt

2008-06-27 Thread Shankar Narayana
Hi, I am newbie to PythonQt. I wanted to access the Qt objects created in C++ using Python and update things. I had a look at this URL " http://doc.trolltech.com/qq/qq23-pythonqt.html#decoratorsandcwrappers"; which talks about using PythonQt for the same. I followed the instructions given in the