Re: Decompyle will not Compile.

2005-05-12 Thread eternl_knight
Yeah, I know the site. In fact, his service is based off of a deriviative of the code I am trying to compile. Thanks though. What I don't understand is the fact that I cannot locate either "initdecompyle" or "marshal_20" in the source code, yet it appears to compile on FreeBSD & Linux (given the f

Re: Decompyle will not Compile.

2005-05-11 Thread Peter Hansen
[EMAIL PROTECTED] wrote: > I am writing code for Poser 6 (which has not as yet updated to the > latest Python) and have just lost a substantial chunk of code - part of > which being an algorithm I have been tweaking for a couple of weeks > now. As such, getting even part of the PYC to decompile wou

Decompyle will not Compile.

2005-05-11 Thread eternl_knight
Ironically enough - the decompyle module will not compile on my machine. I am using Python 2.2 and MSVC7 (i.e. .NET). However it tells me there is an undefined external as follows: "marshal_22_for_20.obj : error LNK2001: unresolved external symbol initdecompyle/marshal_20" I am writing code for P