convert .py into pyc

08/05/2013 05:49 viciado#1
hi, i need to now how do i convert .py files into .pyc files and if its even possible.
08/05/2013 13:42 sLay.#2
Hey,
it is possible but this is the false Subforum.
Next time please use the Pserver Question Forum.

When i am back home (4-5 hours) , i'll post a compile script ..... or just use google / elitepvpers search function.

#moverequest
08/05/2013 22:01 .aNNdii##3
#moved
08/06/2013 18:42 sLay.#4
So here is it, how to use should be clear.

Install Python 2.2 on your computer, then create an folder named "files" put the .py files you want to compile in and then run the compile.py.
Everything should be now in .pyc (the compile .py must be outside the "files" folder)

Have fun!
08/06/2013 22:00 noahrmal#5
or you can move the py file to your "lib" folder in the client and than import the file with an another script, than you donīt need python 2.2