The search returned 7 results

by davidzfr
October 23, 2017 - 12:14
Forum: WAPT Server
Subject: HTTPConnectionPool read timed out
Answers: 8
Views : 13351

Re: HTTPConnectionPool read timed out

Unfortunately, I haven't found the answer for my specific issue. My server and clients are definitely on the same VLAN.
David
by davidzfr
February 22, 2017 - 1:27 AM
Forum: WAPT Server
Subject: HTTPConnectionPool read timed out
Answers: 8
Views : 13351

Re: HTTPConnectionPool read timed out

Hello,

I'm having the same problem, even when updating the client installed on the WAPT server.

My server and clients are all running Windows 10 64-bit.

With this error, I can't see the tasks in progress when I launch a package and installation update from...
by davidzfr
February 22, 2017 - 1:23 AM
Forum: WAPT Server
Subject: Wapt console timeout problem
Answers: 1
Views : 2565

Re: wapt console timeout problem

I also have this problem, my WAPT server and my clients are all on Windows 10 - 64-bit.
by davidzfr
February 22, 2017 - 01:17
Forum: Package List
Subject: Package: tis-virtualbox
Answers: 3
Views : 11870

Re: Package: tis-virtualbox

Hello,

the VirtualBox 5.1.14-4 package is not installing correctly on Windows 10 64-bit (non-zero exit status 1).

I tried downloading the VirtualBox installer from the Oracle website ("VirtualBox-5.1.14-112924-Win.exe") and running it with the --silent parameter for a silent installation...
by davidzfr
December 1, 2015 - 1:27 AM
Forum: WAPT Server
Subject: Shortcut deletion problem
Answers: 0
Views : 2657

shortcut deletion problem

Hello,

During the package test, the shortcut to SketchUp 2015 is correctly removed by the following setup.py:


from setuphelpers import *

uninstallkey = ["{933E4E07-16F2-4198-A3E3-8C29C9E5D757}"]

def install():
old_sketchup = installed_softwares('Sketchup 2015')
if old_sketchup:
print ...
by davidzfr
December 1, 2015 - 12:01 AM
Forum: WAPT Packages
Subject: Waptdev group installation error
Answers: 3
Views : 3355

Re: Waptdev group installation error

Hello,
Here's what I get:

Microsoft Windows [version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\admin>wapt-get showlog kmr-python27
Package: kmr-python27
Status: ERROR

Installation log:
Install python MSI
TypeError: install_msi_if_needed() got an ...
by davidzfr
November 26, 2015 - 8:33 AM
Forum: WAPT Packages
Subject: Waptdev group installation error
Answers: 3
Views : 3355

Waptdev group installation error

Hello,

I'm having trouble installing the waptdev group (tested on Windows 7 64-bit and Windows XP SP3) because the tortoisesvn and python27 packages aren't installing correctly.

Do you have a solution?

Regards, David.


Install python MSI
TypeError: install_msi_if_needed() got an unexpected ...