| View previous topic :: View next topic |
| Author |
Message |
Anton Bukov
Joined: 28 Aug 2009 Posts: 3
|
Posted: Tue Feb 09, 2010 3:13 pm Post subject: Unify script writer (USW) |
|
|
Unify script writer (USW) is a clone of AutoScriptWriter, but code generates by calling python scripts.
The main goal is create unify faxable script writer, and make simple way for code generation algorithm changing.
http://lenny.apelsin.by/ftp/USW_AHK.zip |
|
| Back to top |
|
 |
n-l-i-d Guest
|
Posted: Wed Feb 10, 2010 12:08 am Post subject: |
|
|
Crashes on me...  |
|
| Back to top |
|
 |
noise
Joined: 14 May 2009 Posts: 41 Location: UK
|
Posted: Wed Feb 10, 2010 7:18 am Post subject: |
|
|
same here.
 |
|
| Back to top |
|
 |
Anton Bukov
Joined: 28 Aug 2009 Posts: 3
|
Posted: Wed Feb 10, 2010 12:44 pm Post subject: |
|
|
Yes, you are right. I forgot about python23dlls.
There are 2 ways:
1)install python23 (application use this python version, I will change it in a new version)
2)or download libraries from http://lenny.apelsin.by/ftp/python23_DLLs.zip and unzip it to application folder.
Thank you for your answers and time.
I test it on windows XP only. I'll try it to other windows soon.  |
|
| Back to top |
|
 |
noise
Joined: 14 May 2009 Posts: 41 Location: UK
|
Posted: Wed Feb 10, 2010 1:56 pm Post subject: |
|
|
| I already have python 2.6 installed? |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Feb 10, 2010 2:52 pm Post subject: |
|
|
| noise wrote: | | I already have python 2.6 installed? |
Unfortunately application support 2.3 python version, I will change it in a new version, but it works with 2.3 libraries now.
I use Python for Delphi components now, I'll try to use python dll directly in new version. |
|
| Back to top |
|
 |
|