User Tag List

Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 25

Thread: Python Scripting - Extension

  1. #1
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Oregon
    Posts
    11,826
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Python Scripting - Extension

    Please refer to this post for information on how to install the Python extension.

    http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=184184

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Sep 2006
    Location
    Dublin, Ireland / Covilha, Portugal
    Posts
    227
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Python Scripting - Extension

    Hi, i'm trying to have wxpython with the python extension, basically I would like to access a gui toolkit for python, but no sucess. I followed the steps on the thread but can't get it to work.

    would it work though? or any other that would work?
    If so how can it be done?

    Regards.....

    Excellent work by the way

  3. #3
    No Products Registered

    Join Date
    Jun 2006
    Posts
    625
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Python Scripting - Extension

    Since I can't post in the other thread, I'll just say thanks to Mathias here !

    This python extension is just an awesome project and will expand MMF2 capabilities way further. I couldn't test it yet but I'll do as soon as possible. From what you did with pylacewing, i'm sure this extension was very cleverly planned and i guess it will be a pleasure to use it.

    Thank you very much Mathias !

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Sep 2006
    Location
    Dublin, Ireland / Covilha, Portugal
    Posts
    227
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Python Scripting - Extension

    me again,

    It has been a while since my last experience with python, but i think there was a gui lib included in the standard distribution tkinter, i belive... looking at the zip i can't find it...was it left behind?

    refering again to my first post.

    thanks

  5. #5
    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: Python Scripting - Extension

    Unfortunately, I decided to leave out the tkinter modules, since MMF2 already provides GUI features. You can still include it with your executable, though

    And by the way, you can probably include wxPython in the same directory as your executable (even though I still suggest you use MMF2 for you GUI, since wxPython is a pretty big library unless you cut away unneeded modules).

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Sep 2006
    Location
    Dublin, Ireland / Covilha, Portugal
    Posts
    227
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Python Scripting - Extension

    ok, i'm having problems in adding modules, i zip them with the files in the python26.zip, copy them unzipped into all the folders data/runtime, extensions, mmf root, and application folder, nothing.

    I'm trying to get opencv for python to work, see http://code.google.com/p/pyopencv/, this requires numpy, and i get an error saying that numpy isn't installed,

    could someone try it and see if it's possible, and if it is write a small idiot proof tutorial on how to do it (yep, i'm the idiot)

    thanks for your time

  7. #7
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Python Scripting - Extension

    I was just going to suggest making a python forum as i just downloaded the new object but it is already done. This should be great

    Offtopic -

    We need a OpenGL forum also

  8. #8
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Python Scripting - Extension

    Eh, didn't Jamie say he'd get you to make a new release without all the dependencies?
    Working as fast as I can on Fusion 3

  9. #9
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Oregon
    Posts
    11,826
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Python Scripting - Extension

    Yes its the one in the post now.

  10. #10
    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: Python Scripting - Extension

    Quote Originally Posted by cel
    I'm trying to get opencv for python to work, see http://code.google.com/p/pyopencv/, this requires numpy, and i get an error saying that numpy isn't installed.
    I managed to use opencv by installing it with my Python installation, and then adding the site-packages directory to sys.path in the extension. You should only have to place numpy and the pyopencv folders (from site-packages) in the same directory as your MFA file.

Page 1 of 3 1 2 3 LastLast

Similar Threads

  1. Port Python extension to iOS
    By iOSC in forum Paid Design & Development Requests
    Replies: 1
    Last Post: 1st July 2014, 01:07 PM
  2. Python extension port to iOS
    By iOSC in forum Python Scripting
    Replies: 2
    Last Post: 6th May 2014, 08:11 AM
  3. Python extension port to iOS
    By iOSC in forum iOS Export Module Version 2.0
    Replies: 3
    Last Post: 18th March 2013, 09:05 AM
  4. Python extension
    By Forum User in forum Extension Development
    Replies: 21
    Last Post: 1st February 2008, 08:34 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
  •