Size limit on compiling?
Leif K-Brooks
eurleif at ecritters.biz
Wed Feb 25 19:44:24 EST 2004
More information about the Python-list mailing list
Wed Feb 25 19:44:24 EST 2004
- Previous message (by thread): Size limit on compiling?
- Next message (by thread): Size limit on compiling?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have a Python file of 1.2MB (it's a static database, not code, so it really does have to be that big). It doesn't seem to get compiled when imported (there's no .pyc file created), so importing it takes a few seconds which I would really like to avoid. Is Python not compiling it because of the large size? Is it because the whole file is on one really long line? How can I fix this?
- Previous message (by thread): Size limit on compiling?
- Next message (by thread): Size limit on compiling?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list