Welcome to Emulationworld

Forum Index | FAQ | New User | Login | Search

Make a New PostPrevious ThreadView All ThreadsNext Thread*Show in Threaded Mode


SubjectWhat happened to MARP? new Reply to this message
Posted byicebox93
Posted on03/17/05 07:16 PM



MARP gives a 500 error when accessing its home page. It complains about a bad script. Anyone know what's going on?


SubjectRe: What happened to MARP? Reply to this message
Posted byBarry Rodewald
Posted on03/18/05 02:47 AM



> MARP gives a 500 error when accessing its home page. It complains about a bad
> script. Anyone know what's going on?
>
Been like this for two and a half days now. I have no idea what has caused it either.

- Barry Rodewald
http://galemu.emuunlim.com/




SubjectRe: What happened to MARP? new Reply to this message
Posted byBarry Rodewald
Posted on03/18/05 06:35 AM



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/




Previous ThreadView All ThreadsNext Thread*Show in Threaded Mode