Author theller
Recipients
Date 2006-04-18.19:48:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=11105

Compiling .py to .pyc/.pyo works the same way as the
preinstall-script: By dynamically loading a pythonXY.dll and
calling functions in it.  The difference is that there's no
error message when loading fails because of missing
functions ;-).
History
Date User Action Args
2007-08-23 14:39:12adminlinkissue1465834 messages
2007-08-23 14:39:12admincreate