Hi,
After a big fight, I could get through the problem. I am posting it so
that others does not waste time solving the issue.
I dont know why "evalfile" method is having problems with existing .pyc
files. But, we can solve it this way.
First create your .cpp and .py file in directory. Then, do
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:
> Hi,
> I am newbie t
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