RE: [wxPython] wxc module when running debug
Sorry to belabor this, but it is fairly critical to our
use of Python and wxPython:
- Why do I not need the *_d.pyd files for the regular
Python libraries?
- Is the byte-code between debug and non-debug versions
different?
-
How do you create the .pyd files?
-
Would I need these debug versions for every wxPython
script?
Thanks for the quick responses, by the way!
···
-----Original Message-----
From: Robin Dunn [mailto:robin@alldunn.com]
Sent: Tuesday, August 06, 2002 1:31 PM
To: wxpython-users@lists.wxwindows.org
Subject: Re: [wxPython] wxc module when running debug
Hm. I’m confused. I do have a file called “wxc.pyd” or
do you mean that I also need “wxc_d.pyd”?
When Python is built in debug mode then “import foo” will search for
“foo_d.pyd” and not “foo.pyd”.
–
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
wxpython-users mailing list