User Tag List

Results 1 to 2 of 2

Thread: Importing Easy_Install Libraries?

  1. #1
    Forum Moderator Multimedia Fusion 2 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    DizzyDoo's Avatar
    Join Date
    Oct 2006
    Location
    South England
    Posts
    718
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Importing Easy_Install Libraries?

    Hey! So I've installed pyMongo to do some database stuff, I get an error doing
    import pymongo
    It can't find it.

    I can import it from the python interpreter quite happily. I tried adding
    sys.path.append('C:\\Python26\\lib\\site-packages')
    to my Python file because I noticed that easy_install stuck a .egg in there, but I don't really know what easy_install does to install things. :P

    Someone lend me a hand?
    Making games at Cranktrain.
    @MattLuard on Twitter.

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export ModuleXNA Export Module
    Fusion 2.5 (Steam)
    Mathias's Avatar
    Join Date
    Jun 2006
    Location
    Copenhagen, Denmark
    Posts
    1,083
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)

    Re: Importing Easy_Install Libraries?

    An .EGG is in fact just a zip file. Just extract the package directory within the archive, and you should be good to go

Similar Threads

  1. Using external libraries
    By Greg in forum Extension Development
    Replies: 2
    Last Post: 13th September 2011, 09:23 PM
  2. Libraries - MMF 1.5 to MMF 2
    By Durnus in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 6th July 2006, 11:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •