Results 1 to 9 of 9

Thread: MD5 python library

  1. #1
    Join Date
    May 2009
    Posts
    19

    Default MD5 python library

    The MD5 python library doesn't seem to be included in the boxee environment. I need this for an application I'm buidling, actually I'm using a third-party library in my application that makes use of the MD5 lib, which it can't find. What to do? ... i'm a python newbie

  2. #2
    Join Date
    Jan 2009
    Location
    Los Angeles, CA
    Posts
    111

  3. #3
    Join Date
    May 2009
    Posts
    19

    Default

    But the MD5 library comes by default with python (not the case of boxee's python). What should I do to use it as a library, I have to compile something? Sorry if I don't make any sense... I'm a python newbie

  4. #4
    Join Date
    Jan 2009
    Location
    Los Angeles, CA
    Posts
    111

    Default

    Well, you are right. MD5 does not come with Python 2.4, which is what Boxee uses. If you have downloaded a copy of Python on your machine you can go into the Apllication install folder and search the lib directory for md5 folder or md5.py. You can try copying that and including it in your app.

  5. #5
    Join Date
    May 2009
    Posts
    23

    Default

    are you sure python 2.4 doesn't have md5? I found the official doc here:

    http://www.python.org/doc/2.4.1/lib/module-md5.html

  6. #6
    Join Date
    Jan 2009
    Location
    Los Angeles, CA
    Posts
    111

    Default

    Quote Originally Posted by junda View Post
    are you sure python 2.4 doesn't have md5? I found the official doc here:

    http://www.python.org/doc/2.4.1/lib/module-md5.html
    Yes, there are docs, I saw those too. But there is no actual library (md5.py or md5.pyo to import). Try running that import and you'll see. Can you find the md5.py that works with 2.4?

  7. #7
    Join Date
    May 2009
    Posts
    23

    Question

    Quote Originally Posted by ameno View Post
    Yes, there are docs, I saw those too. But there is no actual library (md5.py or md5.pyo to import). Try running that import and you'll see. Can you find the md5.py that works with 2.4?

    I'm using it in my Facebook photo app, and it works fine. I'm using
    Code:
    import md5
    and boxee takes care of that.
    my app is here http://forum.boxee.tv/showthread.php?t=9018

  8. #8

    Default

    You should just be able to import md5 and utilize it like any other library. I don't see why boxee would intentionally rip out a basic library like md5.
    Common issues w/ Boxee:
    Beta Important Info | FAQ & Support Requests | Hulu Mature Content | Search

    UnBoxeed app development:
    Comics.com | ESPN360 | Weather

    For more info, follow app development on Twitter!

  9. #9
    Join Date
    Jan 2009
    Location
    Los Angeles, CA
    Posts
    111

    Default

    Interesting. I had always assumed that all the imports actually had to have a corresponding .py file. I know on my Windows version there is no md5.py.

Similar Threads

  1. Disable 'Movie Library' and 'TV Show Library'
    By ojconcentrate in forum boxee for linux help
    Replies: 8
    Last Post: January 27th, 2011, 10:42 AM
  2. mc python library
    By dtolj in forum boxee applications
    Replies: 3
    Last Post: January 26th, 2011, 05:57 AM
  3. TV Show Library and Movie Library blank on Pentium
    By mobrien118 in forum boxee for linux help
    Replies: 2
    Last Post: January 25th, 2011, 05:32 AM
  4. Netflix not registering in TV Show library or Movie Library
    By mwreeves in forum boxee for windows help
    Replies: 10
    Last Post: November 30th, 2010, 09:06 PM
  5. Replies: 4
    Last Post: December 29th, 2008, 03:18 PM

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
  •