On Thu, Aug 18, 2011 at 05:11:49PM +0300, roy mukasa wrote: > No this wont work. The syntax is not right.
I used to be a python coder, but that job was some years ago so I've gotten rusty I guess. Where is the syntax error? > But as for yesterday as i said, > all was working ok. So i dont know what could have changed within my system > for me to start getting segmentation fault. The reason for the quotes is so > that one can fully understand the problem am having. I meant the "'" marks around the call to POINTER(). You've made geometry a string, when it is expecting the return from the POINTER() function. As a result it crashes. I can't actually test this because I don't have the right libraries installed, as I said before. There may be some other things wrong as well that I haven't seen. regards, dan carpenter _______________________________________________ The Uganda Linux User Group: http://linux.or.ug Send messages to this mailing list by addressing e-mails to: [email protected] Mailing list archives: http://www.mail-archive.com/[email protected]/ Mailing list settings: http://kym.net/mailman/listinfo/lug To unsubscribe: http://kym.net/mailman/options/lug The Uganda LUG mailing list is generously hosted by INFOCOM: http://www.infocom.co.ug/ The above comments and data are owned by whoever posted them (including attachments if any). The mailing list host is not responsible for them in any way.
