RE: Problem importing a module with python_d

2001-04-09 Thread Tom Malcolmson
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

Re: Problem importing a module with python_d

2001-04-09 Thread Paul Prescod
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

Problem importing a module with python_d

2001-04-09 Thread David Humphrey
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