+ Reply to Thread
Results 1 to 4 of 4

Thread: IronPython version confusion

  1. #1

    IronPython version confusion

    I have installed the newest Rhino5 beta on two different machines. One has, beside Rhino5, a standalone Ironpython installation, the other not. The one with standalone IronPython gets an embedded 2.7.3 IronPython engine the other gets a 2.7.0 engine embedded.

    Besides this version-confusion sys.path is on both machine the same!

    Is this intended?

  2. #2
    Senior Member Steve Baer's Avatar
    Join Date
    Apr 2010
    Location
    Seattle
    Posts
    1,464
    Blog Entries
    19
    Hi Ralph,
    This was not intended and I hope to change how this works in the future. I have known about the issue and haven't had the chance to remedy it. I would imagine that your scripts do continue to run correctly.

    I need to build a custom IronPython with a unique strong name so .NET won't grab the most recent one from the GAC when loading.
    Thanks,
    -Steve

  3. #3
    Dear Steve,
    To test my software I should erase IronPython from the GAC. Could you give me a hint doing so?
    Thanks.

  4. #4
    Senior Member Steve Baer's Avatar
    Join Date
    Apr 2010
    Location
    Seattle
    Posts
    1,464
    Blog Entries
    19
    You should be able to uninstall IronPython like any other program

+ Reply to Thread

Tags for this Thread

Posting Permissions

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