SMoG-Chalmers / PST

PST is a tool for performing space syntax and regular accessibility analyses. It currently consists of two main parts - a C++ and Python library called Pstalgo and a plugin for the desktop application QGIS
GNU Lesser General Public License v3.0
43 stars 7 forks source link

unable to start progrsm ..../pstalgo64d.dll #11

Closed SeyedAlirezaMalih closed 2 weeks ago

SeyedAlirezaMalih commented 3 weeks ago

Hello, I tried to reinstall it but it appears with this error:

'unable to start program ....\pstalgo\bin\pstalgo64d.dll' and '....\pstalgo\bin\pstalgo64d.dll' is not valid Win32application which I have 64!

Bests

martin-fitger commented 2 weeks ago

Hi. Are you trying to use PST as a plugin in QGIS, or run it stand alone somehow? It tries to run a debug build of PST, which is not included in a regular release of PST. It should only try to run a debug build if you've manually set the environment variable "PSTALGO_DEBUG" on your system. Removing that environment variable should make it load the regular build.

SeyedAlirezaMalih commented 2 weeks ago

Hi, Thanks, I needed for qgis, and it solved,