Re: [Tutor] Convert .pyc to .py

2007-05-05 Thread Shuai Jiang (Runiteking1)
Is there no opensource (free) version? I'm a kid and I don't have a credit card or bank account. On 5/5/07, Andreas Kostyrka <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Check out http://www.crazy-compilers.com/decompyle/service.html > > Andreas > > -BEGIN P

Re: [Tutor] Convert .pyc to .py

2007-05-05 Thread Andreas Kostyrka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Check out http://www.crazy-compilers.com/decompyle/service.html Andreas Shuai Jiang (Runiteking1) wrote: > Hello, > > I was playing with pyInstaller and I moved the file to the directory. > After I finished playing with it, > I accidentally deleted

[Tutor] Convert .pyc to .py

2007-05-05 Thread Shuai Jiang (Runiteking1)
Hello, I was playing with pyInstaller and I moved the file to the directory. After I finished playing with it, I accidentally deleted it (I bypassed the recycle bin). Now I lost my project files and my file restoration didn't find it, but I still have the .pyc file though. I'm wondering weather