problema installazione licenza di modo 202, lo script non va
problema installazione licenza di modo 202, lo script non va
ciao a tutti...
sto cercando di installare un programma che sembra molto interessante, per modellazione e rendering 3d.. si chiama modo 202 ( http://www.luxology.com/ ) [EDIT by gabod3: ho aggiunto il link...]
dopo aver installato il programma bisogna installare la licenza droppando il file .lic su uno script che forniscono assieme a modo... però quando faccio questo esce un messaggio di errore perchè lo script non ha i privilegi sufficienti... il processo dello script mi sembra facile, dovrei copiare il file .lic da qualche parte penso.. qualcuno mi può aiutare?
grazie in anticipo!
posto lo script qui:
-- We copy over any file with lic extension into
-- /Library/Application Support/Luxology
property extension_list : {"lic"}
on open these_items
repeat with i from 1 to the count of these_items
set this_item to item i of these_items
set the item_info to info for this_item
if (folder of the item_info is false) and ¬
(alias of the item_info is false) and ¬
(the name extension of the item_info is in the extension_list) then
process_item(this_item)
end if
end repeat
set posPath to POSIX path of ((path to application support as string) & "Luxology:")
set message to "License installed to " & posPath
display dialog message
end open
-- this sub-routine processes files
on process_item(this_item)
set licLoc to (path to application support as string) & "Luxology:"
tell application "Finder"
duplicate file this_item to folder licLoc with replacing
end tell
end process_item
sto cercando di installare un programma che sembra molto interessante, per modellazione e rendering 3d.. si chiama modo 202 ( http://www.luxology.com/ ) [EDIT by gabod3: ho aggiunto il link...]
dopo aver installato il programma bisogna installare la licenza droppando il file .lic su uno script che forniscono assieme a modo... però quando faccio questo esce un messaggio di errore perchè lo script non ha i privilegi sufficienti... il processo dello script mi sembra facile, dovrei copiare il file .lic da qualche parte penso.. qualcuno mi può aiutare?
grazie in anticipo!
posto lo script qui:
-- We copy over any file with lic extension into
-- /Library/Application Support/Luxology
property extension_list : {"lic"}
on open these_items
repeat with i from 1 to the count of these_items
set this_item to item i of these_items
set the item_info to info for this_item
if (folder of the item_info is false) and ¬
(alias of the item_info is false) and ¬
(the name extension of the item_info is in the extension_list) then
process_item(this_item)
end if
end repeat
set posPath to POSIX path of ((path to application support as string) & "Luxology:")
set message to "License installed to " & posPath
display dialog message
end open
-- this sub-routine processes files
on process_item(this_item)
set licLoc to (path to application support as string) & "Luxology:"
tell application "Finder"
duplicate file this_item to folder licLoc with replacing
end tell
end process_item
- flashcream
- Posts: 38388
- Joined: Fri Apr 22, 2005 8:41 pm
Stiamo parlando di questo programma?
http://www.luxology.com/
http://www.luxology.com/support/
Installing your license key
Please refer to the instructions for downloading modo 202 for the location of the license key download. Once you have downloaded the license key it is a simple matter of running the installer.
OSX users:
Open the archive file
Drag the license file onto the Apple Script icon located in the same directory.
Done!
http://www.luxology.com/
http://www.luxology.com/support/
Installing your license key
Please refer to the instructions for downloading modo 202 for the location of the license key download. Once you have downloaded the license key it is a simple matter of running the installer.
OSX users:
Open the archive file
Drag the license file onto the Apple Script icon located in the same directory.
Done!
- flashcream
- Posts: 38388
- Joined: Fri Apr 22, 2005 8:41 pm
ripara i permessi del disco con utility disco.
in Libreria Utente/ApplicationSupport esiste la cartella Luxology? verifica di avere i permessi di scrittura (control+clik-->ottieni informazioni) e applica agli elementi inclusi.
se non esiste (non si sa mai) creala e metti la licenza modoXXX.lic, quindi apri l'applicazione. (puoi scaricare anche la licenza insieme all'installer per win, aprire lo zip ed utilizzarla)
questo in sintesi e che leggi meglio qui: http://www.luxology.com/support/trymodo_faq.aspx
in Libreria Utente/ApplicationSupport esiste la cartella Luxology? verifica di avere i permessi di scrittura (control+clik-->ottieni informazioni) e applica agli elementi inclusi.
se non esiste (non si sa mai) creala e metti la licenza modoXXX.lic, quindi apri l'applicazione. (puoi scaricare anche la licenza insieme all'installer per win, aprire lo zip ed utilizzarla)
questo in sintesi e che leggi meglio qui: http://www.luxology.com/support/trymodo_faq.aspx