Re: Card Development Questions
`
I too had some difficulty with Python and the first script that Sol released. My memory is not what it used to be.
Double clicking on the script file launches the Python shell and loads the script into Python, but the script does not automatically run as part of this. I just did the above on my Mac and the Python shell window states:
- Code: Select all
IDLE 2.6.1
>>>
There is some sort of a run command that will run the script and I think that it is bound to one of the F keys. I just opened the Python preferences and under keys it states:
- Code: Select all
run-module - <Key-F5>
When I hit F5 I get a notice about tabs and spaces. It tells you how to replace the tabs with spaces and you then save the edited script. At this point the Python shell states:
- Code: Select all
This script requires the text version of Arch's mtg-data to be present.You can download it from slightlymagic.net's forum and either place the text version next to this script or edit this script and provide the path to the file at the top.
Press Enter to exit
I hope that this is enough to get started. Let us know how it worked out.
