Re: [Pythonmac-SIG] Boa stability issues

2005-06-21 Thread Larry Bugbee
> Can you send code samples? That would be useful for testing. The other > report I got about this indicated the same problem. Me? I too click the Python app button and let the wizard create an app. Without adding *any* code I click the run button. Crash. I had such high hopes. If a minimal

Re: [Pythonmac-SIG] distutils/swig - Loaded module does not contain symbol...

2005-04-03 Thread Larry Bugbee
to confirm these findings? ...and then perhaps a bug report? Again Bob, my thanks. Larry On Apr 3, 2005, at 11:06 AM, Bob Ippolito wrote: On Apr 3, 2005, at 5:19 AM, Larry Bugbee wrote: On Apr 3, 2005, at 12:55 AM, Bob Ippolito wrote: On Apr 3, 2005, at 4:12 AM, Larry Bugbee wrote: I'm stuck

Re: [Pythonmac-SIG] distutils/swig - Loaded module does not contain symbol...

2005-04-03 Thread Larry Bugbee
at 4:12 AM, Larry Bugbee wrote: I'm stuck. I'm trying to make a Python extension from some relatively simple code written in C. I created a setup.py and built the module. Upon importing, I keep getting an ImportError. I built and got the same error with both python 2.3 and 2.4.1.

[Pythonmac-SIG] distutils/swig - Loaded module does not contain symbol...

2005-04-03 Thread Larry Bugbee
I'm stuck. I'm trying to make a Python extension from some relatively simple code written in C. I created a setup.py and built the module. Upon importing, I keep getting an ImportError. I built and got the same error with both python 2.3 and 2.4.1. (I am running 10.3.8. swig is 1.3.24. g

Re: [Pythonmac-SIG] Read Strings from Resources

2004-12-23 Thread Larry Bugbee
For the useless? trivia department... So it looks like a 2-byte count followed by an array of Pascal strings. Ah yes. And now that I see this I seem to remember that the pstrings are padded to a 2-byte boundary. Hmmm, I'd be a bit surprised if there was such alignment padding. Pascal string lengths