Re: IMPORTANT: I NEED TO HELP WITH ONE OF THE CORE DEVELOPERS

2009-06-25 Thread Martin P. Hellwig
Chris Rebert wrote: In the future, also NOTE THAT SHOUTING TYPICALLY DOES NOT EARN ONE SYMPATHY. Cheers, Chris Let me demonstrate: Chris, I have no sympathy for you :-) -- MPH http://blog.dcuktec.com 'If consumed, best digested with added seasoning to own preference.' -- http://mail.python.

Re: IMPORTANT: I NEED TO HELP WITH ONE OF THE CORE DEVELOPERS

2009-06-25 Thread Paul Boddie
On 24 Jun, 15:22, "Pegasus" wrote: > I need help with an implementation of your > interpreter under PSPE/PSP. There doesn't seem to be much of an intersection between the PSP and "mainstream" Python communities, so some more context may have been desirable here. [...] > We believe that the trou

Re: IMPORTANT: I NEED TO HELP WITH ONE OF THE CORE DEVELOPERS

2009-06-25 Thread Grant Edwards
On 2009-06-24, Chris Rebert wrote: > In the future, also NOTE THAT SHOUTING TYPICALLY DOES NOT EARN ONE SYMPATHY. And to insure that a post is ignored, make sure the subject contains no meaningful question, only a plea for help: http://catb.org/~esr/faqs/smart-questions.html#bespecificurget

Re: IMPORTANT: I NEED TO HELP WITH ONE OF THE CORE DEVELOPERS

2009-06-24 Thread Chris Rebert
On Wed, Jun 24, 2009 at 6:22 AM, Pegasus wrote: > I need help with an implementation of your > interpreter under PSPE/PSP. > > I need to know something about the C > functions that are recalled by the interpreter > when it executes a .pyc file. > > Our version of ndPython is very slow in > executio

Re: IMPORTANT: I NEED TO HELP WITH ONE OF THE CORE DEVELOPERS

2009-06-24 Thread Brian Quinlan
You could start by reading this: http://catb.org/~esr/faqs/smart-questions.html Cheers, Brian Pegasus wrote: I need help with an implementation of your interpreter under PSPE/PSP. I need to know something about the C functions that are recalled by the interpreter when it executes a .pyc file.