d
> Humphrey
> Sent: April 9, 2001 7:34 PM
> To: '[EMAIL PROTECTED]'
> Subject: Problem importing a module with python_d
>
>
> I have a problem that has puzzled me for a couple of hours, so I need
> another set of eyes to help me see what I'm doing wrong. First, her
Python will look for modulename_d.pyd. If you have modulename.pyd, that
isn't enough. You need the _d suffix. This allows you to run debug and
release versions of modules side by side just as you can run debug and
release versions of Python side by side.
David Humphrey wrote:
>
> I have a proble
I have a problem that has puzzled me for a couple of hours, so I need
another set of eyes to help me see what I'm doing wrong. First, here's a
little environment information:
Windows NT 4.0 SP 6
Intel PII-300 processor
Activestate Python 2.0 Build 203
Microsoft Visual C++ 6.0
I have written an