Error creating package
Published: March 31, 2017 - 6:35 PM
Hello,
I'm using PyScripter and when creating a new package, I consistently get this error:
Command Line: -ldebug install C:\Program Files (x86)\wapt\waptdev\tis-interactivesoftphone-64-wapt\WAPT
installing WAPT packages C:\Program,Files,(x86)\wapt\waptdev\tis-interactivesoftphone-64-wapt\WAPT
FATAL ERROR: AttributeError: 'NoneType' object has no attribute 'groupdict'
Traceback (most recent call last):
File "c:\Program Files (x86)\wapt\wapt-get.py", line 1145, in
main()
File "c:\Program Files (x86)\wapt\wapt-get.py", line 389, in main
usecache = not (action == 'download' and options.force)
File "c:\Program Files (x86)\wapt\common.py", line 3960, in install
actions = self.check_depends(apackages,force=force or download_only,forceupgrade=True)
File "c:\Program Files (x86)\wapt\common.py", line 3773, in check_depends
old_matches = self.waptdb.installed_matching(request)
File "c:\Program Files (x86)\wapt\common.py", line 1715, in installed_matching
package = REGEX_PACKAGE_CONDITION.match(package_cond).groupdict()['package']
AttributeError: 'NoneType' object has no attribute 'groupdict'.
Do you have any suggestions for resolving this?
Thank you in advance.
I'm using PyScripter and when creating a new package, I consistently get this error:
Command Line: -ldebug install C:\Program Files (x86)\wapt\waptdev\tis-interactivesoftphone-64-wapt\WAPT
installing WAPT packages C:\Program,Files,(x86)\wapt\waptdev\tis-interactivesoftphone-64-wapt\WAPT
FATAL ERROR: AttributeError: 'NoneType' object has no attribute 'groupdict'
Traceback (most recent call last):
File "c:\Program Files (x86)\wapt\wapt-get.py", line 1145, in
main()
File "c:\Program Files (x86)\wapt\wapt-get.py", line 389, in main
usecache = not (action == 'download' and options.force)
File "c:\Program Files (x86)\wapt\common.py", line 3960, in install
actions = self.check_depends(apackages,force=force or download_only,forceupgrade=True)
File "c:\Program Files (x86)\wapt\common.py", line 3773, in check_depends
old_matches = self.waptdb.installed_matching(request)
File "c:\Program Files (x86)\wapt\common.py", line 1715, in installed_matching
package = REGEX_PACKAGE_CONDITION.match(package_cond).groupdict()['package']
AttributeError: 'NoneType' object has no attribute 'groupdict'.
Do you have any suggestions for resolving this?
Thank you in advance.