Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Dev

MYTHPYTHON news or information??? anyone?

 

 

MythTV dev RSS feed   Index | Next | Previous | View Threaded


hendrixski at storsint

Nov 13, 2007, 2:21 PM

Post #1 of 7 (2185 views)
Permalink
MYTHPYTHON news or information??? anyone?

What ever happened to mythpython? I googled it and the only information
about it is the few posts we had here on the mailing list a month or so
ago. Is this project still alive, is there somewhere that I can check
up on it? Can I make easy mythtv plugins with python yet?


--
- Hendrixski

How to ask questions:
* Do your homework: google it, search archives from lists and forums
* Ask on the appropriate list or forum using a meaningful header
* Be precise, impersonal, to the point, state your goal, and say "please" and "thank you"

How to answer questions:
* Verify what they're asking about, turn bad questions into good ones
* Give information, ask if it answers their question. Rinse & Repeat
* Not all manuals are created equal! link to your favorite one and say "Read This Fine Manual"



_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


joleu at web

Nov 13, 2007, 3:18 PM

Post #2 of 7 (2100 views)
Permalink
Re: MYTHPYTHON news or information??? anyone? [In reply to]

Thank you for your interest. I am currently working on it. I try to make a new
release next week with two useable python scripts: One script, which allows
the user to watch trailers from the apple homepage and another plugin to
control the Music Player Daemon (www.musicpd.org). Currently I am busy with
testing Threads within scripts and fixing some MythUITypes I wrote for
MythPython.

> What ever happened to mythpython? I googled it and the only information
> about it is the few posts we had here on the mailing list a month or so
> ago. Is this project still alive, is there somewhere that I can check
> up on it? Can I make easy mythtv plugins with python yet?


_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


joleu at web

Nov 22, 2007, 10:07 AM

Post #3 of 7 (1987 views)
Permalink
Re: MythPython new release [In reply to]

Dear List:

Here it is [1], a new MythPython release. What you can do now you can see in
the examples. There are many more things for me to do. But feel free to
comment.

Johannes

[1] http://rapidshare.com/files/71533104/mythpython-0.03.tar.bz2
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


laga+mythtv at laga

Nov 22, 2007, 10:31 AM

Post #4 of 7 (1989 views)
Permalink
Re: MythPython new release [In reply to]

Johannes Leupolz schrieb:
> Dear List:
>
> Here it is [1], a new MythPython release.

Yay! Cool stuff :)

I've mirrored the new MythPython release on my webspace so that people
don't have to use rapidshare: http://laga.ath.cx/mythpython-0.03.tar.bz2

HTH,

Michael
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


laga+mythtv at laga

Nov 22, 2007, 10:37 AM

Post #5 of 7 (1990 views)
Permalink
Re: MythPython new release [In reply to]

Michael Haas schrieb:
> Johannes Leupolz schrieb:
>> Dear List:
>>
>> Here it is [1], a new MythPython release.
>

Just tried to compile it on Ubuntu 7.10 amd64:

