Hello,
Yes, thank you for pointing out the obvious import error. This fixes the error in WAPT, but it still doesn't allow me to install MATLAB. The setup runs correctly in the processes, but no action is performed. Is this a permissions issue?
WAPT launches the executable with the correct permissions...
The search returned 2 results
- December 20, 2019 - 7:48 AM
- Forum: WAPT Packages
- Subject: [SOLVED] Matlab - no installation
- Answers: 5
- Views : 5285
- December 19, 2019 - 9:35 AM
- Forum: WAPT Packages
- Subject: [SOLVED] Matlab - no installation
- Answers: 5
- Views : 5285
[SOLVED] Matlab - no installation
Hello,
when I try to install the attached package,
# -*- coding: utf-8 -*-
from setuphelpers import *
import shutil
uninstallkey = []
def install():
print('Installation Matlab_2019')
mkdirs('c:\\temp')
shutil.copy(r'\\srv-turing\Programmes\Matlab\R2019b\Licences\%s.lic' %get ...
when I try to install the attached package,
# -*- coding: utf-8 -*-
from setuphelpers import *
import shutil
uninstallkey = []
def install():
print('Installation Matlab_2019')
mkdirs('c:\\temp')
shutil.copy(r'\\srv-turing\Programmes\Matlab\R2019b\Licences\%s.lic' %get ...
