Bedankt voor de reactie heren.
Ik kom echter geen stap verder.
Een config aanmaken lukt nog wel maar verder loopt ik vast tegen het volgende:
C:Python27Python.exe is not a valid Win32 Application.
En dat krijg ik bij deze stap
C:Program Filesauto-sub>C:Python27python.exe AutoSub.py
In mn terminal zie ik het volgende staan:
c:Program Filesauto-sub>C:Python27python.exe AutoSub.py
Access is denied.
De Access is denied foutmelding krijg ik als ik de foutmelding popup m.b.t. de win32 application weg klik.
De owner is SYSTEM maar alle admins hebben wel rechten.
Uiteraard kan ik de ownership wel toe eigenen maar weet niet wat dit voor gevolgen heeft.
Edit OPGELOST:heb toch maar even de ownership genomen maar dat loste mn probleem niet op.
Ik heb Python gedeinstalleerd, de overgebleven folders verwijderd en opnieuw geinstalleerd.
Vervolgens nogmaals het commando c:Program Filesauto-sub>C:Python27python.exe AutoSub.py uitgevoerd.
Vervolgens komt de volgende foutmelding:
c:Program Filesauto-sub>C:Python27python.exe AutoSub.py
AutoSub: Initializing variables and loading config
Config ERROR: Variable LOGFILE is missing. This is required! Using 'AutoSubServi
ce.log' instead.
Config ERROR: The webserver section is required! Now setting the default values
(0.0.0.0:8083).
Config WARNING: The webserver is started without authentication!
ERROR!!! Cheetah is not installed yet. Download it from:
http://pypi.python.org/pypi/Cheetah/2.4.4
Traceback (most recent call last):
File "AutoSub.py", line 118, in <module>
sys.exit(main())
File "AutoSub.py", line 86, in main
import autosub.AutoSub
File "c:Program Filesauto-subautosubAutoSub.py", line 6, in <module>
import autosub.WebServer
File "c:Program Filesauto-subautosubWebServer.py", line 16, in <module>
class PageTemplate (Template):
NameError: name 'Template' is not defined
Dus heb nogmaals C:Python27python.exe setup.py install uitgevoerd.
running install_scripts
creating C:Python27Scripts
copying buildscripts-2.7cheetah -> C:Python27Scripts
copying buildscripts-2.7cheetah-analyze -> C:Python27Scripts
copying buildscripts-2.7cheetah-compile -> C:Python27Scripts
running install_data
copying cheetahToolsMondoReportDoc.txt -> C:Python27Libsite-packagesCheeta
hTools
copying cheetahTemplatesSkeletonPage.tmpl -> C:Python27Libsite-packagesChe
etahTemplates
running install_egg_info
Writing C:Python27Libsite-packagesCheetah-2.4.4-py2.7.egg-info
One or more C extensions failed to build.
Performance enhancements will not be available.
Pure Python installation succeeded.
Dat lijkt dus allemaal goed te gaan.
Toen heb ik nogmaals C:Program Filesauto-sub>C:Python27python.exe AutoSub.py uitgevoerd en nu gaat het goed.