Welcome to Emulationworld

Forum Index | FAQ | New User | Login | Search

Make a New PostPrevious ThreadView All ThreadsNext ThreadShow in Flat Mode*


SubjectRe: What happened to MARP? 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/



-
Entire Thread
Subject  Posted byPosted On
*What happened to MARP?  icebox9303/17/05 07:16 PM
.*Re: What happened to MARP?  Barry Rodewald03/18/05 02:47 AM
...Re: What happened to MARP?  Barry Rodewald03/18/05 06:35 AM