Results 1 to 1 of 1

Thread: Embeded Python

  1. #1
    Join Date
    Jul 2010
    Location
    Cairo - Egypt
    Posts
    6
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Embeded Python

    Hi
    i work under CentOS 5.5, Qt 4.7, Python 2.4.
    i need to send data from C++ to Python.
    i write a code but it's not work, i have an Inferior System error on it.
    PyObject* objArg = Py_BuildValue("(z)", cKeyNum);
    PyObject* objFunc = (PyObject*)Init;
    pValue = PyEval_CallObject(objFunc, objArg

    if there any know how to solve this problem please answer me .
    Thanx
    Last edited by HanyM.Magdy; 30th September 2010 at 18:18.

Similar Threads

  1. Embedding PyQt4 into an Application running Python via Boost::Python
    By GreyHound in forum Installation and Deployment
    Replies: 1
    Last Post: 6th February 2012, 06:48
  2. System Error in Python embeded script
    By HanyM.Magdy in forum Qt Programming
    Replies: 0
    Last Post: 9th August 2010, 12:20
  3. Embeded QGraphicsProxyWidget away from boundingRect
    By qlands in forum Qt Programming
    Replies: 13
    Last Post: 14th June 2010, 15:35
  4. QContextMenu in an embeded widget
    By baray98 in forum Qt Programming
    Replies: 1
    Last Post: 2nd December 2008, 19:20
  5. QGraphicsView and embeded widgets
    By bunjee in forum Qt Programming
    Replies: 10
    Last Post: 12th October 2008, 07:43

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.