|
Ok, MARP is back up now. Directly from Zwaxy (site creator): Zwaxy (12:30 a.m.) : for future reference, here's what was up: Zwaxy (12:30 a.m.) : python source code is in .py files Zwaxy (12:31 a.m.) : when python loads a .py file for the first time, it compiles it, and writes the compiled code to a .pyc file Zwaxy (12:31 a.m.) : in future it uses the ready-compiled .pyc file, to save time. Zwaxy (12:31 a.m.) : when they upgraded the python version, the .pyc format changed. Zwaxy (12:31 a.m.) : all i had to do was "rm *.pyc" in the 'web' directory. Zwaxy (12:32 a.m.) : then python will recompile the .py files the first time they're used, using the new format.
- Barry Rodewald http://galemu.emuunlim.com/

|