Home Forums Software InstaDMG r420 errors out

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #380864
    nobrainer
    Participant

    So it’s been a while since I used instaDMG, so i downloaded a fresh copy, pulled my catalog files over, created new checksums for the custom packages…ran instadmg and get…
    [code]

    ushofml299398:InstaUp2Date jwojda$ ./instaUp2Date.py -p Snowleopard.catalog –instadmg-scratch-folder /Volumes/Backup
    Traceback (most recent call last):
    File “./instaUp2Date.py”, line 15, in
    import Resources.findInstallerDisc as findInstallerDisc
    File “/Users/jwojda/instadmg/AddOns/InstaUp2Date/Resources/findInstallerDisc.py”, line 9, in

    from container import container
    File “/Users/jwojda/instadmg/AddOns/InstaUp2Date/Resources/container.py”, line 3, in

    from containerTypes import *
    File “/Users/jwojda/instadmg/AddOns/InstaUp2Date/Resources/containerTypes/bundle.py”, line 5, in

    import file
    File “/Users/jwojda/instadmg/AddOns/InstaUp2Date/Resources/containerTypes/file.py”, line 5, in

    from containerBase import containerBase
    File “/Users/jwojda/instadmg/AddOns/InstaUp2Date/Resources/containerTypes/containerBase.py”, line 10, in

    from .Resources.pathHelpers import normalizePath
    ImportError: No module named Resources.pathHelpers
    ushofml299398:InstaUp2Date jwojda$ ./instaUp2Date.py -p Snowleopard.catalog –instadmg-scratch-folder /Volumes/Backup
    Traceback (most recent call last):
    File “./instaUp2Date.py”, line 15, in

    import Resources.findInstallerDisc as findInstallerDisc
    File “/Users/jwojda/instadmg/AddOns/InstaUp2Date/Resources/findInstallerDisc.py”, line 9, in

    from container import container
    File “/Users/jwojda/instadmg/AddOns/InstaUp2Date/Resources/container.py”, line 3, in

    from containerTypes import *
    File “/Users/jwojda/instadmg/AddOns/InstaUp2Date/Resources/containerTypes/bundle.py”, line 5, in

    import file
    File “/Users/jwojda/instadmg/AddOns/InstaUp2Date/Resources/containerTypes/file.py”, line 5, in

    from containerBase import containerBase
    File “/Users/jwojda/instadmg/AddOns/InstaUp2Date/Resources/containerTypes/containerBase.py”, line 10, in

    from .Resources.pathHelpers import normalizePath
    ImportError: No module named Resources.pathHelpers
    [/code]

    I verified the pathhelper file is there…
    There was a reimage of the machine to Lion, not sure if that would make a difference…

    #380866
    nobrainer
    Participant

    I transferred the files to a 10.6.7 box, copied and pasted the terminal commands into the 10.6.7 window and it seems like it’s running.

    So maybe it was just lion.

    #380913
    amuriello
    Participant

    Is there a fix for this? I saw information that this broke following the Python 2.6.6 update.

    Any help would be appreciated.

    #380916
    Tim Sutton
    Participant

    This issue has been given a full analysis already on the Developer Forums. Discussing it anywhere else is a violation of the NDA.

    #380921
    Chris George
    Participant

    I do see that you are running the Snow Leopard catalog, but you mention you are building on Lion. From what I understand, “best practices” recommend that you always build on the version of the OS you are creating an image for. (i.e. build Snow Leopard on Snow Leopard, Leopard on Leopard, Lion on Lion.)

    Almost certainly won’t fix the issue once you go to build a Lion image, though.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.

Comments are closed