Where can I find the Phyton Source?
Displaying 1-9 of 9 total.
1
Tokikenshi
|
I mean the source to tSB's VERGE Phyton aka V2.7
Posted on 2001-07-28 11:03:56
|
andy
|
http://verge-rpg.com/~tsb/files/v27src.zip
You'll need MSVC6 to compile it.
"Ignorance is its own reward" -- Proverb
Posted on 2001-07-28 13:05:21
|
Tokikenshi
|
Ooo... This's a shame. I don't got MSVC6, only DJGPP and Mingw32. Isn't it compitable with Mingw32?
Oh well.
Thanks.
BTW could you release a small document where you could explain the phyton dll interface? It would be pretty nice...
Posted on 2001-07-29 04:45:51
|
Tokikenshi
|
Uh, dude... I dunno if your zip's broken, but I downloaded it three times and none of them worked.
peace.
Posted on 2001-07-29 07:35:22
|
andy
|
I haven't tested it with minGW, it might work, it might not.
And you also need to get python 2.1.1. www.python.org
The project include path for everything in that zip should also include the common folder, and the engine's include path should include the python/include directory. (wherever you put it)
Docs on the python interface can get found at www.python.org
"Ignorance is its own reward" -- Proverb
Posted on 2001-07-29 11:00:02
|
Tokikenshi
|
:)
Posted on 2001-07-29 13:24:40
|
Tokikenshi
|
:P
Posted on 2001-07-30 12:29:38
|
andy
|
PYD is for python modules written in C. (or any language that compiles to machine code, I suppose, but the SDK only has C bindings)
"Ignorance is its own reward" -- Proverb
Posted on 2001-07-30 14:14:17
|
Tokikenshi
|
I just wondered. I'm not quite into python, you know.
Posted on 2001-07-31 04:31:19
|