On 01/04/2012 10:30 PM, André Pönitz wrote: > On Wed, Jan 04, 2012 at 10:10:11PM +0100, André Pönitz wrote: >> Coming back to your original debugger log, there's >> >> &"Traceback (most recent call last):\n" >> &" File \"<string>\", line 1, in<module>\n" >> &"IOError: [Errno 2] No such file or directory: >> '/share/qtcreator/dumper/bridge.py'\n" >> &"Error while executing Python code.\n" >> >> >> It looks like bridge.py (and subsequently dumper.py etc) cannot >> be loaded, but I haven't seen this particular message before? >> >> What does 'python --version' return? python --version returns: Python 2.7.2+ > On second thoughts, the path looks strange. This should be > prepended by "QDir::cleanPath(QCoreApplication::applicationDirPath()". > > What version of Qt is that? How did you install Qt Creator? Are there > any symbolic links involved in your setup? No symbolic links involved AFAIK, I didn't create any. The main difference I could think of is that qtcreator2.4.81 was built from the source code (from git repository), while qtcreator2.4.0 was installed from prepared build file (http://qt.nokia.com/downloads/qt-creator-binary-for-linux-x11-64-bit), provided by Nokia. Regarding QT itself, it was build from the source code (http://download.qt.nokia.com/qt/source/qt-everywhere-opensource-src-4.8.0.tar.gz), version 4.8.0. In case qtcreator codebase was not significantly changed regarding debugging support, then the difference (bug) in debugger behavior come from the newer version of QT framework (4.8.0) or from python version 2.7.2+.
Nenad _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
