- This topic has 4 replies, 4 voices, and was last updated 13 years, 9 months ago by
Chris George.
-
AuthorPosts
-
June 28, 2011 at 1:50 pm #380864
nobrainer
ParticipantSo 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…June 28, 2011 at 6:29 pm #380866nobrainer
ParticipantI 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.
July 8, 2011 at 3:21 pm #380913amuriello
ParticipantIs there a fix for this? I saw information that this broke following the Python 2.6.6 update.
Any help would be appreciated.
July 9, 2011 at 3:57 pm #380916Tim Sutton
ParticipantThis issue has been given a full analysis already on the Developer Forums. Discussing it anywhere else is a violation of the NDA.
July 11, 2011 at 7:35 pm #380921Chris George
ParticipantI 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.
-
AuthorPosts
- You must be logged in to reply to this topic.
Comments are closed