laga[at]prometheus:~/dev/mythpython/mythpython-0.03$ cmake . && LC_ALL=C make
-- Configuring done
-- Generating done
-- Build files have been written to:
/home/laga/dev/mythpython/mythpython-0.03
[ 4%] Generating mythcustomthemeddialog.moc
[ 9%] Generating mythuilineedit.moc
[ 14%] Generating mythuilisttree.moc
[ 19%] Generating mythuimanagedtreelist.moc
[ 23%] Generating scriptengine.moc
Scanning dependencies of target mythscriptlayer
[ 28%] Building CXX object
libmythscriptlayer/CMakeFiles/mythscriptlayer.dir/krossmyth/mythscriptcontext.o
[ 33%] Building CXX object
libmythscriptlayer/CMakeFiles/mythscriptlayer.dir/krossmyth/mythscriptthread.o
[ 38%] Building CXX object
libmythscriptlayer/CMakeFiles/mythscriptlayer.dir/krossmythui/mythscriptdialogs.o
[ 42%] Building CXX object
libmythscriptlayer/CMakeFiles/mythscriptlayer.dir/krossmythui/mythscriptuitypes.o
[ 47%] Building CXX object
libmythscriptlayer/CMakeFiles/mythscriptlayer.dir/krossmythui/mythuilineedit.o
[ 52%] Building CXX object
libmythscriptlayer/CMakeFiles/mythscriptlayer.dir/krossmythui/mythuilisttree.o
[ 57%] Building CXX object
libmythscriptlayer/CMakeFiles/mythscriptlayer.dir/krossmythui/mythuimanagedtreelist.o
[ 61%] Building CXX object
libmythscriptlayer/CMakeFiles/mythscriptlayer.dir/scriptengine.o
[ 66%] Building CXX object
libmythscriptlayer/CMakeFiles/mythscriptlayer.dir/mythcustomthemeddialog.o
[ 71%] Building CXX object
libmythscriptlayer/CMakeFiles/mythscriptlayer.dir/krossmyth/pymythPYTHON_wrap.o
[ 76%] Building CXX object
libmythscriptlayer/CMakeFiles/mythscriptlayer.dir/krossmythui/pymythuiPYTHON_wrap.o
Linking CXX static library libmythscriptlayer.a
[ 76%] Built target mythscriptlayer
[ 80%] Generating scriptselector.moc
Scanning dependencies of target mythpython
[ 85%] Building CXX object mythpython/CMakeFiles/mythpython.dir/main.o
/home/laga/dev/mythpython/mythpython-0.03/mythpython/../libmythscriptlayer/mythcustomthemeddialog.h:32:
warning: 'class MythKeyPress EventTunnel' has virtual functions
but non-virtual destructor
/home/laga/dev/mythpython/mythpython-0.03/mythpython/main.cpp: In
function 'int mythplugin_run()':
/home/laga/dev/mythpython/mythpython-0.03/mythpython/main.cpp:46:
warning: unused variable 'uiloaded'
/home/laga/dev/mythpython/mythpython-0.03/mythpython/main.cpp:47:
warning: unused variable 'window'
[ 90%] Building CXX object
mythpython/CMakeFiles/mythpython.dir/MythThemedDialog.o
[ 95%] Building CXX object
mythpython/CMakeFiles/mythpython.dir/scriptselector.o
/home/laga/dev/mythpython/mythpython-0.03/mythpython/../libmythscriptlayer/mythcustomthemeddialog.h:32:
warning: 'class MythKeyPress EventTunnel' has virtual functions
but non-virtual destructor
/home/laga/dev/mythpython/mythpython-0.03/mythpython/../libmythscriptlayer/krossmythui/mythscriptdialogs.h:24:
warning: 'class MythS criptDialogBase' has virtual functions but
non-virtual destructor
/home/laga/dev/mythpython/mythpython-0.03/mythpython/../libmythscriptlayer/krossmythui/mythscriptdialogs.h:37:
warning: 'class MythS criptCustomThemedDialog' has virtual
functions but non-virtual destructor
/home/laga/dev/mythpython/mythpython-0.03/mythpython/../libmythscriptlayer/krossmythui/mythscriptdialogs.h:51:
warning: 'class MythS criptDialogBox' has virtual functions but
non-virtual destructor
/home/laga/dev/mythpython/mythpython-0.03/mythpython/scriptselector.cpp:
In member function 'virtual bool MythScriptSelector::keyPre
ssEvent(QKeyEvent*)':
/home/laga/dev/mythpython/mythpython-0.03/mythpython/scriptselector.cpp:33:
warning: control reaches end of non-void function
Linking CXX shared library libmythpython.so
/usr/bin/ld:
/home/laga/dev/mythpython/mythpython-0.03/libmythscriptlayer/libmythscriptlayer.a(scriptengine.o):
relocation R_X86_64_ 32 against `a local symbol' can not be used
when making a shared object; recompile with -fPIC
/home/laga/dev/mythpython/mythpython-0.03/libmythscriptlayer/libmythscriptlayer.a:
could not read symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [mythpython/libmythpython.so] Error 1
make[1]: *** [mythpython/CMakeFiles/mythpython.dir/all] Error 2
make: *** [all] Error 2
laga[at]prometheus:~/dev/mythpython/mythpython-0.03$
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


joleu at web

Nov 22, 2007, 11:21 AM

Post #6 of 7 (1993 views)
Permalink
Re: MythPython new release [In reply to]

Hi, thank you for trying out mythpython

I don't have a 64-bit computer, so I could only try to guess.
I found this link with google:
> http://www.cmake.org/pipermail/cmake/2007-May/014350.html

can you try to apply this patch and try again (starting with cmake .)
> http://pastebin.com/m72961c3b

Johannes

---
> Just tried to compile it on Ubuntu 7.10 amd64:
>
> laga[at]prometheus:~/dev/mythpython/mythpython-0.03$ cmake . && LC_ALL=C make
Attachments: mythpython_64.diff (1.89 KB)


hendrixski at storsint

Nov 25, 2007, 4:49 PM

Post #7 of 7 (1946 views)
Permalink
Re: MythPython new release [In reply to]

Thanks for mirroring the file Michael, something about that rapidshare
website just rubs me the wrong way. Too many advertisements I guess.

I'm pretty impressed with this Johannes. I really like how it displays
the scripts to chose from, it's a great concept. Unfortunately the
apple-trailer plugin did not work for me, and it does not exit cleanly.
Though, the UI components in the examples aren't half bad. I bet you'll
have people writing scripts for your platform in no time!

Keep up the good work! I'm looking forward to the next release, and if
I find the time, I'll tinker with some python scripts in mythpython. :-)

- Hendrixski

>> Here it is [1], a new MythPython release.
>>
> I've mirrored the new MythPython release on my webspace so that people
> don't have to use rapidshare: http://laga.ath.cx/mythpython-0.03.tar.bz2
>
--
- Hendrixski

How to ask questions:
* Do your homework: google it, search archives from lists and forums
* Ask on the appropriate list or forum using a meaningful header
* Be precise, impersonal, to the point, state your goal, and say "please" and "thank you"

How to answer questions:
* Verify what they're asking about, turn bad questions into good ones
* Give information, ask if it answers their question. Rinse & Repeat
* Not all manuals are created equal! link to your favorite one and say "Read This Fine Manual"



_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

MythTV dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.