Re: PySol not working on WinXP, SP2

2005-06-01 Thread Skip Montanaro
Ivan> Nope. The pyc files don't match the py files, and he imports the Ivan> pyc files directly. That's what 'imp.load_compiled("__main__", Ivan> sys.argv[0])' means. The windows version that Markus shipped Ivan> never included the .py files anyway, since he didn't need them. Iv

Re: PySol not working on WinXP, SP2

2005-06-01 Thread Terry Reedy
"Rocco Moretti" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Are you sure you're using the Python version (2.3, 2.4 etc) that the > Pysol .pyw files were compiled for? As I understand it, that's what the > "magic number" is - a versioning number for the .pyc/.pyw files which > ch

Re: PySol not working on WinXP, SP2

2005-06-01 Thread Rocco Moretti
Ivan Van Laningham wrote: > Hi All-- > I've been using PySol-4.40 for years, because that was the last Windows > installer version I could find. My wife's been using it for almost the > same length of time. That version's worked just fine on W98, W98SE, W2K > (server included), and WinXP SP1. >

Re: PySol not working on WinXP, SP2

2005-06-01 Thread Ivan Van Laningham
Hi All-- James Carroll wrote: > > You might try finding the source to pysol, and you might notice that > you have a bunch of *.py files and for each of those, a corresponding > .pyc file. If you delete all the pyc files, then they'll get > re-created from the .py files, and you might be all set.

Re: PySol not working on WinXP, SP2

2005-06-01 Thread Ivan Van Laningham
Hi All-- Robert Kern wrote: > > Skip Montanaro wrote: > > Ivan> I can't find any later version on google... > > > > It may not help you much, but I was able to get it working on MacOSX by > > grabbing the latest available source and tracking down the contents of the > > data directory via the

Re: PySol not working on WinXP, SP2

2005-06-01 Thread James Carroll
You might try finding the source to pysol, and you might notice that you have a bunch of *.py files and for each of those, a corresponding .pyc file. If you delete all the pyc files, then they'll get re-created from the .py files, and you might be all set. -Jim On 6/1/05, Ivan Van Laningham <[EM

Re: PySol not working on WinXP, SP2

2005-06-01 Thread Robert Kern
Skip Montanaro wrote: > Ivan> I can't find any later version on google... > > It may not help you much, but I was able to get it working on MacOSX by > grabbing the latest available source and tracking down the contents of the > data directory via the Wayback Machine. If you'd like to give it

Re: PySol not working on WinXP, SP2

2005-06-01 Thread Skip Montanaro
Ivan> I can't find any later version on google... It may not help you much, but I was able to get it working on MacOSX by grabbing the latest available source and tracking down the contents of the data directory via the Wayback Machine. If you'd like to give it a try (I'm not sure how you'd

PySol not working on WinXP, SP2

2005-06-01 Thread Ivan Van Laningham
Hi All-- I've been using PySol-4.40 for years, because that was the last Windows installer version I could find. My wife's been using it for almost the same length of time. That version's worked just fine on W98, W98SE, W2K (server included), and WinXP SP1. I upgraded to SP2 and pysol fails sile