hmm, this shouldn't happen, I guess.
I've installed textallion on another windows system (xp), without any
problem. I've also checked for virus with
https://www.virustotal.com
and avira antivir, which didn't find anything wrong.
I've also installed python 2.7 from the windows installer (not
cygwin). My script doesn't try to run python27, only python.exe, so
probably it picks the first one available
Haven't you changed some default settings on your system? maybe the
PATH ? I have an old python2.5 folder in my path, but this didn't
prevent me to run textallion from cygwin. Anyway, even your python 2.7
should be able to do the job, but it won't recognise the /usr/share/
textallion/core/txt2cyoa.t2t path, which is typical to cygwin and
Unix.
What happens when you run the c:\cygwin\Cygwin.exe application and
then type "python --version" ?
If it's not python 2.6.5, you can probably fiddle with the C:\cygwin
\etc\profile file, which contains the PATH for cygwin (I don't have
anything related to python in this file). Maybe you can try either to
add the cygwin path, /usr/bin/python, in it.
If nothing works, you can still convert your CYOA file using
textallion and your python installation, without the mini UI (cygwin
is mostly to handle the convertion to PDF and to reuse my unix
scripts / makefile).
Go into:
C:\cygwin\usr\share\textallion\samples_cyoa
put your cyoa game file in it, and open a cmd.exe into C:\cygwin\usr
\share\textallion\samples_cyoa (or create a batch file) and type:
c:\Python27\python.exe ..\contrib\txt2tags\txt2tags -T ..\templates
\cyoa.html --config-file ..\core\txt2cyoa.t2t -t xhtml --css-inside --
outfile cyoa-welten.html cyoa-welten.t2t
You'll get the html file. For creating the epub version, I run some
additional scripts (see the makefile), but maybe Calibre can just
handle this file good enough.
I'd like to create one day a kind of webapp, which could create
everything from a server, it would be easier for users.
If you want the graph with all the nodes, I can generate it for you at
the moment, until you find a way to make it work... :)