Page 1 of 1

[SOLVED] Package installation

Published: November 20, 2017 - 5:58 PM
by Chris
Hello,

when I try to create a package, the PyScripter application opens. When I try to test it and click "install," I get the error message: "ImportError: No module named win32security."
I also get the same message when I click "-i build-upload."

As a result, I'm stuck; I can neither edit nor import new .exe or .msi packages.

How can I get rid of this error?
(Windows Server 2012 Standard 64-bit, without IIS)

Thank you.

Re: Package Installation

Published: Dec 18, 2017 - 3:17 PM
by Chris
Small update :roll:

Re: Package Installation

Published: Dec 18, 2017 - 3:36 PM
by agauvrit
Hello,

which version of WAPT are you using?
Is WAPT on a Windows server or a Linux server?
Was the tis-waptdev package installed correctly?

Alexandre

Re: Package Installation

Published: January 11, 2018 - 3:18 PM
by Chris
Hello, I

using Windows Server 2012 Standard 64-bit, without IIS.
The tis-waptdev package is installed on the server
, and the WAPT version is 1.3.13.0.

I'm unable to upload .exe or .msi files.

Re: Package Installation

Published: January 12, 2018 - 11:10 AM
by agauvrit
Is Python installed in C:\Python27?

It could be a path issue, and PyScripter might be looking for the wrong Python libraries.

Check the paths defined in PyScripter.

Alexandre

Re: Package Installation

Published: January 12, 2018 - 5:41 PM
by dcardon
Did you run session-setup after installing PyScripter?
Normally, session-setup runs automatically when you log in, but if it's a server, it's possible the session was simply disconnected and not actually closed.
To force session-setup to run, you can run the following command in a command prompt:
`wapt-get session-setup ALL`

Denis

Re: Package Installation

Published: January 22, 2018 - 10:23 AM
by Chris
Hello,

thank you Alexandre and Denis for your replies.

Python is installed in C:\Python27.

I ran the command `wapt-get session-setup ALL` that Denis recommended, and it's now possible to install .exe or .msi applications on WAPT.

I tested it, and everything is OK.

Thank you for your replies, have a great day.