I have python 2.4.3 and wxpython 2.6.3.3 installed already (and
working, I have quite a few python things already). I've installed
wax, that seems straightforward. However it gets a bit less simple
when I get to firedrop2 itself.
I've put the firedrop2 directory into my python site packages
directory and I have unscrambled the permissions so files are
executable. Then I hit the problems:-
One doesn't really 'double click' on things in Linux, well it's
possible but it's not really 'the way'. :-)
So I tried running firedrop.pyw, not a hope, it's a Windows format
file with CR/LF line terminators so all the 'blank' lines (which
aren't blank in Linux) give errors. I've edited them to be just LF
and then it just errors on the try: at line 21.
Where do I go now, I'm stuck.
home$
Note that after the "command not found" error above I have to hit
CTRL/C to get back to the command prompt.
All that's happening (as far as I can see) is that firedrop.pyw is
being run as a shell script, it's what one would expect as there's no
bang path on the first line.
What is *supposed* to be running firedrop.pyw?
--
Chris Green
Python :-)
In windows you have file associations rather than pound bang lines.
> In windows you have file associations rather than pound bang lines.
>
In Linux you have bang paths rather than file associations! :-)
To work in Linux firedrop.pyw needs the bang path or you need to say:-
python firedrop.pyw
It's up and running now, thank you.
--
Chris Green
Sorry about that.