From: K. U. <u.k...@gm...> - 2010-08-01 14:47:46
|
Hi, all I summarize my situation. # I can NOT use fink package because of proxy. 0. Using packages from macports gtkglext @1.2.0_4 (active) gtkglextmm @1.2.0_0 (active) py26-numpy @1.4.1_1+gcc44+no_atlas (active) python26 @2.6.5_3+universal (active) 1. Using visual-5.32_release.tar.gz 2. Adding the patch. (attached [patch.txt]; these is some change before) 3. Executing "./configure --prefix=/opt/local && make"", I have built cvisualmodule.so in site-packages. 4. "cd site-packages" and "import visual" in python prompt cause the crash(attached [py.log with 'python -vv']); $ python Python 2.6.5 (r265:79063, Jul 24 2010, 17:00:40) [GCC 4.2.1 (Apple Inc. build 5659)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import visual Python(62032) malloc: *** error for object 0x1030cf6c0: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug Abort trap 6. the situation is same as in cvs source. Could I avoid this crush with using macports ? Where should I check ? thanks, 2010/7/25 Bruce Sherwood <bas...@nc...>: > I'm not competent to comment on the other issues you raise, but the > answer to the question below is no, you can run VPython on MacOSX by > installing the binaries available on the Mac download page at > vpython.org. Or you can use the packages available in fink. It is not > necessary to build from source to be able to use VPython on the Mac. > > Bruce Sherwood > > On Sat, Jul 24, 2010 at 8:17 AM, K. Uebayashi <u.k...@gm...> wrote: > >> >> Is it the only way to use source-built visualpython in MacOSX? >> > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users > -- K. Uebayashi |