Need Python Compiler

Discussion in 'Negative Energy Plane' started by Sol Invictus, Sep 25, 2003.

Remove all ads!
  1. Sol Invictus

    Sol Invictus Beholder Watcher Veteran

    Joined:
    Aug 25, 2003
    Messages:
    325
    Likes Received:
    0
    Right. So here's the deal - the magic files (and i suspect every other python file) doesn't work just by placing them in the directory. There's got to be a way to use them, and it probably requires compiling the .py files.

    If that doesn't work, we'll have to figure out some way to 'patch' the .dat files.
     
  2. Draxis

    Draxis Member

    Joined:
    Sep 25, 2003
    Messages:
    4
    Likes Received:
    0
    Apparently open source python compilers come with/are available for unix systems. Most notably, from what I found, Debian. Go here for instructions on the use of the Debian python compiler:

    http://olympus.het.brown.edu/cgi-bin/info2www?(python2.3-lib)Python+compiler+package
     
  3. Joviex

    Joviex Member

    Joined:
    Sep 25, 2003
    Messages:
    49
    Likes Received:
    0

    I use python alot, even have made interpreters inline like they have done with ToEE. I prefer LUA, but that is another topic.


    ANYWAYS, the pyc files you see are python compiled files. Everytime python encounters a raw file it turns it into compiled code (of course implementation independant -- but this makes sense for speed).

    You DO NOT need a compiler.

    Also. I am sure the spells are in 4 different places so far, and I would hazard a guess at least another one. NWN and ToEE look very similar on the data usage/engine implementation.

    There are at least 2 text files and a python file I have already found for spells, plus a few tidbits in one of the tab files.
     
  4. Sol Invictus

    Sol Invictus Beholder Watcher Veteran

    Joined:
    Aug 25, 2003
    Messages:
    325
    Likes Received:
    0
    Tell me if you get any spells tweaked and working, and directions on how to do that.
     
  5. Kentamanos

    Kentamanos Member

    Joined:
    Sep 25, 2003
    Messages:
    36
    Likes Received:
    0
    The DLL's that appear to be Python related have "Zope" all over their version tags. Zope is a company, and their download page redirects to here under the "Python download".

    I'd start looking there since it's the DLL that will be used to execute the Python.

    Keep up the good work guys...
     
Our Host!