[PyQt] Importing marble fails

2012-01-28 Thread heathmatlock
I compiled one of the newer marble commits, 10c910a9cae3c4e8eb9be442d80125b7e7338e67, and copied the marble.so into /usr/lib/python2.7/dist-packages/PyKDE4 and when I go to import marble within a python interpreter, this error is given:http://paste.kde.org/194432/ The error is mentioned in

Re: [PyQt] Importing marble fails

2012-01-28 Thread heathmatlock
On Sat, Jan 28, 2012 at 9:47 AM, David Boddie da...@boddie.org.uk wrote: On Sat, 28 Jan 2012 02:12:19 -0600, heathmatlock wrote: I compiled one of the newer marble commits, 10c910a9cae3c4e8eb9be442d80125b7e7338e67, and copied the marble.so into  /usr/lib/python2.7/dist-packages/PyKDE4

Re: [PyQt] Importing marble fails

2012-01-28 Thread heathmatlock
, heathmatlock heathmatl...@gmail.com wrote: On Sat, Jan 28, 2012 at 9:47 AM, David Boddie da...@boddie.org.uk wrote: On Sat, 28 Jan 2012 02:12:19 -0600, heathmatlock wrote: I compiled one of the newer marble commits, 10c910a9cae3c4e8eb9be442d80125b7e7338e67, and copied the marble.so into  /usr/lib

Re: [PyQt] [Marble-devel] Marble with python bindings

2012-01-08 Thread heathmatlock
Hi Tony, Marble functions aren't currently supported by PyKDE, it's something Simon, the PyKDE maintainer, might be working on, and if not, I'll gladly put forth the time to fix this. I sent an email to Simon a few mins ago and then saw your email, I'll let you know what he says if he doesn't

[PyQt] Marble app

2012-01-07 Thread heathmatlock
Is there an equivalent for QtCore/QDebug? When writing a runner for marble, you have directives at the top, e.g.: #include marble/MarbleWidget.h#include marble/MarbleModel.h etc. How you would call MarbleWidget or MarbleModel from PyKDE? -- Heath Matlock +1 256 274 4225

[PyQt] What's wrong with the tutorial on techbase?

2011-12-29 Thread heathmatlock
Any ideas on why this tutorial isn't working? http://techbase.kde.org/Development/Tutorials/Plasma/PythonRunner At the top in the build section, it says, For this example, ourpackage will be called 'runner_msgbox'. But then in themetadata.desktop file, it has this

Re: [PyQt] What's wrong with the tutorial on techbase?

2011-12-29 Thread heathmatlock
On Thu, Dec 29, 2011 at 7:15 PM, heathmatlock heathmatl...@gmail.com wrote: Any ideas on why this tutorial isn't working? http://techbase.kde.org/Development/Tutorials/Plasma/PythonRunner At the top in the build section, it says, For this example, ourpackage will be called 'runner_msgbox